/*
Theme Name: AI Converted Elementor Theme
Theme URI: https://example.com/
Author: Converted by ChatGPT
Author URI: https://example.com/
Description: A lightweight WordPress theme converted from an AI-created static site. Designed to be edited with Elementor. Contains a Services custom post type.
Version: 1.0
License: GNU General Public License v2 or later
Text Domain: ai-converted-elementor
Tags: one-column, flexible-header, responsive-layout, accessibility-ready
*/
body{font-family: Arial, Helvetica, sans-serif;margin:0;padding:0;color:#222}
.site-header,.site-footer{background:#0b2545;color:#fff;padding:20px}
.site-title{font-size:22px;margin:0}
.site-navigation{margin-top:10px}
.content{max-width:1100px;margin:30px auto;padding:0 20px}
.hero{padding:60px 0;text-align:center;background:linear-gradient(180deg,#0b2545,#1b5aa6);color:#fff}
.section{padding:40px 0}
.services-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(240px,1fr));gap:20px}
.service-card{border:1px solid #eee;padding:20px;background:#fff;border-radius:8px}
.footer-widgets{display:flex;gap:20px;flex-wrap:wrap}
@media(max-width:600px){.hero{padding:40px 10px}}
