/*
Theme Name:       Global Pathway Advisors
Theme URI:        https://globalpathwayadvisors.com.au
Author:           Global Pathway Advisors
Author URI:       https://globalpathwayadvisors.com.au
Description:      A warm, professional education consultancy theme for Global Pathway Advisors. Built for international student recruitment in Australia.
Version:          1.0.0
Requires at least: 6.0
Tested up to:     6.5
Requires PHP:     8.0
License:          GNU General Public License v2 or later
License URI:      http://www.gnu.org/licenses/gpl-2.0.html
Text Domain:      gpa
Tags:             education, consulting, warm, professional, responsive
*/

/* ============================================================
   GOOGLE FONTS
============================================================ */
@import url('https://fonts.googleapis.com/css2?family=Playfair+Display:wght@400;600;700&family=Dancing+Script:wght@700&family=Nunito:wght@300;400;600;700&family=Montserrat:wght@300;400;600;700&display=swap');

/* ============================================================
   CSS VARIABLES
============================================================ */
:root {
  --cream:         #FDF8F2;
  --warm-orange:   #E8773A;
  --deep-teal:     #1A6B6B;
  --gold:          #D4A843;
  --soft-brown:    #8B5E3C;
  --light-orange:  #FAE9D8;
  --light-teal:    #E0F0F0;
  --text-dark:     #2C2C2C;
  --text-mid:      #555555;
  --white:         #FFFFFF;
  --navy:          #2C3E50;
  --shadow-sm:     0 2px 12px rgba(0,0,0,0.06);
  --shadow-md:     0 4px 24px rgba(0,0,0,0.10);
  --shadow-lg:     0 12px 40px rgba(0,0,0,0.14);
  --radius-sm:     8px;
  --radius-md:     16px;
  --radius-lg:     24px;
}

