/*
Theme Name: Prime Global
Theme URI: https://example.com
Author: Prime Global Education & Visa Consultancy
Author URI: https://example.com
Description: Elementor-compatible starter theme for Prime Global Education & Visa Consultancy. Includes a branded custom login screen and a floating WhatsApp chat button. Build all pages with Elementor.
Version: 1.0.0
License: GNU General Public License v2 or later
License URI: https://www.gnu.org/licenses/gpl-2.0.html
Text Domain: prime-global
*/

:root{
  --pg-navy-900:#0d2340;
  --pg-navy-700:#1c3f6b;
  --pg-gold:#c9a35c;
  --pg-gold-light:#e3caa0;
  --pg-cream:#f8f6f0;
  --pg-slate:#7c8aa3;
}

*{ box-sizing:border-box; }

body{
  margin:0;
  font-family:-apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, sans-serif;
  color:var(--pg-navy-900);
  background:#ffffff;
  line-height:1.6;
}

a{ color:var(--pg-navy-700); }
a:hover{ color:var(--pg-gold); }

img{ max-width:100%; height:auto; display:block; }

.site-header,
.site-footer{
  padding:20px 5%;
  background:var(--pg-navy-900);
  color:var(--pg-cream);
}

.site-header .custom-logo,
.site-header .site-title a{
  display:inline-block;
}

.site-header .site-title a{
  color:#fff;
  text-decoration:none;
  font-size:20px;
  font-weight:700;
}

.site-footer{
  text-align:center;
  font-size:13px;
  color:var(--pg-gold-light);
}

.site-content{
  min-height:40vh;
  padding:40px 5%;
}

/* Elementor pages/canvas templates ignore the above wrapper styles entirely,
   this CSS only affects non-Elementor fallback templates (index.php). */
