
/*
Theme Name: Global Tech Solutions Advanced
Theme URI: https://example.com
Author: ChatGPT
Description: Advanced corporate WordPress theme for Global Tech Solutions with WooCommerce support and bulk form
Version: 1.0
*/
body { font-family: Arial, sans-serif; margin:0; background:#f5f7fa; }
header, footer { background:#0a3d62; color:#fff; padding:20px; }
nav a { color:#fff; margin-right:15px; text-decoration:none; }
.container { padding:40px; }
.products { display:grid; grid-template-columns: repeat(auto-fit,minmax(200px,1fr)); gap:20px; }
.product { background:#fff; padding:20px; border-radius:6px; }
.price { color:#0a3d62; font-weight:bold; }
.slider { background:#ccc; padding:40px; text-align:center; margin-bottom:40px; border-radius:6px; }
form input, form textarea { display:block; width:100%; margin-bottom:10px; padding:10px; }
form button { background:#0a3d62; color:#fff; padding:10px 20px; border:none; cursor:pointer; }