/* ============================================================
   RESET & BASE
============================================================ */
*, *::before, *::after { margin:0; padding:0; box-sizing:border-box; }
html { scroll-behavior:smooth; }
body {
  font-family: 'Nunito', sans-serif;
  background: var(--cream);
  color: var(--text-dark);
  font-size: 16px;
  line-height: 1.6;
  overflow-x: hidden;
}
img { max-width:100%; height:auto; display:block; }
a { color: var(--warm-orange); text-decoration:none; transition: color 0.2s; }
a:hover { color: #c9622a; }
ul { list-style:none; }

/* ============================================================
   TYPOGRAPHY
============================================================ */
h1,h2,h3,h4,h5 {
  font-family: 'Playfair Display', serif;
  line-height: 1.2;
  color: var(--deep-teal);
}
h1 { font-size: clamp(2rem, 5vw, 3.6rem); }
h2 { font-size: clamp(1.6rem, 3vw, 2.4rem); }
h3 { font-size: 1.2rem; }
p  { color: var(--text-mid); }

/* ============================================================
   LAYOUT UTILITIES
============================================================ */
.gpa-container { max-width:1200px; margin:0 auto; padding:0 24px; }
.gpa-section   { padding: 80px 24px; }
.section-label {
  font-family: 'Montserrat', sans-serif;
  font-size: 0.75rem;
  font-weight: 700;
  letter-spacing: 2.5px;
  text-transform: uppercase;
  color: var(--warm-orange);
  display: block;
  margin-bottom: 10px;
}
.section-title  { margin-bottom: 16px; }
.section-desc   { font-size: 1.05rem; line-height: 1.75; max-width: 620px; }

/* ============================================================
   BUTTONS
============================================================ */
.btn-primary, .btn-outline, .btn-ghost {
  display: inline-block;
  padding: 13px 30px;
  border-radius: 30px;
  font-family: 'Nunito', sans-serif;
  font-weight: 700;
  font-size: 0.95rem;
  cursor: pointer;
  transition: all 0.22s;
  border: 2px solid transparent;
  text-align: center;
}
.btn-primary {
  background: var(--warm-orange);
  color: #fff !important;
  box-shadow: 0 4px 16px rgba(232,119,58,0.35);
}
.btn-primary:hover { background: #c9622a; transform: translateY(-2px); color:#fff !important; }
.btn-outline {
  background: transparent;
  color: #fff !important;
  border-color: rgba(255,255,255,0.65);
}
.btn-outline:hover { background: rgba(255,255,255,0.15); color:#fff !important; }
.btn-ghost {
  background: var(--light-orange);
  color: var(--soft-brown) !important;
}
.btn-ghost:hover { background: var(--warm-orange); color:#fff !important; }

/* ============================================================
   TOP BAR
============================================================ */
#gpa-topbar {
  background: var(--deep-teal);
  color: #fff;
  font-size: 0.8rem;
  font-family: 'Montserrat', sans-serif;
  padding: 8px 24px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
  gap: 6px;
}
#gpa-topbar a { color: #fff; opacity: 0.9; }
#gpa-topbar a:hover { opacity: 1; }
#gpa-topbar .tb-hours { font-weight: 700; }
#gpa-topbar .tb-links { display:flex; gap:20px; flex-wrap:wrap; }

/* ============================================================
   NAVIGATION
============================================================ */
#gpa-header {
  background: var(--white);
  box-shadow: var(--shadow-md);
  position: sticky;
  top: 0;
  z-index: 999;
}
#gpa-nav {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 24px;
  height: 72px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

/* Logo */
.gpa-logo-wrap {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  text-decoration: none;
  line-height: 1;
}
.gpa-logo-script {
  font-family: 'Dancing Script', cursive;
  font-size: 32px;
  font-weight: 700;
  color: var(--navy);
  line-height: 1;
  white-space: nowrap;
}
.gpa-logo-row {
  display: flex;
  align-items: center;
  gap: 8px;
  width: 100%;
  margin-top: 1px;
}
.gpa-logo-line { flex:1; height:1px; background: rgba(44,62,80,0.5); }
.gpa-logo-sub {
  font-family: 'Montserrat', sans-serif;
  font-size: 9px;
  font-weight: 700;
  letter-spacing: 3.5px;
  color: var(--navy);
  white-space: nowrap;
}
.gpa-logo-tagline {
  font-family: 'Montserrat', sans-serif;
  font-size: 7px;
  font-weight: 300;
  letter-spacing: 2.5px;
  color: rgba(44,62,80,0.65);
  text-transform: uppercase;
  margin-top: 2px;
  align-self: center;
}

/* Nav menu */
#gpa-menu {
  display: flex;
  align-items: center;
  gap: 4px;
}
#gpa-menu > li { position: relative; }
#gpa-menu > li > a {
  font-family: 'Montserrat', sans-serif;
  font-weight: 600;
  font-size: 0.82rem;
  letter-spacing: 0.3px;
  color: var(--text-dark) !important;
  padding: 8px 12px;
  border-radius: var(--radius-sm);
  display: block;
  transition: all 0.18s;
}
#gpa-menu > li > a:hover,
#gpa-menu > li.current-menu-item > a {
  background: var(--light-orange);
  color: var(--warm-orange) !important;
}
#gpa-menu .sub-menu {
  display: none;
  position: absolute;
  top: calc(100% + 6px);
  left: 0;
  background: var(--white);
  min-width: 210px;
  border-radius: 12px;
  box-shadow: var(--shadow-lg);
  padding: 8px 0;
  z-index: 1000;
}
#gpa-menu li:hover > .sub-menu { display: block; }
#gpa-menu .sub-menu a {
  display: block;
  padding: 10px 20px;
  font-family: 'Montserrat', sans-serif;
  font-size: 0.83rem;
  font-weight: 600;
  color: var(--text-dark) !important;
  transition: background 0.15s;
}
#gpa-menu .sub-menu a:hover { background: var(--light-orange); color: var(--warm-orange) !important; }
#gpa-menu .menu-cta > a {
  background: var(--warm-orange) !important;
  color: #fff !important;
  border-radius: 24px !important;
  padding: 10px 22px !important;
  font-weight: 700 !important;
}
#gpa-menu .menu-cta > a:hover { background: #c9622a !important; transform: translateY(-1px); }

/* Hamburger */
#gpa-hamburger {
  display: none;
  background: none;
  border: none;
  cursor: pointer;
  flex-direction: column;
  gap: 5px;
  padding: 4px;
}
#gpa-hamburger span {
  display: block;
  width: 24px;
  height: 2px;
  background: var(--text-dark);
  border-radius: 2px;
  transition: all 0.3s;
}

