/*
Theme Name: Modern Institute LMS
Description: Custom built LMS for Institute with PDF, Quiz, and Fee Management without plugins.
Author: Custom Dev
Version: 1.0
*/
body { font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif; background: #f4f7f6; color: #333; margin:0; padding:0; }
.container { max-width: 1200px; margin: 0 auto; padding: 20px; }
header { background: #fff; padding: 20px 0; box-shadow: 0 2px 10px rgba(0,0,0,0.1); }
header .container { display: flex; justify-content: space-between; align-items: center; }
.btn { padding: 10px 20px; background: #007bff; color: white; border: none; border-radius: 5px; text-decoration: none; cursor: pointer; transition: 0.3s; }
.btn:hover { background: #0056b3; }
.dashboard-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(300px, 1fr)); gap: 20px; margin-top: 30px; }
.card { background: #fff; padding: 25px; border-radius: 10px; box-shadow: 0 4px 15px rgba(0,0,0,0.05); }
.card h3 { margin-top: 0; color: #2c3e50; }
