/*
Theme Name: Business School Pro Clone (Starter)
Theme URI: http://example.com/
Author: ChatGPT (Generated)
Author URI: http://example.com/
Description: Starter theme that recreates the main structure of Business School Pro for learning and customization. Not a copy — use as a starting point.
Version: 1.0
License: GNU General Public License v2 or later
Text Domain: business-school-pro-clone
*/
body { font-family: Roboto, Arial, sans-serif; margin:0; padding:0; color:#222; }
.site-header { background:#0b63a4; color:#fff; padding:18px 0; }
.site-branding { max-width:1200px; margin:0 auto; padding:0 20px; display:flex; align-items:center; justify-content:space-between; }
.site-title { font-size:22px; font-weight:700; }
.main-hero { background-image: linear-gradient(rgba(6,40,60,0.35), rgba(6,40,60,0.35)), url(''); background-size:cover; color:#fff; padding:80px 20px; text-align:left; }
.container { max-width:1200px; margin:0 auto; padding:40px 20px; }
.grid { display:flex; gap:20px; flex-wrap:wrap; }
.card { background:#fff; border:1px solid #eee; padding:20px; flex:1 1 280px; box-shadow:0 2px 6px rgba(0,0,0,0.04); }
.btn { display:inline-block; padding:10px 18px; border-radius:6px; background:#ff6f3c; color:#fff; text-decoration:none; }
footer.site-footer { background:#0f1720; color:#cbd5e1; padding:30px 0; }
@media (max-width:800px){ .site-branding { flex-direction:column; gap:12px; align-items:flex-start; } .grid{ flex-direction:column; } }
