
/*
Theme Name: InnovationDevHub Landing Theme
Theme URI: http://innovationdevhub.com
Author: InnovationDevHub
Author URI: http://innovationdevhub.com
Description: An attention-grabbing landing page theme for InnovationDevHub, supporting subdomains for ARIPDev Academy and SIGMA Consulting.
Version: 1.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: innovationdevhub-landing
Tags: one-page, education, consulting, digital, responsive
*/

body { font-family: Arial, sans-serif; margin: 0; padding: 0; background: #fdfdfd; color: #333; }
header { background: #4B0082; color: white; padding: 40px 10%; text-align: center; }
nav a { color: #FFD700; margin: 0 15px; text-decoration: none; font-weight: bold; }
.hero { background: #E6E6FA; padding: 60px 10%; text-align: center; }
.hero h2 { color: #4B0082; font-size: 2.5em; }
.hero p { font-size: 1.2em; }
.btn { display: inline-block; background: #FFD700; color: #4B0082; padding: 10px 20px; margin: 15px; border-radius: 5px; text-decoration: none; font-weight: bold; }
.features, .programmes { padding: 40px 10%; }
.features h2, .programmes h2 { color: #4B0082; }
ul { list-style: square inside; line-height: 1.8; }
footer { background: #4B0082; color: white; padding: 20px 10%; text-align: center; }
footer a { color: #FFD700; text-decoration: none; }
