/*
Theme Name: Infinite360 Theme
Theme URI: https://example.com/infinite360
Author: Generated by Assistant
Author URI: https://example.com
Description: Lightweight theme scaffold modeled after a corporate layout (Home, About, Services, Industries, Careers, Contact). Use with Elementor or the WP editor. Replace placeholder assets & content.
Version: 1.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: infinite360
Tags: corporate, responsive, custom-logo
*/
body { font-family: Arial, Helvetica, sans-serif; margin:0; padding:0; color:#222; }
.site-header { background:#0b5; padding:18px 30px; color:#fff; }
.site-branding { font-weight:700; font-size:20px; }
.site-nav { float:right; }
.container { max-width:1100px; margin:0 auto; padding:30px; }
.hero { background:#0b5; color:#fff; padding:60px 0; }
.section { padding:40px 0; }
.services-grid { display:grid; grid-template-columns:repeat(auto-fit,minmax(220px,1fr)); gap:18px; }
.service-box { border:1px solid #eee; padding:18px; border-radius:6px; background:#fff; }
.footer { background:#111; color:#ddd; padding:30px 0; }
