body { background:#f8f9fa; } .objective-card { border: none; border-radius: .8rem; background:#fff; padding:20px; box-shadow: 0 6px 18px rgba(33,37,41,0.08); height:100%; } .icon-circle { width:64px; height:64px; display:flex; align-items:center; justify-content:center; border-radius:50%; font-size:28px; background: linear-gradient(135deg, #ffffff80, #f1f3f5); box-shadow: 0 6px 18px rgba(13,110,253,0.06), inset 0 -4px 8px rgba(0,0,0,0.02); } .card-title { font-size:1.02rem; font-weight:600; margin-bottom:.25rem; } .card-text { font-size:.92rem; color:#495057; margin:0; } .objectives-grid { display:grid; grid-template-columns: repeat(3, 1fr); gap:25px; } @media(max-width:992px){ .objectives-grid { grid-template-columns: repeat(2,1fr); } } @media(max-width:768px){ .objectives-grid { grid-template-columns: repeat(1,1fr); } }

Objectives

๐Ÿ˜๏ธ
Neighbourhood watch patrols

Organised local patrols to increase safety and build trust between residents and authorities.

๐Ÿงน
Litter picking

Community clean-up events to keep public spaces tidy and welcoming.

๐Ÿธ
Badminton โ€“ Netball for ladies

Female-only sessions for social sport, fitness and community building.

โšฝ
Youth football

Weekly coaching and matches to engage young people in positive activity.

๐Ÿฒ
Aid homeless people & food distribution

Meal programs, warm packs and signposting to services for people in need.

๐Ÿšด
Cycling training

Skills, safety and confidence sessions for new and returning cyclists.

๐Ÿง˜
Yoga / Fitness for women & children

Inclusive classes to support physical health, flexibility and community wellbeing.

๐Ÿน
Archery for adults & children

Safe coached sessions introducing target sports and concentration skills.

๐Ÿง 
Mental well-being counselling

Confidential support and signposting to professional mental health services.

๐ŸŽ‰
Sports days

Community sports festivals to encourage participation and friendly competition.

๐Ÿ‘จโ€๐Ÿ‘ฉโ€๐Ÿ‘งโ€๐Ÿ‘ฆ
Family events / Recreational activities

Regular family-focused events that promote social connection and fun.

๐Ÿค
Centralised pressure group

A coordinated body working with City Councils and West Midlands Police to influence local policy and resources.

Aim

๐Ÿ‘ฎโ€โ™‚๏ธ

Tackle Crime & Anti-social Behaviour

๐ŸŽ

Deal with Obesity & Unhealthy Living

๐Ÿง 

Mental Health & Well-being

๐Ÿค

Create a Cohesive Social Environment

๐Ÿ”ช

Tackle Knife & Gun Crime / Gangs

โญ

Encourage Future Role Models

โšฝ

Youth Sports Opportunities

๐ŸŽ‰

Build a Vibrant & Impactful Society

.wp-cards-container { display: grid; grid-template-columns: repeat(3, 1fr); gap: 25px; margin: 30px 0; } .wp-card { padding: 25px; text-align: center; background: #ffffff; border-radius: 10px; box-shadow: 0 4px 12px rgba(0,0,0,0.1); transition: all 0.3s ease; } .wp-card:hover { transform: translateY(-5px); box-shadow: 0 6px 18px rgba(0,0,0,0.15); } .wp-icon { font-size: 42px; margin-bottom: 12px; } .wp-card h3 { font-size: 18px; margin: 0; font-weight: 600; }