<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>CAHO Pre-Conference Workshop · Healthcare Innovation Lab</title>
<style>
* {
margin: 0;
padding: 0;
box-sizing: border-box;
}
body {
background: #f8faff;
font-family: 'Segoe UI', Roboto, system-ui, -apple-system, sans-serif;
display: flex;
justify-content: center;
padding: 2rem 1rem;
line-height: 1.5;
color: #1a2639;
}
.workshop-card {
max-width: 1000px;
width: 100%;
background: white;
border-radius: 32px;
box-shadow: 0 20px 40px -12px rgba(0, 20, 40, 0.25);
padding: 2rem 2.5rem;
transition: 0.2s;
border: 1px solid rgba(0, 70, 150, 0.08);
}
@media (max-width: 600px) {
.workshop-card {
padding: 1.5rem 1rem;
}
}
/* header / branding */
.caho-header {
display: flex;
flex-wrap: wrap;
align-items: center;
justify-content: space-between;
gap: 0.75rem 1.5rem;
border-bottom: 2px solid #eef3fc;
padding-bottom: 1.2rem;
margin-bottom: 1.8rem;
}
.caho-brand {
display: flex;
align-items: center;
gap: 0.5rem;
}
.caho-logo {
background: #0a2f5e;
color: white;
font-weight: 700;
font-size: 1.5rem;
padding: 0.2rem 1rem 0.2rem 1.2rem;
border-radius: 60px;
letter-spacing: 1px;
display: inline-block;
line-height: 1.4;
}
.caho-logo small {
font-weight: 400;
font-size: 0.9rem;
opacity: 0.85;
}
.caho-tagline {
color: #1e4c7a;
font-weight: 500;
font-size: 1rem;
border-left: 2px solid #b6cae0;
padding-left: 1rem;
}
.iihmr-badge {
background: #eaf1fb;
padding: 0.3rem 1.2rem;
border-radius: 40px;
font-weight: 600;
color: #0a2f5e;
font-size: 0.9rem;
display: inline-flex;
align-items: center;
gap: 0.3rem;
}
/* title block */
.workshop-title {
background: linear-gradient(145deg, #f0f6fe, #ffffff);
padding: 1.5rem 2rem;
border-radius: 28px;
margin: 0.5rem 0 1.8rem 0;
border: 1px solid #d9e5f2;
}
.workshop-title h1 {
font-size: 2.1rem;
font-weight: 700;
letter-spacing: -0.02em;
color: #0a2f5e;
line-height: 1.2;
margin-bottom: 0.25rem;
}
.workshop-title .subhead {
font-size: 1.2rem;
font-weight: 400;
color: #1f4870;
display: flex;
flex-wrap: wrap;
align-items: baseline;
gap: 0.3rem 0.8rem;
}
.workshop-title .subhead .date-venue {
background: #dce8f8;
padding: 0.2rem 1rem;
border-radius: 30px;
font-size: 0.9rem;
font-weight: 600;
color: #0f3a61;
}
.meta-grid {
display: flex;
flex-wrap: wrap;
gap: 1.2rem 2rem;
background: #f2f8ff;
padding: 1rem 1.8rem;
border-radius: 48px;
margin: 1.2rem 0 1.8rem 0;
align-items: center;
border: 1px solid #d1e0f0;
}
.meta-item {
display: flex;
align-items: center;
gap: 0.4rem 0.6rem;
flex-wrap: wrap;
}
.meta-item strong {
color: #0b2f54;
font-weight: 600;
}
.meta-item span {
background: white;
padding: 0.2rem 1rem;
border-radius: 40px;
font-weight: 500;
color: #123a62;
box-shadow: 0 1px 4px rgba(0,0,0,0.02);
}
.desc-box {
background: #fafcff;
padding: 1.4rem 1.8rem;
border-radius: 24px;
border-left: 5px solid #1c6fb0;
margin: 1.5rem 0 2rem 0;
box-shadow: inset 0 1px 4px rgba(0,0,0,0.02);
}
.desc-box p {
margin-bottom: 0.6rem;
}
.desc-box p:last-child {
margin-bottom: 0;
}
.sessions {
margin: 2rem 0 1.5rem 0;
}
.session-grid {
display: grid;
grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
gap: 1rem;
margin-top: 0.8rem;
}
.session-card {
background: #f5f9ff;
border-radius: 18px;
padding: 1rem 1.2rem 1rem 1.2rem;
border: 1px solid #dbe6f3;
transition: 0.1s ease;
}
.session-card .time {
font-weight: 700;
color: #0d3d69;
background: #dce8f8;
display: inline-block;
padding: 0.1rem 0.8rem;
border-radius: 30px;
font-size: 0.75rem;
letter-spacing: 0.3px;
margin-bottom: 0.4rem;
}
.session-card h4 {
font-weight: 700;
font-size: 1rem;
color: #0b2f54;
margin-bottom: 0.3rem;
}
.session-card .speaker {
font-size: 0.9rem;
color: #1f4870;
font-weight: 500;
}
.session-card .speaker small {
font-weight: 400;
color: #3f5f7f;
}
.break-session {
background: #eaf0f8;
border: 1px dashed #95b3d6;
text-align: center;
font-weight: 600;
color: #1f4870;
}
.prize-block {
background: #e8f0fa;
border-radius: 40px;
padding: 1.2rem 2rem;
display: flex;
flex-wrap: wrap;
align-items: center;
justify-content: space-between;
margin: 2rem 0 1.5rem 0;
border: 1px solid #bacee8;
}
.prize-list {
display: flex;
flex-wrap: wrap;
gap: 1.2rem 2rem;
}
.prize-item {
font-weight: 600;
color: #0a2f5e;
}
.prize-item span {
background: white;
padding: 0.2rem 1rem;
border-radius: 60px;
margin-left: 0.4rem;
font-weight: 700;
color: #123a62;
}
.fee-contact {
display: flex;
flex-wrap: wrap;
justify-content: space-between;
align-items: center;
gap: 1rem;
background: #f2f8ff;
padding: 0.8rem 1.8rem;
border-radius: 60px;
margin-top: 2rem;
border: 1px solid #cbdced;
}
.fee {
font-weight: 700;
font-size: 1.1rem;
color: #0a2f5e;
}
.fee span {
background: #0a2f5e;
color: white;
padding: 0.2rem 1.2rem;
border-radius: 60px;
margin-left: 0.6rem;
font-size: 1rem;
}
.contact a {
color: #0a2f5e;
font-weight: 600;
text-decoration: none;
margin: 0 0.2rem;
}
.contact a:hover {
text-decoration: underline;
}
.web-link {
font-weight: 500;
color: #1a4b78;
}
.footer-note {
margin-top: 1.5rem;
font-size: 0.9rem;
color: #3d5d7c;
border-top: 1px solid #d5e2f0;
padding-top: 1.2rem;
text-align: center;
}
.badge-viksit {
background: #d1e2f7;
padding: 0.2rem 1rem;
border-radius: 40px;
font-weight: 500;
font-size: 0.8rem;
color: #0d3d69;
}
hr {
border: none;
border-top: 2px solid #e4edf8;
margin: 1.2rem 0;
}
</style>
</head>
<body>
<div class="workshop-card">
<!-- header: CAHO + IIHMR -->
<div class="caho-header">
<div class="caho-brand">
<span class="caho-logo">CAHO <small>· committed to safer patient care</small></span>
<span class="iihmr-badge">IIHMR Bangalore</span>
</div>
<div class="caho-tagline">
SAKCON 2026 · Pre‑Conference Workshop
</div>
</div>
<!-- main title -->
<div class="workshop-title">
<h1>🏥 Healthcare Innovation Lab</h1>
<div class="subhead">
<span>Designing Human‑Centered Quality Solutions with AI & Digital Health</span>
<span class="date-venue">📅 5 Sept 2026 · 10 AM – 2 PM</span>
</div>
</div>
<!-- meta: venue, time, fee quick -->
<div class="meta-grid">
<div class="meta-item"><strong>📍 Venue</strong> <span>Seminar Hall, IIHMR Bangalore</span></div>
<div class="meta-item"><strong>⏰ Time</strong> <span>10:00 AM – 2:00 PM</span></div>
<div class="meta-item"><strong>💰 Fee</strong> <span>₹500 per participant</span></div>
<div class="meta-item"><span class="badge-viksit">🇮🇳 Viksit Bharat</span></div>
</div>
<!-- description -->
<div class="desc-box">
<p><strong>🧪 Interactive · Design thinking · Multidisciplinary</strong><br>
Students from medicine, nursing, dentistry, allied health, public health, pharmacy & healthcare management collaborate to solve real-world quality challenges. Teams identify problems, understand patient needs, and design AI‑enabled, digitally supported solutions that improve quality, safety, efficiency, and patient experience.</p>
<p style="margin-top:0.5rem"><strong>Human‑centered care · Innovation · Quality improvement · Responsible AI & Digital Health</strong> — in line with the vision of <strong>Viksit Bharat</strong>.</p>
</div>
<!-- sessions -->
<div class="sessions">
<h3 style="color: #0a2f5e; margin-bottom: 0.2rem;">📋 Workshop journey: <span style="font-weight:400;">Understand → Identify → Innovate → Pitch</span></h3>
<div class="session-grid">
<!-- session 1 -->
<div class="session-card">
<div class="time">10:00 – 10:30</div>
<h4>Session 1 · Human‑Centered Quality Care for Viksit Bharat</h4>
<div class="speaker">Dr. Usha Manjunath <small>· Director, IIHMR Bangalore</small></div>
</div>
<!-- session 2 -->
<div class="session-card">
<div class="time">10:30 – 11:15</div>
<h4>Session 2 · Innovation Toolkit</h4>
<div class="speaker">Dr. K. N. Priya <small>· Assistant Professor, IIHMR</small></div>
</div>
<!-- break -->
<div class="session-card break-session">
<div class="time">11:15 – 11:30</div>
<h4>☕ Break</h4>
<div class="speaker" style="font-weight:400;">refreshments</div>
</div>
<!-- session 3 -->
<div class="session-card">
<div class="time">11:30 – 13:00</div>
<h4>Session 3 · Healthcare Innovation Lab</h4>
<div class="speaker">Mr. Praveen Srivatsa <small>· Founder & Director, Thinkar Foundation</small></div>
</div>
<!-- session 4 -->
<div class="session-card">
<div class="time">13:00 – 13:45</div>
<h4>Session 4 · Innovation Pitch & Gallery Walk</h4>
<div class="speaker">Mr. Bharat Gera <small>· Founder, Human Centric Healthcare Ecosystem</small></div>
<div class="speaker" style="margin-top:0.1rem;">Mr. Vinay R Srihari <small>· Assistant Professor, IIHMR</small></div>
</div>
</div>
<p style="margin-top:0.8rem; font-size:0.95rem; background:#eef5fd; padding:0.3rem 1rem; border-radius:40px; display:inline-block;">⏳ 4 interactive sessions · complete innovation journey</p>
</div>
<!-- prize -->
<div class="prize-block">
<div style="font-weight:700; color:#0a2f5e;">🏆 Best Innovation Pitches</div>
<div class="prize-list">
<div class="prize-item">🥇 1st <span>₹1,500</span></div>
<div class="prize-item">🥈 2nd <span>₹1,000</span></div>
<div class="prize-item">🥉 3rd <span>₹500</span></div>
</div>
<div style="font-size:0.85rem; color:#1f4870; background:white; padding:0.1rem 1rem; border-radius:30px;">innovation · feasibility · impact · creativity · presentation</div>
</div>
<!-- fee + contact + website -->
<div class="fee-contact">
<div class="fee">💰 Registration <span>₹500</span> <span style="background:#dce8f8; color:#0a2f5e; margin-left:0.8rem; font-weight:400; font-size:0.8rem;">per participant</span></div>
<div class="contact">
<span style="font-weight:500;">📞</span> <a href="tel:+919535266665">+91-9535266665</a> · <a href="tel:+919884928432">+91-9884928432</a>
</div>
<div class="web-link">🌐 <a href="https://www.iihmrbangalore.edu.in" target="_blank" style="color:#0a2f5e; font-weight:600; text-decoration:none;">iihmrbangalore.edu.in</a></div>
</div>
<!-- resource persons / extra -->
<hr>
<div style="display:flex; flex-wrap:wrap; gap:0.5rem 1rem; font-size:0.95rem; color:#1a4068; justify-content:center;">
<span><strong>Organised by</strong> CAHO · Consortium for Accredited Healthcare Organizations</span>
<span>•</span>
<span><strong>Host</strong> IIHMR Bangalore</span>
<span>•</span>
<span>SAKCON 2026 Pre‑Conference</span>
</div>
<div class="footer-note">
⚕️ Human‑centered · AI & Digital Health · Quality improvement · Viksit Bharat
</div>
<!-- tiny note: all info as per CAHO Pre-Conference workshop -->
</div>
</body>
</html>