/* ============================================================
   HERO
============================================================ */
#gpa-hero {
  background: linear-gradient(135deg, #1A6B6B 0%, #2a9090 40%, #E8773A 100%);
  min-height: 88vh;
  display: flex;
  align-items: center;
  position: relative;
  overflow: hidden;
  padding: 60px 40px;
}
#gpa-hero::before {
  content:'';
  position:absolute; top:-80px; right:-80px;
  width:500px; height:500px;
  background:rgba(255,255,255,0.06); border-radius:50%;
}
#gpa-hero::after {
  content:'';
  position:absolute; bottom:-120px; left:-60px;
  width:400px; height:400px;
  background:rgba(255,255,255,0.04); border-radius:50%;
}
.hero-inner { max-width:640px; z-index:2; animation: fadeUp 0.8s ease both; }
@keyframes fadeUp {
  from { opacity:0; transform:translateY(28px); }
  to   { opacity:1; transform:translateY(0); }
}
.hero-badge {
  display: inline-block;
  background: rgba(255,255,255,0.18);
  color: #fff;
  font-family: 'Montserrat', sans-serif;
  font-size: 0.75rem;
  font-weight: 700;
  letter-spacing: 1.5px;
  text-transform: uppercase;
  padding: 6px 18px;
  border-radius: 20px;
  margin-bottom: 20px;
  backdrop-filter: blur(4px);
}
#gpa-hero h1 {
  color: #fff;
  margin-bottom: 20px;
}
#gpa-hero h1 em { font-style:normal; color: var(--gold); }
#gpa-hero p {
  color: rgba(255,255,255,0.88);
  font-size: 1.08rem;
  margin-bottom: 36px;
}
.hero-btns { display:flex; gap:16px; flex-wrap:wrap; }
.hero-stats { display:flex; gap:36px; margin-top:48px; flex-wrap:wrap; }
.h-stat-num {
  font-family: 'Playfair Display', serif;
  font-size: 2rem;
  font-weight: 700;
  color: var(--gold);
  line-height: 1;
}
.h-stat-lbl { font-size:0.8rem; color:rgba(255,255,255,0.78); margin-top:4px; }

