<div class="clubs-societies-section">
<h2>Clubs and Societies at Cordia</h2>
<p>At Cordia Group of Educational Institutes, we believe that a student's growth extends beyond the classroom. Our wide range of clubs and societies provide an outlet for creativity, leadership, and personal development. From cultural to academic interests, there’s something for everyone!</p>
<!-- Cultural Club -->
<div class="club">
<h3>Cultural Club</h3>
<p>The Cultural Club celebrates the diversity and vibrancy of our community. The club organizes festivals, cultural shows, and events to promote the arts and foster unity among students from various backgrounds.</p>
<ul>
<li>Annual Cultural Fest</li>
<li>Dance, Music, and Theatre Performances</li>
<li>Ethnic Day and Celebrations</li>
</ul>
</div>
<!-- Debate and Public Speaking Society -->
<div class="club">
<h3>Debate and Public Speaking Society</h3>
<p>The Debate and Public Speaking Society encourages students to express themselves eloquently and confidently. The society organizes debates, public speaking workshops, and discussions on contemporary issues.</p>
<ul>
<li>Debate Competitions</li>
<li>Public Speaking Workshops</li>
<li>Panel Discussions and Guest Lectures</li>
</ul>
</div>
<!-- Science and Technology Club -->
<div class="club">
<h3>Science and Technology Club</h3>
<p>The Science and Technology Club is a hub for innovation and creativity. This club focuses on the latest trends in science, technology, and engineering, providing hands-on experience through projects, workshops, and hackathons.</p>
<ul>
<li>Workshops on Robotics and AI</li>
<li>Annual Science Expo</li>
<li>Tech Projects and Competitions</li>
</ul>
</div>
<!-- Community Service Society -->
<div class="club">
<h3>Community Service Society</h3>
<p>The Community Service Society is dedicated to making a difference in the local community. Members engage in outreach programs, charity events, and environmental campaigns, promoting a culture of giving and social responsibility.</p>
<ul>
<li>Charity Drives and Fundraising Events</li>
<li>Environmental Awareness Campaigns</li>
<li>Volunteering Opportunities</li>
</ul>
</div>
<!-- Sports Club -->
<div class="club">
<h3>Sports Club</h3>
<p>For sports enthusiasts, the Sports Club offers a variety of athletic activities to promote fitness and teamwork. Whether you're into cricket, football, basketball, or indoor games, this club provides an excellent way to stay active and competitive.</p>
<ul>
<li>Intra-College Tournaments</li>
<li>Sports Meet and Annual Games</li>
<li>Fitness and Training Sessions</li>
</ul>
</div>
</div>
<!-- Styles -->
<style>
.clubs-societies-section {
font-family: Arial, sans-serif;
padding: 20px;
max-width: 1200px;
margin: 0 auto;
}
.clubs-societies-section h2 {
color: #f15a25;
text-align: center;
margin-bottom: 20px;
}
.club {
margin-bottom: 30px;
}
.club h3 {
color: #333;
}
.club ul {
list-style: disc;
margin-left: 20px;
}
</style>