Portfolio

.hero-section {
background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
color: white;
padding: 50px 20px;
text-align: center;
margin: -20px -20px 40px -20px;
border-radius: 0 0 20px 20px;
}

.hero-section h1 {
font-size: 2.8em;
margin: 0;
font-weight: 700;
}

.featured-project {
background: linear-gradient(135deg, #e8f4fd 0%, #f1e8ff 100%);
padding: 50px 20px;
border-radius: 20px;
margin: 50px 0;
border: 3px solid #667eea;
}

.project-header {
text-align: center;
margin-bottom: 40px;
}

.project-header h2 {
font-size: 2.5em;
color: #333;
margin-bottom: 10px;
}

.project-content {
display: grid;
grid-template-columns: 1fr 2fr;
gap: 40px;
align-items: center;
margin-bottom: 30px;
}

.project-visual {
text-align: center;
}

.project-icon {
background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
color: white;
padding: 60px 30px;
border-radius: 20px;
box-shadow: 0 15px 35px rgba(0,0,0,0.1);
}

.project-icon div {
font-size: 4em;
margin-bottom: 20px;
}

.detail-card {
background: white;
padding: 30px;
border-radius: 15px;
margin: 20px 0;
box-shadow: 0 5px 15px rgba(0,0,0,0.1);
border-left: 5px solid #667eea;
}

.detail-card:nth-child(2) {
border-left-color: #764ba2;
}

.detail-card h3 {
color: #667eea;
margin-top: 0;
font-size: 1.4em;
}

.detail-card:nth-child(2) h3 {
color: #764ba2;
}

.tech-showcase {
background: white;
padding: 30px;
border-radius: 15px;
box-shadow: 0 5px 15px rgba(0,0,0,0.1);
}

.tech-tags {
display: flex;
justify-content: center;
gap: 15px;
flex-wrap: wrap;
margin-top: 20px;
}

.tag {
background: #667eea;
color: white;
padding: 8px 16px;
border-radius: 20px;
font-size: 0.9em;
font-weight: 500;
}

.tag:nth-child(2) { background: #764ba2; }
.tag:nth-child(3) { background: #28a745; }
.tag:nth-child(4) { background: #fd7e14; }

.capabilities-section {
margin: 60px 0;
}

.capabilities-section h2 {
text-align: center;
font-size: 2.5em;
margin-bottom: 50px;
color: #333;
}

.capabilities-grid {
display: grid;
grid-template-columns: 1fr 1fr;
gap: 40px;
}

.capability-column {
background: white;
border-radius: 20px;
overflow: hidden;
box-shadow: 0 15px 35px rgba(0,0,0,0.1);
}

.capability-header {
background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
color: white;
padding: 40px;
text-align: center;
}

.capability-column:nth-child(2) .capability-header {
background: linear-gradient(135deg, #764ba2 0%, #667eea 100%);
}

.capability-header h3 {
font-size: 1.8em;
margin: 0;
}

.capability-content {
padding: 30px;
}

.capability-item {
background: #f8f9fa;
padding: 20px;
border-radius: 10px;
margin: 15px 0;
border-left: 4px solid #667eea;
}

.capability-column:nth-child(2) .capability-item {
border-left-color: #764ba2;
}

.capability-item strong {
color: #667eea;
font-size: 1.1em;
}

.capability-column:nth-child(2) .capability-item strong {
color: #764ba2;
}

.education-section {
background: linear-gradient(135deg, #e8f4fd 0%, #f1e8ff 100%);
padding: 50px 20px;
border-radius: 20px;
margin: 50px 0;
}

.education-section h2 {
text-align: center;
font-size: 2.3em;
margin-bottom: 50px;
color: #333;
}

.education-grid {
display: grid;
grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
gap: 30px;
}

.education-card {
background: white;
padding: 40px;
border-radius: 15px;
text-align: center;
box-shadow: 0 10px 25px rgba(0,0,0,0.1);
transition: transform 0.3s ease;
}

.education-card:hover {
transform: translateY(-10px);
}

.education-card div {
font-size: 3em;
margin-bottom: 20px;
}

.education-card h3 {
color: #667eea;
margin-bottom: 15px;
font-size: 1.3em;
}

.education-card:nth-child(2) h3 {
color: #764ba2;
}

.education-card:nth-child(3) h3 {
color: #28a745;
}

.cta-section {
background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
color: white;
padding: 50px 20px;
border-radius: 20px;
text-align: center;
margin: 50px 0;
}

.cta-section h2 {
font-size: 2.5em;
margin-bottom: 20px;
}

.cta-section p {
font-size: 1.3em;
margin-bottom: 40px;
opacity: 0.9;
}

.btn {
background: rgba(255,255,255,0.2);
color: white;
padding: 15px 35px;
border-radius: 30px;
text-decoration: none;
font-weight: 600;
font-size: 1.2em;
display: inline-flex;
align-items: center;
gap: 10px;
transition: all 0.3s ease;
backdrop-filter: blur(10px);
}

.btn:hover {
background: rgba(255,255,255,0.3);
transform: translateY(-2px);
}

@media (max-width: 768px) {
.project-content,
.capabilities-grid {
grid-template-columns: 1fr;
}
.hero-section h1 {
font-size: 2.2em;
}
}

Portfolio & Experience

🏆 Featured Projects & Technical Expertise

🛠️ Technical Capabilities

💻 Frontend Development

⚛️ React with Vite
Modern build system & hot reload
🎨 Tailwind CSS
Utility-first responsive design
📝 TypeScript/JavaScript
Modern ES6+ development

🔧 Backend Development

🟢 Node.js/Express
Scalable web services & APIs
🐍 Python/FastAPI
High-performance async APIs
🗄️ Database Design
MySQL, PostgreSQL, SQLite

🎓 Professional Development

🎆

Current Learning

AI Generalist Course

(Outskill) – Expanding AI applications & implementation strategies

🎓

Technical Foundation

B.E. Computer Science

Software engineering principles & fundamentals

💼

Business Strategy

PGDM Entrepreneurship

Operations, financial management & strategy

🚀 Ready to Collaborate?

Each project is an opportunity to blend technical expertise with business insight


📧 Discuss Your Project

Scroll to Top