/* ============================================================
   WELCOME / ABOUT
============================================================ */
#gpa-welcome { background: var(--white); }
.welcome-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 60px;
  align-items: center;
  max-width: 1200px;
  margin: 0 auto;
}
.welcome-visual {
  background: linear-gradient(135deg, var(--light-teal), var(--light-orange));
  border-radius: var(--radius-lg);
  height: 420px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 5rem;
  position: relative;
  overflow: hidden;
}
.welcome-visual::after {
  content:'';
  position:absolute; bottom:0; right:0;
  width:200px; height:200px;
  background:rgba(26,107,107,0.1);
  border-radius:50% 50% 0 0;
}
.welcome-visual-inner { text-align:center; z-index:1; }
.welcome-visual-inner p {
  font-family: 'Playfair Display', serif;
  font-size:0.95rem; color:var(--deep-teal); font-weight:600; margin-top:8px;
}
.chips { display:flex; flex-wrap:wrap; gap:10px; margin-top:28px; }
.chip {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  background: var(--light-orange);
  color: var(--soft-brown);
  font-family: 'Montserrat', sans-serif;
  font-weight: 700;
  font-size: 0.8rem;
  padding: 8px 16px;
  border-radius: 20px;
  text-decoration: none;
  transition: all 0.2s;
}
.chip:hover { background:var(--warm-orange); color:#fff; transform:translateY(-2px); }

/* ============================================================
   SERVICES
============================================================ */
#gpa-services { background: var(--cream); }
.services-grid {
  display: grid;
  grid-template-columns: repeat(3,1fr);
  gap: 24px;
  margin-top: 48px;
}
.service-card {
  background: var(--white);
  border-radius: var(--radius-md);
  padding: 32px 28px;
  box-shadow: var(--shadow-md);
  transition: all 0.25s;
  border-bottom: 4px solid transparent;
}
.service-card:hover {
  transform: translateY(-6px);
  box-shadow: var(--shadow-lg);
  border-bottom-color: var(--warm-orange);
}
.svc-icon {
  width:56px; height:56px;
  border-radius: 14px;
  background: var(--light-teal);
  display: flex; align-items:center; justify-content:center;
  font-size: 1.5rem;
  margin-bottom: 20px;
}
.service-card h3 { font-size:1.1rem; margin-bottom:10px; }
.service-card p  { font-size:0.88rem; line-height:1.6; }

/* ============================================================
   CITIES
============================================================ */
#gpa-cities { background: var(--deep-teal); }
#gpa-cities .section-label { color: var(--gold); }
#gpa-cities .section-title { color: #fff; }
#gpa-cities .section-desc  { color: rgba(255,255,255,0.75); }
.cities-grid {
  display: grid;
  grid-template-columns: repeat(4,1fr);
  gap: 20px;
  margin-top: 48px;
}
.city-card {
  background: rgba(255,255,255,0.08);
  border: 1px solid rgba(255,255,255,0.12);
  border-radius: var(--radius-md);
  padding: 28px 22px;
  transition: all 0.25s;
}
.city-card:hover {
  background: rgba(255,255,255,0.15);
  transform: translateY(-4px);
  border-color: var(--gold);
}
.city-emoji { font-size:2rem; margin-bottom:12px; }
.city-card h3 { color:#fff; font-size:1.05rem; margin-bottom:8px; }
.city-card p  { color:rgba(255,255,255,0.68); font-size:0.82rem; line-height:1.55; }

/* ============================================================
   WHY US
============================================================ */
#gpa-why { background: var(--white); }
.why-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 60px;
  align-items: center;
  max-width: 1200px;
  margin: 0 auto;
}
.stats-box {
  background: linear-gradient(135deg, var(--deep-teal), #2a9090);
  border-radius: var(--radius-lg);
  padding: 48px 36px;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 32px;
}
.stat-item { text-align:center; }
.stat-item .num {
  font-family:'Playfair Display',serif;
  font-size:2.5rem; font-weight:700;
  color:var(--gold); line-height:1;
}
.stat-item .lbl { font-size:0.82rem; color:rgba(255,255,255,0.75); margin-top:6px; line-height:1.4; }
.reasons { display:flex; flex-direction:column; gap:24px; margin-top:32px; }
.reason  { display:flex; gap:18px; align-items:flex-start; }
.reason-icon {
  width:48px; height:48px; flex-shrink:0;
  border-radius:12px; background:var(--light-orange);
  display:flex; align-items:center; justify-content:center;
  font-size:1.3rem;
}
.reason h4 { color:var(--deep-teal); font-family:'Nunito',sans-serif; font-weight:700; margin-bottom:4px; }
.reason p  { font-size:0.88rem; line-height:1.55; }

/* ============================================================
   VISA
============================================================ */
#gpa-visa { background: var(--light-orange); }
.visa-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 60px;
  align-items: center;
  max-width: 1200px;
  margin: 0 auto;
}
.visa-steps { display:flex; flex-direction:column; gap:20px; margin-top:28px; }
.v-step     { display:flex; gap:18px; align-items:flex-start; }
.v-step-num {
  width:40px; height:40px; flex-shrink:0;
  background:var(--warm-orange); color:#fff;
  border-radius:50%; display:flex; align-items:center;
  justify-content:center; font-weight:700; font-size:0.9rem;
}
.v-step h4 { color:var(--deep-teal); font-family:'Nunito',sans-serif; font-weight:700; margin-bottom:2px; }
.v-step p  { font-size:0.87rem; }
.visa-card {
  background: var(--white);
  border-radius: 20px;
  padding: 40px;
  box-shadow: var(--shadow-md);
  text-align: center;
}
.visa-card .vc-icon { font-size:3.5rem; margin-bottom:16px; }
.visa-card h3 { margin-bottom:12px; }
.visa-card p  { margin-bottom:24px; line-height:1.65; }

/* ============================================================
   CONTACT
============================================================ */
#gpa-contact { background: var(--cream); }
.contact-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 60px;
  margin-top: 40px;
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
}
.contact-items { display:flex; flex-direction:column; gap:24px; margin-top:24px; }
.c-item { display:flex; gap:16px; align-items:flex-start; }
.c-icon {
  width:48px; height:48px; flex-shrink:0;
  background:var(--light-teal); border-radius:12px;
  display:flex; align-items:center; justify-content:center; font-size:1.3rem;
}
.c-item h4 { color:var(--deep-teal); font-family:'Nunito',sans-serif; font-weight:700; margin-bottom:2px; }
.c-item p, .c-item a { font-size:0.9rem; color:var(--text-mid); }

