Pawan Kalyan Filmography

Pawan Kalyan’s filmography is one of the most fascinating case studies in Indian cinema. It is not a graph of steady improvement or gradual decline; it is a rollercoaster defined by distinct eras. His career can be broadly divided into the (late 90s–early 2000s) and the "Stardom & Savior Phase" (post-2012).

These films showcased his versatility in sports drama and intense action-romance, respectively, solidifying his "Power Star" persona. pawan kalyan filmography

The late 2000s and early 2010s were a defining period in Pawan Kalyan's career, with a string of blockbuster hits: Pawan Kalyan’s filmography is one of the most

// update stats (total, lead, cameo) function updateStats() const total = filmography.length; const leadCount = filmography.filter(m => m.role === 'Lead').length; const cameoCount = filmography.filter(m => m.role === 'Cameo').length; const latest = [...filmography].sort((a,b)=>b.year - a.year)[0]; const statsHtml = <div class="stat-card"><span>$total</span> Total Films</div> <div class="stat-card"><span>$leadCount</span> Lead Roles</div> <div class="stat-card"><span>$cameoCount</span> Cameos</div> <div class="stat-card"><span>$latest.year</span> Latest Release</div> ; document.getElementById('statsContainer').innerHTML = statsHtml; These films showcased his versatility in sports drama

.role-badge.lead background: #ffb34730; color: #FFC107; border-left: 2px solid #FFB347;

/* filters and search */ .toolbar background: rgba(20, 22, 36, 0.7); backdrop-filter: blur(12px); border-radius: 60px; padding: 0.8rem 1.5rem; display: flex; flex-wrap: wrap; justify-content: space-between; align-items: center; gap: 1rem; margin-bottom: 2.5rem; border: 1px solid rgba(255,180,70,0.25);