body { font-family: 'Times New Roman', Times, serif; }

/* Shared utility styles */
/* Brighter, warm hero/background gradient (peach → pink) */
.gradient-bg { background: linear-gradient(135deg, #fed7aa 0%, #f9a8d4 100%); }
.card-hover { transition: all 0.3s ease; }
.card-hover:hover { transform: translateY(-5px); box-shadow: 0 20px 25px -5px rgba(0, 0, 0, 0.1); }

/* Home (index) */
/* Warm, bright stat color */
.stat-counter { font-size: 2.5rem; font-weight: 700; color: #f97316; }
.hero-text { font-size: 4rem; font-weight: 700; line-height: 1.1; }
@media (max-width: 768px) { .hero-text { font-size: 2.5rem; } }

/* Academics */
.timeline-item { position: relative; }
.timeline-item::before { content: ''; position: absolute; left: 20px; top: 0; bottom: 0; width: 2px; background: linear-gradient(to bottom, #f97316, #ec4899); }
.timeline-dot { position: absolute; left: 12px; top: 20px; width: 16px; height: 16px; background: #fb7185; border-radius: 50%; border: 4px solid white; box-shadow: 0 0 0 4px #e5e7eb; }
.timeline-content { margin-left: 60px; padding: 20px; background: white; border-radius: 12px; box-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1); transition: all 0.3s ease; }
.timeline-content:hover { transform: translateY(-2px); box-shadow: 0 10px 25px -3px rgba(0,0,0,0.1); }
.dark .timeline-content { background: #1f2937; box-shadow: 0 4px 6px -1px rgba(0,0,0,0.3); }
.dark .timeline-dot { border-color: #1f2937; box-shadow: 0 0 0 4px #374151; }
.achievement-badge { display: inline-block; padding: 4px 12px; background: linear-gradient(135deg, #f97316, #ec4899); color: white; border-radius: 20px; font-size: 0.875rem; font-weight: 500; margin: 2px; }

/* Awards */
.award-card { transition: all 0.3s ease; position: relative; overflow: hidden; }
.award-card::before { content: ''; position: absolute; top: 0; left: 0; right: 0; height: 4px; background: linear-gradient(90deg, #f97316, #fb7185, #facc15); transform: scaleX(0); transition: transform 0.3s ease; }
.award-card:hover::before { transform: scaleX(1); }
.award-card:hover { transform: translateY(-5px) scale(1.02); box-shadow: 0 25px 50px -12px rgba(0,0,0,0.25); }
.award-badge { display: inline-block; padding: 6px 16px; background: linear-gradient(135deg, #f97316, #fb7185); color: white; border-radius: 25px; font-size: 0.875rem; font-weight: 600; margin: 2px; }
.cert-badge { display: inline-block; padding: 4px 12px; background: linear-gradient(135deg, #22c55e, #a3e635); color: white; border-radius: 20px; font-size: 0.875rem; font-weight: 500; margin: 2px; }
.award-icon { font-size: 3rem; background: linear-gradient(135deg, #f97316, #fb7185); -webkit-background-clip: text; -webkit-text-fill-color: transparent; background-clip: text; }
.dark .award-icon { background: linear-gradient(135deg, #facc15, #f97316); -webkit-background-clip: text; -webkit-text-fill-color: transparent; background-clip: text; }

/* Contact */
.contact-card { transition: all 0.3s ease; }
.contact-card:hover { transform: translateY(-5px); box-shadow: 0 25px 50px -12px rgba(0,0,0,0.25); }
.form-input { transition: all 0.3s ease; }
.form-input:focus { transform: translateY(-2px); box-shadow: 0 10px 25px -5px rgba(236,72,153,0.4); }
.social-link { transition: all 0.3s ease; }
.social-link:hover { transform: translateY(-3px) scale(1.1); }
.submit-btn { background: linear-gradient(135deg, #f97316, #ec4899); transition: all 0.3s ease; }
.submit-btn:hover { transform: translateY(-2px); box-shadow: 0 10px 25px -5px rgba(236,72,153,0.5); }

/* Gallery */
.gallery-item { transition: all 0.3s ease; position: relative; overflow: hidden; cursor: pointer; }
.gallery-item::before { content: ''; position: absolute; top: 0; left: 0; right: 0; bottom: 0; background: rgba(0,0,0,0.5); opacity: 0; transition: opacity 0.3s ease; z-index: 1; }
.gallery-item:hover::before { opacity: 1; }
.gallery-item:hover { transform: scale(1.05); }
.gallery-overlay { position: absolute; bottom: 0; left: 0; right: 0; background: linear-gradient(transparent, rgba(0,0,0,0.8)); color: white; padding: 20px; transform: translateY(100%); transition: transform 0.3s ease; z-index: 2; }
.gallery-item:hover .gallery-overlay { transform: translateY(0); }
.modal { display: none; position: fixed; z-index: 1000; left: 0; top: 0; width: 100%; height: 100%; background-color: rgba(0,0,0,0.9); backdrop-filter: blur(4px); }
.modal-content { position: relative; margin: auto; padding: 0; width: 90%; max-width: 1200px; max-height: 90vh; top: 50%; transform: translateY(-50%); }
.modal-image { width: 100%; height: auto; max-height: 80vh; object-fit: contain; border-radius: 8px; }
.modal-nav { position: absolute; top: 50%; transform: translateY(-50%); background: rgba(0,0,0,0.5); color: white; border: none; padding: 15px; cursor: pointer; border-radius: 50%; font-size: 20px; transition: background 0.3s ease; }
.modal-nav:hover { background: rgba(0,0,0,0.7); }
.modal-prev { left: 20px; }
.modal-next { right: 20px; }
.modal-close { position: absolute; top: 20px; right: 30px; color: white; font-size: 30px; cursor: pointer; z-index: 1001; }
.filter-btn { transition: all 0.3s ease; }
.filter-btn.active { background: linear-gradient(135deg, #f97316, #ec4899); color: white; }

/* Leadership */
.leadership-card { transition: all 0.3s ease; position: relative; overflow: hidden; }
.leadership-card::before { content: ''; position: absolute; top: 0; left: -100%; width: 100%; height: 100%; background: linear-gradient(90deg, transparent, rgba(255,255,255,0.2), transparent); transition: left 0.5s; }
.leadership-card:hover::before { left: 100%; }
.leadership-card:hover { transform: translateY(-8px) scale(1.02); box-shadow: 0 25px 50px -12px rgba(0,0,0,0.25); }
.role-badge { background: linear-gradient(135deg, #f97316, #ec4899); color: white; padding: 4px 12px; border-radius: 20px; font-size: 0.875rem; font-weight: 500; display: inline-block; }
.impact-stat { font-size: 2rem; font-weight: 700; color: #f97316; }
.dark .impact-stat { color: #fdba74; }

/* Service */
.service-card { transition: all 0.3s ease; position: relative; overflow: hidden; }
.service-card::before { content: ''; position: absolute; top: 0; left: 0; right: 0; height: 4px; background: linear-gradient(90deg, #f97316, #ec4899, #22c55e); transform: scaleX(0); transition: transform 0.3s ease; }
.service-card:hover::before { transform: scaleX(1); }
.service-card:hover { transform: translateY(-5px); box-shadow: 0 20px 25px -5px rgba(0,0,0,0.1), 0 10px 10px -5px rgba(0,0,0,0.04); }
.impact-number { font-size: 2.5rem; font-weight: 700; background: linear-gradient(135deg, #f97316, #ec4899); -webkit-background-clip: text; -webkit-text-fill-color: transparent; background-clip: text; }
.project-tag { display: inline-block; padding: 4px 12px; background: linear-gradient(135deg, #10b981, #059669); color: white; border-radius: 20px; font-size: 0.875rem; font-weight: 500; margin: 2px; }
.dark .impact-number { background: linear-gradient(135deg, #22c55e, #a3e635); -webkit-background-clip: text; -webkit-text-fill-color: transparent; background-clip: text; }
.progress-bar { height: 8px; background: linear-gradient(90deg, #f97316, #ec4899); border-radius: 4px; transition: width 2s ease; }

/* Sports */
.sports-card { transition: all 0.3s ease; position: relative; overflow: hidden; }
.sports-card::before { content: ''; position: absolute; top: 0; left: 0; right: 0; bottom: 0; background: linear-gradient(45deg, rgba(249,115,22,0.2), rgba(236,72,153,0.2)); opacity: 0; transition: opacity 0.3s ease; }
.sports-card:hover::before { opacity: 1; }
.sports-card:hover { transform: translateY(-5px) scale(1.02); box-shadow: 0 25px 50px -12px rgba(0,0,0,0.25); }
.carousel-container { position: relative; overflow: hidden; border-radius: 12px; }
.carousel-slide { display: none; transition: opacity 0.5s ease; }
.carousel-slide.active { display: block; }
.carousel-slide img { width: 100%; height: 500px; object-fit: cover; }
.carousel-nav { position: absolute; top: 50%; transform: translateY(-50%); background: rgba(0,0,0,0.5); color: white; border: none; padding: 10px; cursor: pointer; border-radius: 50%; transition: background 0.3s ease; }
.carousel-nav:hover { background: rgba(0,0,0,0.7); }
.carousel-prev { left: 10px; }
.carousel-next { right: 10px; }
.carousel-dots { display: flex; justify-content: center; margin-top: 10px; }
.carousel-dot { width: 10px; height: 10px; border-radius: 50%; background: #ccc; margin: 0 5px; cursor: pointer; transition: background 0.3s ease; }
.carousel-dot.active { background: #ec4899; }
.stats-number { font-size: 2.5rem; font-weight: 700; color: #f97316; }
.dark .stats-number { color: #fdba74; }

/* Reflections */
.blog-card { transition: all 0.3s ease; position: relative; overflow: hidden; }
.blog-card::before { content: ''; position: absolute; top: 0; left: 0; right: 0; height: 4px; background: linear-gradient(90deg, #ec4899, #f97316, #22c55e); transform: scaleX(0); transition: transform 0.3s ease; }
.blog-card:hover::before { transform: scaleX(1); }
.blog-card:hover { transform: translateY(-5px); box-shadow: 0 25px 50px -12px rgba(0,0,0,0.25); }
.blog-tag { display: inline-block; padding: 4px 12px; background: linear-gradient(135deg, #ec4899, #f97316); color: white; border-radius: 20px; font-size: 0.875rem; font-weight: 500; margin: 2px; }
.read-more { color: #ec4899; text-decoration: none; font-weight: 500; transition: color 0.3s ease; }
.read-more:hover { color: #db2777; }
.dark .read-more:hover { color: #f472b6; }