/* Contact Form */
.contact-form-wrap {
  background: var(--white);
  border-radius: 20px;
  padding: 40px;
  box-shadow: var(--shadow-md);
}
.contact-form-wrap h3 { font-size:1.4rem; margin-bottom:24px; }
.gpa-form .form-row { display:grid; grid-template-columns:1fr 1fr; gap:16px; }
.gpa-form .form-group { margin-bottom:18px; }
.gpa-form label {
  display:block; font-size:0.83rem; font-weight:700;
  color:var(--text-dark); margin-bottom:6px;
  font-family:'Montserrat',sans-serif;
}
.gpa-form input,
.gpa-form select,
.gpa-form textarea {
  width:100%; padding:12px 16px;
  border:2px solid #e8e0d8; border-radius:10px;
  font-family:'Nunito',sans-serif; font-size:0.9rem;
  color:var(--text-dark); background:var(--cream);
  outline:none; transition:border 0.2s;
}
.gpa-form input:focus,
.gpa-form select:focus,
.gpa-form textarea:focus { border-color:var(--warm-orange); }
.gpa-form textarea { height:110px; resize:vertical; }
.gpa-form .btn-submit {
  width:100%; background:var(--warm-orange);
  color:#fff; border:none; padding:14px;
  border-radius:30px; font-family:'Nunito',sans-serif;
  font-size:1rem; font-weight:700; cursor:pointer;
  transition:all 0.2s; margin-top:8px;
}
.gpa-form .btn-submit:hover { background:#c9622a; transform:translateY(-2px); }

/* ============================================================
   FOOTER
============================================================ */
#gpa-footer {
  background: #1a1a1a;
  color: #fff;
  padding: 60px 40px 28px;
}
.footer-grid {
  display: grid;
  grid-template-columns: 2fr 1fr 1fr 1fr;
  gap: 48px;
  max-width: 1200px;
  margin: 0 auto 48px;
}
.f-logo-script {
  font-family:'Dancing Script',cursive;
  font-size:26px; font-weight:700; color:#fff;
}
.f-logo-row { display:flex; align-items:center; gap:8px; margin-top:1px; }
.f-logo-line { flex:1; height:1px; background:rgba(255,255,255,0.45); }
.f-logo-sub  { font-family:'Montserrat',sans-serif; font-size:8px; font-weight:700; letter-spacing:3px; color:#fff; }
.f-tagline {
  font-family:'Montserrat',sans-serif; font-size:6.5px;
  font-weight:300; letter-spacing:2px; color:rgba(255,255,255,0.55);
  text-transform:uppercase; margin-top:3px;
}
.f-desc { color:rgba(255,255,255,0.55); font-size:0.86rem; line-height:1.65; margin:14px 0; }
.f-contact-item { display:flex; gap:10px; align-items:flex-start; margin-bottom:10px; }
.f-contact-item a, .f-contact-item p { color:rgba(255,255,255,0.6); font-size:0.83rem; }
.footer-col h4 { color:#fff; font-family:'Montserrat',sans-serif; font-size:0.88rem; font-weight:700; margin-bottom:14px; letter-spacing:0.5px; }
.footer-col ul li { margin-bottom:9px; }
.footer-col ul li a { color:rgba(255,255,255,0.58); font-size:0.84rem; transition:color 0.2s; }
.footer-col ul li a:hover { color:var(--warm-orange); }
.footer-bottom {
  border-top:1px solid rgba(255,255,255,0.1);
  padding-top:22px;
  display:flex; justify-content:space-between;
  align-items:center; flex-wrap:wrap; gap:12px;
  max-width:1200px; margin:0 auto;
}
.footer-bottom p { color:rgba(255,255,255,0.42); font-size:0.8rem; }

/* ============================================================
   RESPONSIVE
============================================================ */
@media (max-width: 1024px) {
  .services-grid { grid-template-columns: repeat(2,1fr); }
  .cities-grid   { grid-template-columns: repeat(2,1fr); }
  .footer-grid   { grid-template-columns: 1fr 1fr; }
}
@media (max-width: 768px) {
  .welcome-grid, .why-grid, .visa-grid, .contact-grid { grid-template-columns:1fr; }
  .services-grid  { grid-template-columns: 1fr; }
  .cities-grid    { grid-template-columns: 1fr 1fr; }
  .footer-grid    { grid-template-columns: 1fr; }
  #gpa-menu       { display:none; flex-direction:column; position:absolute; top:72px; left:0; right:0; background:var(--white); padding:16px; box-shadow:var(--shadow-lg); gap:0; }
  #gpa-menu.open  { display:flex; }
  #gpa-menu > li > a { padding:12px 16px; border-radius:8px; }
  #gpa-menu .sub-menu { position:static; box-shadow:none; background:var(--cream); border-radius:8px; margin:4px 0 4px 16px; }
  #gpa-hamburger  { display:flex; }
  #gpa-header     { position:sticky; }
  #gpa-hero       { padding:60px 24px; min-height:auto; padding-top:80px; padding-bottom:60px; }
  .gpa-section    { padding:60px 20px; }
  .stats-box      { padding:32px 24px; }
  .gpa-form .form-row { grid-template-columns:1fr; }
  .welcome-visual { height:260px; }
}
@media (max-width: 480px) {
  .cities-grid { grid-template-columns: 1fr; }
  .hero-stats  { gap:20px; }
}
