/*
Theme Name: GammaTrust Capital
Theme URI: https://gammatrust.ca
Author: Bruno Pouliot
Author URI: https://example.com
Description: A multipurpose WordPress theme for GammaTrust Capital, inspired by Salient. Supports real estate investments, simulators, profiles.
Version: 1.1.0  // Updated version for fixes
Tested up to: 6.6
Requires PHP: 7.4
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: gammatrust-capital
Tags: real-estate, investment, multipurpose, woocommerce
*/

/* Fixed gaps: Reset body, adjust nav/footer */
body { margin: 0; padding: 0; font-family: 'Inter', sans-serif; background-color: #f7fafc; }
nav { top: 0 !important; margin-top: 0; padding-top: 0; }
footer { margin-top: 0; padding-top: 0; }

/* Combined CSS from query HTML + fixes */
:root { --color-primary: #0a2463; --color-accent: #ffd700; /* ... other vars */ }
.bg-yellow-500 { background-color: #F59E0B; }
.hero-gradient { background: linear-gradient(135deg, rgba(10,36,99,0.9) 0%, rgba(124,58,237,0.85) 100%); }
/* Compass carousel styles from query */
.compass-carousel { display: flex; overflow-x: hidden; scroll-snap-type: x mandatory; }
/* Add all styles from <style> tags in query */