/*
Theme Name: Gillco Theme
Theme URI: https://example.com
Author: Your Name
Description: Real Estate Landing Page Theme (Bootstrap 5)
Version: 1.0
License: GPLv2 or later
Text Domain: gillco
*/

:root {
  --primary-blue: #4fc3f7;
  --primary-yellow: #ffd700;
  --dark-bg: #1a1a1a;
}

body {
  font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
}

.hero-section {
  background: linear-gradient(rgba(0,0,0,0.6), rgba(0,0,0,0.6)),
    url('https://images.unsplash.com/photo-1480714378408-67cf0d13bc1b?w=1600') center/cover;
  min-height: 100vh;
  color: white;
  position: relative;
}

.navbar-dark .navbar-nav .nav-link {
  color: rgba(255, 255, 255, 0.9);
  margin: 0 15px;
}

.hero-title { font-size: 3.5rem; font-weight: 700; margin-bottom: 20px; }
.btn-primary-custom { background-color: var(--primary-blue); border: none; padding: 12px 30px; font-weight: 600; border-radius: 4px; }
.btn-primary-custom:hover { background-color: #29b6f6; }
