/*
Theme Name: AsiyaSchools
Theme URI: https://asiyaschools.com
Author: AsiyaSchools
Author URI: https://asiyaschools.com
Description: Custom homepage theme for AsiyaSchools — Physics in Hausa. Nigeria's #1 Physics education page teaching WAEC, NECO and JAMB in Hausa language.
Version: 1.0.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: asiyaschools
Tags: education, custom-colors, custom-logo, featured-images, full-width-template

HOW TO INSTALL ON WORDPRESS:
═══════════════════════════════════════════════════════════════

OPTION 1 — EASIEST (Recommended for beginners):
──────────────────────────────────────────────
1. Install the "Elementor" plugin (free) from WordPress plugins
2. Create a new Page called "Home"
3. Click "Edit with Elementor"
4. Add an "HTML" widget
5. Paste ALL content from index.php into the HTML widget
6. Save and set this page as your Homepage:
   Settings → Reading → "A static page" → Select "Home"

OPTION 2 — THEME UPLOAD (For advanced users):
──────────────────────────────────────────────
1. Zip the entire "asiyaschools-wordpress" folder
2. Go to WordPress Dashboard → Appearance → Themes → Add New → Upload Theme
3. Upload the zip file and activate
4. Go to Settings → Reading → Set "Front page displays" to "Your latest posts"
   OR set a static front page

OPTION 3 — COPY INTO EXISTING THEME:
──────────────────────────────────────────────
1. Go to Appearance → Theme Editor
2. If your theme has "front-page.php", paste the index.php content there
3. If not, create front-page.php and paste the content
4. Set a static front page in Settings → Reading

IMPORTANT CUSTOMIZATIONS:
══════════════════════════
Before going live, update these in index.php:
- Replace YOUR BANK NAME, ACCOUNT NUMBER in payment sections
- Update the Facebook video embed URLs with real video IDs
- Connect the email capture form to Brevo or Mailchimp
- Update meta tags with your actual domain URL

═══════════════════════════════════════════════════════════════
*/

/* Reset */
* { box-sizing: border-box; }
body { margin: 0; padding: 0; }
