/*
Theme Name: Modern School Pro
Theme URI: https://nkit-solutions.com/modern-school-theme
Description: An advanced, fully responsive, and highly customizable WordPress theme designed specifically for modern schools, academies, and educational ERP integration. Built with clean PHP, fully compatible with Elementor, and optimized for speed, fee management, and student attendance modules.
Version: 1.0.0
Author: NK IT Solutions
Author URI: https://nkit-solutions.com
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: modern-school-pro
Tags: education, school, erp-ready, responsive-layout, custom-menu, translation-ready, modern
*/

body {
    font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
    color: #2D3748;
    background-color: #F7FAFC;
    margin: 0;
    padding: 0;
    line-height: 1.6;
}

a {
    color: #2B6CB0;
    text-decoration: none;
    transition: color 0.3s ease;
}

a:hover {
    color: #1A4373;
}

.school-container {
    width: 90%;
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 15px;
}
