/*
Theme Name: SN Global Consultant
Theme URI: https://snglobalconsultant.com
Author: SN Global Consultant
Author URI: https://snglobalconsultant.com
Description: A navy & gold WordPress theme for travel, visa and Hajj/Umrah consultancy businesses. Includes Home, About, Services, Packages and Contact page templates, a Schengen visa country grid, Umrah/Hajj package cards, testimonials and a customizer panel for contact details.
Version: 1.9.0
Requires at least: 6.0
Requires PHP: 7.4
Tested up to: 6.6
License: GNU General Public License v2 or later
License URI: https://www.gnu.org/licenses/gpl-2.0.html
Text Domain: sngc
Tags: travel, visa, custom-colors, custom-logo, custom-menu, featured-images, translation-ready
*/

/* ============================================================
   SN Global Consultant — Design System
   Palette: Navy #0a1830 / #0f2147, Gold #c9a04e / #e3c072,
   Cream #f8f3e7, Ink #16233f, Muted #64708a
   Type: 'Playfair Display' (display) + 'Poppins' (body/UI)
   ============================================================ */

/* ============================================================
   SN Global Consultant — Design System
   Palette: Navy #0a1830 / #0f2147, Gold #c9a04e / #e3c072,
   Cream #f8f3e7, Ink #16233f, Muted #64708a
   Type: 'Playfair Display' (display) + 'Poppins' (body/UI)
   ============================================================ */

:root{
  --navy-900:#081426;
  --navy-800:#0a1830;
  --navy-700:#0f2147;
  --navy-600:#16305e;
  --gold-600:#b8873a;
  --gold-500:#c9a04e;
  --gold-400:#dbb662;
  --gold-300:#e8ca85;
  --cream-100:#faf6ec;
  --cream-200:#f4eeda;
  --cream-300:#efe6cd;
  --ink-900:#16233f;
  --ink-700:#2b3752;
  --muted:#657089;
  --white:#ffffff;
  --line:#e7dfc9;
  --shadow-sm: 0 2px 10px rgba(10,24,48,0.06);
  --shadow-md: 0 12px 30px rgba(10,24,48,0.12);
  --radius-sm: 8px;
  --radius-md: 14px;
  --radius-lg: 22px;
  --container: 1180px;
}

*,*::before,*::after{ box-sizing:border-box; }
html{ scroll-behavior:smooth; }
body{
  margin:0;
  font-family:'Poppins', sans-serif;
  color:var(--ink-900);
  background:var(--cream-100);
  line-height:1.65;
  -webkit-font-smoothing:antialiased;
}
h1,h2,h3,h4{
  font-family:'Playfair Display', serif;
  margin:0 0 .5em;
  line-height:1.15;
  font-weight:700;
  color:var(--navy-800);
}
p{ margin:0 0 1em; color:var(--muted); }
a{ text-decoration:none; color:inherit; }
img{ max-width:100%; display:block; }
ul{ list-style:none; margin:0; padding:0; }
button{ font-family:inherit; cursor:pointer; }
.container{ max-width:var(--container); margin:0 auto; padding:0 24px; }

:focus-visible{ outline:2px solid var(--gold-500); outline-offset:3px; }
.footer-brand img,
.brand img{
	width:80px;
}
@media (prefers-reduced-motion: reduce){
  *{ animation-duration:0.01ms !important; transition-duration:0.01ms !important; scroll-behavior:auto !important; }
}

/* ---------- Eyebrow / section heading ---------- */
.eyebrow{
  display:inline-flex; align-items:center; gap:10px;
  font-size:.72rem; letter-spacing:.22em; text-transform:uppercase;
  color:var(--gold-600); font-weight:600; margin-bottom:14px;
}
.eyebrow::before,.eyebrow::after{ content:""; width:22px; height:1px; background:var(--gold-500); }
.section-head{ text-align:center; max-width:680px; margin:0 auto 46px; }
.section-head h2{ font-size:clamp(1.8rem,3.6vw,2.6rem); }
.section-head p{ margin-top:10px; }
.accent{ color:var(--gold-500); }

section{ padding:88px 0; }
@media (max-width:768px){ section{ padding:56px 0; } }

/* ---------- Buttons ---------- */
.btn{
  display:inline-flex; align-items:center; justify-content:center; gap:8px;
  padding:14px 30px; border-radius:999px; font-weight:600; font-size:.92rem;
  border:1px solid transparent; transition:transform .18s ease, box-shadow .18s ease, background .18s ease, color .18s ease;
  white-space:nowrap;
}
.btn:hover{ transform:translateY(-2px); }
.btn-gold{ background:linear-gradient(135deg,var(--gold-400),var(--gold-600)); color:var(--navy-900); box-shadow:var(--shadow-sm); }
.btn-gold:hover{ box-shadow:var(--shadow-md); }
.btn-outline{ border-color:rgba(255,255,255,.4); color:#fff; background:transparent; }
.btn-outline:hover{ background:rgba(255,255,255,.08); }
.btn-outline-navy{ border-color:var(--navy-700); color:var(--navy-800); background:transparent; }
.btn-outline-navy:hover{ background:var(--navy-800); color:#fff; }
.btn-block{ width:100%; }
.btn-sm{ padding:10px 20px; font-size:.82rem; }
.btn-wa{ background:#25D366; color:#fff; }
.btn-call{ background:#2f80ed; color:#fff; }
.btn-mail{ background:var(--navy-700); color:#fff; }

/* ============ HEADER ============ */
.site-header{
  position:sticky; top:0; z-index:200;
  background:var(--navy-800);
  border-bottom:1px solid rgba(255,255,255,.06);
}
.nav-wrap{ display:flex; align-items:center; justify-content:space-between; padding:16px 0; }
.brand{ display:flex; align-items:center; gap:10px; color:#fff; }
.brand-mark{
  width:42px; height:42px; border-radius:50%; border:1px solid var(--gold-400);
  display:flex; align-items:center; justify-content:center; color:var(--gold-400); font-size:18px;
}
.brand-text{ display:flex; flex-direction:column; line-height:1.1; }
.brand-text strong{ font-family:'Playfair Display',serif; font-size:1.05rem; letter-spacing:.03em; }
.brand-text span{ font-size:.62rem; letter-spacing:.24em; color:var(--gold-400); text-transform:uppercase; }

.nav-links{ display:flex; align-items:center; gap:34px; }
.nav-links li{ list-style:none; margin:0; padding:0; }
.nav-links a{ color:#dfe4ee; font-size:.92rem; font-weight:500; position:relative; padding:6px 0; }
.nav-links a::after{
  content:""; position:absolute; left:0; bottom:0; height:2px; width:0; background:var(--gold-400);
  transition:width .2s ease;
}
.nav-links a:hover, .nav-links a.active{ color:#fff; }
.nav-links a:hover::after, .nav-links a.active::after{ width:100%; }

.nav-right{ display:flex; align-items:center; gap:18px; }
.nav-phone{ display:flex; align-items:center; gap:8px; color:#fff; font-size:.9rem; }
.nav-phone i{ color:var(--gold-400); }
.nav-toggle{
  display:none; flex-direction:column; gap:5px; background:none; border:none; padding:6px;
}
.nav-toggle span{ width:24px; height:2px; background:#fff; display:block; }

@media (max-width:980px){
  .nav-phone{ display:none; }
  .nav-toggle{ display:flex; }
  .nav-links{
    position:fixed; inset:0; top:0; height:100vh;
    background:linear-gradient(165deg,var(--navy-900) 0%, var(--navy-800) 100%);
    flex-direction:column; justify-content:flex-start; align-items:stretch;
    padding:90px 30px 30px; gap:0; transform:translateX(100%); transition:transform .35s cubic-bezier(.22,.85,.32,1);
    z-index:250; overflow-y:auto;
  }
  .nav-links.open{ transform:translateX(0); }
  .nav-links li{ list-style:none; border-bottom:1px solid rgba(255,255,255,.08); }
  .nav-links a{
    display:flex; align-items:center; font-size:1.15rem; padding:18px 4px; width:100%;
    opacity:0; transform:translateX(18px); transition:opacity .35s ease, transform .35s ease;
  }
  .nav-links.open a{ opacity:1; transform:none; }
  .nav-links.open li:nth-child(2) a{ transition-delay:.05s; }
  .nav-links.open li:nth-child(3) a{ transition-delay:.1s; }
  .nav-links.open li:nth-child(4) a{ transition-delay:.15s; }
  .nav-links.open li:nth-child(5) a{ transition-delay:.2s; }
  .nav-links.open li:nth-child(6) a{ transition-delay:.25s; }
  .nav-links a::after{ display:none; }
  .nav-links a.active{ color:var(--gold-400); }
  .nav-cta{ display:none; }
  .nav-close{
    display:flex !important; position:absolute; top:22px; right:24px; background:rgba(255,255,255,.08);
    border:none; color:#fff; font-size:1.1rem; width:42px; height:42px; border-radius:50%;
    align-items:center; justify-content:center; transition:background .2s ease, transform .2s ease;
  }
  .nav-close:hover{ background:var(--gold-500); color:var(--navy-900); transform:rotate(90deg); }

  .nav-mobile-only{ border-bottom:none !important; margin-top:18px; }
  .nav-mobile-only a{
    opacity:0; transform:translateX(18px); transition:opacity .35s ease .3s, transform .35s ease .3s;
    padding:14px 20px; border-radius:12px; font-weight:600; font-size:1rem; justify-content:center; margin-bottom:12px;
  }
  .nav-links.open .nav-mobile-only a{ opacity:1; transform:none; }
  .nav-mobile-only a[href^="tel:"]{ background:rgba(255,255,255,.08); color:#fff; }
  .nav-mobile-only a[href^="tel:"]::before{
    content:"\f095"; font-family:"Font Awesome 6 Free"; font-weight:900; margin-right:10px; color:var(--gold-400);
  }
  .nav-mobile-only a[href*="wa.me"]{ background:#25D366; color:#fff; }
  .nav-mobile-only a[href*="wa.me"]::before{
    content:"\f232"; font-family:"Font Awesome 6 Brands"; font-weight:400; margin-right:10px;
  }
  .nav-mobile-only a.btn-gold{ color:var(--navy-900); }
}
.nav-close{ display:none; }
.nav-mobile-only{ display:none; }

/* ============ HERO ============ */
.hero{
  position:relative; overflow:hidden;
  background:radial-gradient(120% 140% at 15% 0%, #14294f 0%, var(--navy-800) 55%, var(--navy-900) 100%);
  color:#fff; padding:100px 0 70px; text-align:center;
}
.hero::before{
  content:""; position:absolute; inset:0; opacity:.06; pointer-events:none;
  background-image:radial-gradient(1px 1px at 20% 30%, #fff 1px, transparent 0),
                    radial-gradient(1px 1px at 70% 60%, #fff 1px, transparent 0),
                    radial-gradient(1px 1px at 40% 80%, #fff 1px, transparent 0);
  background-size:280px 280px;
}
.hero-inner{ position:relative; max-width:760px; margin:0 auto; }
.hero h1{ color:#fff; font-size:clamp(2.1rem,5vw,3.4rem); }
.hero h1 .gold{ color:var(--gold-400); }
.hero p.lead{ color:#c4cbdb; max-width:560px; margin:18px auto 30px; }
.hero-cta{ display:flex; gap:16px; justify-content:center; flex-wrap:wrap; margin-bottom:56px; }
.hero-stats{ display:flex; justify-content:center; gap:56px; flex-wrap:wrap; }
.hero-stats .stat b{ display:block; font-family:'Playfair Display',serif; font-size:1.9rem; color:var(--gold-400); }
.hero-stats .stat span{ font-size:.72rem; letter-spacing:.14em; text-transform:uppercase; color:#9aa3ba; }
@media(max-width:600px){ .hero-stats{ gap:28px; } }

/* Page header (for inner pages) */
.page-hero{
  position:relative; overflow:hidden;
  background:radial-gradient(120% 140% at 15% 0%, #14294f 0%, var(--navy-800) 55%, var(--navy-900) 100%);
  color:#fff; padding:70px 0; text-align:center;
}
.page-hero::before{
  content:""; position:absolute; inset:0; z-index:0; pointer-events:none;
  background-image:url('https://snglobal.site.je/wp-content/uploads/2026/08/plane.png');
  background-repeat:no-repeat; background-position:right -30px top 50%; background-size:min(420px,45%) auto;
  opacity:.18;
}
.page-hero .container{ position:relative; z-index:1; }
.page-hero h1{ color:#fff; font-size:clamp(1.9rem,4vw,2.8rem); }
.breadcrumb{ font-size:.82rem; color:#9aa3ba; margin-top:10px; }
.breadcrumb a{ color:var(--gold-400); }
@media(max-width:700px){
  .page-hero::before{ opacity:.1; background-position:center top 10%; background-size:60% auto; }
}

/* ============ Contact micro-bar ============ */
.contact-bar{ display:flex; justify-content:center; gap:14px; flex-wrap:wrap; margin:26px 0 40px; }

/* ============ Feature cards (4-up) ============ */
.grid-4{ display:grid; grid-template-columns:repeat(4,1fr); gap:22px; }
.grid-3{ display:grid; grid-template-columns:repeat(3,1fr); gap:26px; }
.grid-2{ display:grid; grid-template-columns:repeat(2,1fr); gap:26px; }
@media(max-width:980px){ .grid-4{ grid-template-columns:repeat(2,1fr); } .grid-3{ grid-template-columns:repeat(2,1fr);} }
@media(max-width:600px){ .grid-4{ grid-template-columns:1fr; } .grid-3{ grid-template-columns:1fr; } .grid-2{ grid-template-columns:1fr; } }

.feature-card{
  background:#fff; border:1px solid var(--line); border-radius:var(--radius-md);
  padding:28px 24px; text-align:center; transition:transform .2s ease, box-shadow .2s ease;
}
.feature-card:hover{ transform:translateY(-4px); box-shadow:var(--shadow-md); }
.feature-ico{
  width:52px; height:52px; margin:0 auto 16px; border-radius:50%;
  display:flex; align-items:center; justify-content:center; font-size:20px;
  background:linear-gradient(135deg,var(--gold-300),var(--gold-600)); color:var(--navy-900);
}
.feature-card h4{ font-size:1rem; margin-bottom:6px; }
.feature-card p{ font-size:.88rem; margin:0; }

/* Circle icon variant (why choose us) */
.circle-card .feature-ico{ background:var(--icon-bg,#3b82f6); color:#fff; }

/* ============ Schengen countries section ============ */
.schengen{ background:var(--cream-200); }
.country-grid{ display:grid; grid-template-columns:repeat(6,1fr); gap:16px; margin-top:14px; }
.country-card{
  background:#fff; border:1px solid var(--line); border-radius:var(--radius-sm);
  padding:18px 8px; text-align:center; transition:.2s ease;
}
.country-card:hover{ border-color:var(--gold-500); transform:translateY(-3px); box-shadow:var(--shadow-sm); }
.country-card .code{ font-family:'Playfair Display',serif; font-weight:700; font-size:1.15rem; color:var(--navy-800); }
.country-card .name{ font-size:.8rem; font-weight:600; margin-top:2px; }
.country-card .city{ font-size:.72rem; color:var(--gold-600); }
@media(max-width:900px){ .country-grid{ grid-template-columns:repeat(4,1fr); } }
@media(max-width:600px){ .country-grid{ grid-template-columns:repeat(2,1fr); } }

.cta-panel{
  background:linear-gradient(135deg,var(--navy-700),var(--navy-900));
  border-radius:var(--radius-lg); color:#fff; text-align:center;
  padding:54px 30px; margin-top:56px;
}
.cta-panel h3{ color:#fff; font-size:clamp(1.4rem,3vw,2rem); }
.cta-panel p{ color:#b9c1d4; max-width:520px; margin:10px auto 26px; }
.cta-actions{ display:flex; gap:14px; justify-content:center; flex-wrap:wrap; }
.cta-tags{ margin-top:22px; display:flex; gap:22px; justify-content:center; flex-wrap:wrap; font-size:.78rem; color:#9aa3ba; }
.cta-tags span i{ color:var(--gold-400); margin-right:6px; }

/* ============ Testimonials ============ */
.testimonials{ background:var(--cream-200); }
.t-card{
  background:#fff; border:1px solid var(--line); border-radius:var(--radius-md);
  padding:28px; position:relative;
}
.t-quote{ color:var(--gold-500); font-size:1.6rem; font-family:'Playfair Display',serif; }
.t-stars{ color:var(--gold-500); font-size:.85rem; margin-bottom:8px; }
.t-person{ display:flex; align-items:center; gap:12px; margin-top:18px; }
.t-avatar{
  width:42px; height:42px; border-radius:50%; background:var(--gold-500); color:#fff;
  display:flex; align-items:center; justify-content:center; font-weight:700; font-family:'Playfair Display',serif;
}
.t-person strong{ display:block; font-size:.9rem; color:var(--navy-800); }
.t-person span{ font-size:.76rem; color:var(--muted); }

/* ============ Package cards ============ */
.pkg-card{
  background:#fff; border:1px solid var(--line); border-radius:var(--radius-md); overflow:hidden;
  display:flex; flex-direction:column; transition:.2s ease;
}
.pkg-card:hover{ box-shadow:var(--shadow-md); transform:translateY(-4px); }
.pkg-img{ height:190px; overflow:hidden; }
.pkg-img img{ width:100%; height:100%; object-fit:cover; }
.pkg-body{ padding:22px; display:flex; flex-direction:column; gap:10px; flex:1; }
.pkg-body h4{ font-size:1.08rem; margin:0; }
.pkg-stars{ color:var(--gold-500); font-size:.85rem; }
.pkg-nights{ display:flex; gap:18px; font-size:.82rem; color:var(--ink-700); flex-wrap:wrap; }
.pkg-nights span{ display:flex; align-items:center; gap:6px; }
.pkg-incl{ display:flex; gap:16px; font-size:.78rem; color:var(--muted); flex-wrap:wrap; border-top:1px dashed var(--line); padding-top:10px; }
.pkg-foot{ display:flex; align-items:center; justify-content:space-between; margin-top:auto; gap:10px; flex-wrap:wrap; }
.pkg-price{ font-family:'Playfair Display',serif; color:var(--gold-600); font-size:1.5rem; font-weight:700; }
.pkg-price small{ display:block; font-family:'Poppins',sans-serif; font-size:.66rem; color:var(--muted); font-weight:500; }
.pkg-btns{ display:flex; gap:8px; }
.pkg-btns a{ display:flex; align-items:center; justify-content:center; }
.pkg-call{ background:#2f80ed; color:#fff; padding:9px 14px; border-radius:8px; font-size:.78rem; font-weight:600; }
.pkg-wa{ background:#25D366; color:#fff; width:36px; height:36px; border-radius:50%; }
.pkg-tag{ position:relative; }
.pkg-badge{
  position:absolute; top:14px; left:14px; background:var(--gold-500); color:var(--navy-900);
	display:none;
  font-size:.68rem; font-weight:700; padding:5px 12px; border-radius:999px; letter-spacing:.03em;
}

/* ============ Generic content blocks ============ */
.split{ display:grid; grid-template-columns:1fr 1fr; gap:60px; align-items:center; }
@media(max-width:860px){ .split{ grid-template-columns:1fr; gap:34px; } }
.split img{ border-radius:var(--radius-lg); box-shadow:var(--shadow-md); }
.check-list li{ display:flex; gap:10px; margin-bottom:12px; color:var(--ink-700); font-size:.94rem; }
.check-list li i{ color:var(--gold-500); margin-top:3px; }

.badge-row{ display:flex; gap:14px; flex-wrap:wrap; margin-top:22px; }
.badge-row span{
  background:var(--cream-200); border:1px solid var(--line); padding:8px 16px; border-radius:999px;
  font-size:.78rem; color:var(--navy-800); font-weight:600;
}

/* ============ Contact page ============ */
.contact-grid{ display:grid; grid-template-columns:.9fr 1.1fr; gap:40px; }
@media(max-width:900px){ .contact-grid{ grid-template-columns:1fr; } }
.contact-info-card{
  background:var(--navy-800); color:#fff; border-radius:var(--radius-lg); padding:36px;
}
.contact-info-card h3{ color:#fff; }
.contact-item{ display:flex; gap:14px; margin-bottom:22px; }
.contact-item i{
  width:40px; height:40px; border-radius:50%; background:rgba(255,255,255,.08);
  display:flex; align-items:center; justify-content:center; color:var(--gold-400); flex-shrink:0;
}
.contact-item strong{ display:block; font-size:.9rem; margin-bottom:2px; }
.contact-item span, .contact-item a{ font-size:.85rem; color:#c4cbdb; }
.social-row{ display:flex; gap:10px; margin-top:24px; }
.social-row a{
  width:38px; height:38px; border-radius:50%; background:rgba(255,255,255,.08); color:#fff;
  display:flex; align-items:center; justify-content:center; transition:.2s ease;
}
.social-row a:hover{ background:var(--gold-500); color:var(--navy-900); }

.contact-form{ background:#fff; border:1px solid var(--line); border-radius:var(--radius-lg); padding:36px; }
.form-row{ display:grid; grid-template-columns:1fr 1fr; gap:16px; }
@media(max-width:560px){ .form-row{ grid-template-columns:1fr; } }
.field{ margin-bottom:18px; }
.field label{ display:block; font-size:.82rem; font-weight:600; color:var(--navy-800); margin-bottom:6px; }
.field input, .field select, .field textarea{
  width:100%; padding:12px 14px; border:1px solid var(--line); border-radius:8px;
  font-family:inherit; font-size:.9rem; background:var(--cream-100); color:var(--ink-900);
}
.field textarea{ resize:vertical; min-height:120px; }
.field input:focus, .field select:focus, .field textarea:focus{ outline:none; border-color:var(--gold-500); background:#fff; }

.map-embed{ border-radius:var(--radius-lg); overflow:hidden; border:1px solid var(--line); margin-top:50px; }
.map-embed iframe{ width:100%; height:360px; border:0; display:block; }

/* ============ Team / values (about) ============ */
.value-card{ text-align:left; }
.timeline{ position:relative; padding-left:26px; border-left:2px solid var(--line); }
.timeline-item{ margin-bottom:32px; position:relative; }
.timeline-item::before{
  content:""; position:absolute; left:-33px; top:2px; width:14px; height:14px; border-radius:50%;
  background:var(--gold-500); border:3px solid var(--cream-100);
}
.timeline-item h4{ margin-bottom:4px; font-size:1rem; }
.timeline-item span{ font-size:.76rem; color:var(--gold-600); font-weight:700; letter-spacing:.05em; }

/* ============ Services page ============ */
.service-detail{
  display:grid; grid-template-columns:1fr; gap:26px;
}
.service-row{
  display:grid; grid-template-columns:70px 1fr; gap:20px; background:#fff; border:1px solid var(--line);
  border-radius:var(--radius-md); padding:26px; align-items:flex-start;
}
.service-row .num{
  width:70px; height:70px; border-radius:50%; background:var(--cream-200); color:var(--gold-600);
  display:flex; align-items:center; justify-content:center; font-family:'Playfair Display',serif; font-size:1.4rem; font-weight:700;
}
.service-row h4{ margin-bottom:6px; }

/* ============ FAQ / accordion ============ */
.accordion-item{ border-bottom:1px solid var(--line); }
.accordion-item button{
  width:100%; text-align:left; background:none; border:none; padding:20px 4px;
  display:flex; justify-content:space-between; align-items:center; font-weight:600; color:var(--navy-800); font-size:.98rem;
}
.accordion-item button i{ color:var(--gold-500); transition:transform .2s ease; }
.accordion-item .a-body{ max-height:0; overflow:hidden; transition:max-height .25s ease; }
.accordion-item.open .a-body{ max-height:200px; padding-bottom:18px; }
.accordion-item.open button i{ transform:rotate(45deg); }

/* ============ Footer ============ */
.site-footer{ background:var(--navy-900); color:#c4cbdb; padding-top:70px; }
.footer-grid{ display:grid; grid-template-columns:1.4fr 1fr 1fr 1fr; gap:40px; padding-bottom:50px; border-bottom:1px solid rgba(255,255,255,.08); }
@media(max-width:860px){ .footer-grid{ grid-template-columns:1fr 1fr; } }
@media(max-width:560px){ .footer-grid{ grid-template-columns:1fr; } }
.footer-grid h5{ color:#fff; font-size:.85rem; letter-spacing:.1em; text-transform:uppercase; margin-bottom:18px; }
.footer-grid li{ margin-bottom:10px; }
.footer-grid a{ font-size:.86rem; color:#a7b0c4; }
.footer-grid a:hover{ color:var(--gold-400); }
.footer-brand p{ font-size:.85rem; color:#8b95ac; margin-top:12px; }
.footer-social{ display:flex; gap:10px; margin-top:16px; }
.footer-social a{
  width:34px; height:34px; border-radius:50%; background:rgba(255,255,255,.06);
  display:flex; align-items:center; justify-content:center;
}
.footer-social a:hover{ background:var(--gold-500); color:var(--navy-900); }
.footer-bottom{ display:flex; justify-content:space-between; padding:22px 0; font-size:.78rem; color:#75809a; flex-wrap:wrap; gap:10px; }

.back-to-top{
  position:fixed; right:22px; bottom:22px; width:44px; height:44px; border-radius:50%;
  background:var(--gold-500); color:var(--navy-900); display:flex; align-items:center; justify-content:center;
  box-shadow:var(--shadow-md); opacity:0; pointer-events:none; transition:opacity .2s ease; z-index:150;
}
.back-to-top.show{ opacity:1; pointer-events:auto; }
.wa-float{
  position:fixed; left:22px; bottom:22px; width:52px; height:52px; border-radius:50%;
  background:#25D366; color:#fff; display:flex; align-items:center; justify-content:center;
  font-size:22px; box-shadow:var(--shadow-md); z-index:150;
  opacity:0; pointer-events:none; transition:opacity .2s ease, transform .2s ease, box-shadow .2s ease;
}
.wa-float.show{ opacity:1; pointer-events:auto; }

/* Utility */
.text-center{ text-align:center; }
.mt-0{ margin-top:0; }
.mb-0{ margin-bottom:0; }

/* ============================================================
   ADD-ONS: flags, quick-contact modal, testimonial slider,
   scroll-reveal animations, hover polish, mobile refinements
   ============================================================ */

/* Country flags */
.country-card{ cursor:pointer; font-family:inherit; width:100%; }
.country-card .flag{ font-size:1.6rem; line-height:1; margin-bottom:6px; }
.country-card{ position:relative; overflow:hidden; }
.country-card::before{
  content:""; position:absolute; inset:0; background:linear-gradient(135deg,rgba(201,160,78,.08),transparent);
  opacity:0; transition:opacity .25s ease;
}
.country-card:hover::before{ opacity:1; }

/* Page fade-in on load */
body{ opacity:0; animation:sngcFadeInBody .5s ease forwards; }
@keyframes sngcFadeInBody{ from{ opacity:0; } to{ opacity:1; } }

/* Scroll-reveal (applied via JS to a broad set of elements) */
.reveal-init{ opacity:0; transform:translateY(26px); transition:opacity .6s cubic-bezier(.22,.85,.32,1), transform .6s cubic-bezier(.22,.85,.32,1); will-change:opacity, transform; }
.reveal-init.in-view{ opacity:1; transform:none; }
@media (prefers-reduced-motion: reduce){
  .reveal-init{ opacity:1 !important; transform:none !important; transition:none !important; }
  body{ animation:none !important; opacity:1 !important; }
}

/* Extra hover polish */
.pkg-img{ overflow:hidden; }
.pkg-img img{ transition:transform .5s ease; }
.pkg-card:hover .pkg-img img{ transform:scale(1.08); }
.btn-gold:hover, .pkg-call:hover, .pkg-wa:hover{ filter:brightness(1.05); }
.pkg-wa{ transition:transform .2s ease, box-shadow .2s ease; }
.pkg-wa:hover{ transform:scale(1.12); box-shadow:var(--shadow-sm); }
.nav-phone i{ transition:transform .2s ease; }
.nav-phone:hover i{ transform:rotate(15deg); }
.social-row a, .footer-social a{ transition:transform .2s ease, background .2s ease, color .2s ease; }
.social-row a:hover, .footer-social a:hover{ transform:translateY(-3px); }
.wa-float, .back-to-top{ transition:transform .2s ease, opacity .2s ease, box-shadow .2s ease; }
.wa-float:hover, .back-to-top:hover{ transform:translateY(-3px) scale(1.05); }
.brand-mark{ transition:transform .3s ease; }
.brand:hover .brand-mark{ transform:rotate(-8deg) scale(1.05); }
.service-row{ transition:transform .25s ease, box-shadow .25s ease, border-color .25s ease; }
.service-row:hover{ transform:translateY(-3px); box-shadow:var(--shadow-md); border-color:var(--gold-400); }
.timeline-item::before{ transition:transform .25s ease; }
.timeline-item:hover::before{ transform:scale(1.3); }

/* ============ Quick contact modal ============ */
.modal-overlay{
  position:fixed; inset:0; background:rgba(8,20,38,.65); backdrop-filter:blur(2px);
  display:flex; align-items:center; justify-content:center; padding:20px;
  opacity:0; pointer-events:none; transition:opacity .25s ease; z-index:500;
}
.modal-overlay.open{ opacity:1; pointer-events:auto; }
.modal-box{
  background:#fff; width:100%; max-width:460px; border-radius:var(--radius-lg);
  padding:34px; position:relative; max-height:90vh; overflow:auto;
  transform:translateY(18px) scale(.97); opacity:0; transition:transform .3s ease, opacity .3s ease;
  box-shadow:var(--shadow-md);
}
.modal-overlay.open .modal-box{ transform:translateY(0) scale(1); opacity:1; }
.modal-close{
  position:absolute; top:16px; right:16px; background:var(--cream-200); border:none;
  width:34px; height:34px; border-radius:50%; color:var(--navy-800); display:flex; align-items:center; justify-content:center;
  transition:background .2s ease, transform .2s ease;
}
.modal-close:hover{ background:var(--gold-400); color:#fff; transform:rotate(90deg); }
.modal-msg{
  padding:12px 14px; border-radius:8px; font-size:.85rem; font-weight:600; margin-bottom:16px;
  background:var(--cream-200); border:1px solid var(--line);
}

/* ============ Testimonial slider ============ */
.t-slider{ display:flex; align-items:center; gap:14px; }
.t-viewport{ overflow:hidden; flex:1; }
.t-track{ display:flex; transition:transform .45s cubic-bezier(.22,.85,.32,1); align-items:stretch; }
.t-slide{ flex:0 0 100%; min-width:100%; box-sizing:border-box; padding:0 8px; }
.t-slide .t-card{ height:100%; }
@media(min-width:900px){
  .t-slide{ flex:0 0 33.3333%; min-width:33.3333%; padding:0 13px; }
}
.t-arrow{
  flex-shrink:0; width:44px; height:44px; border-radius:50%; background:#fff; border:1px solid var(--line);
  color:var(--navy-800); display:flex; align-items:center; justify-content:center; transition:.2s ease;
  align-self:center;
}
.t-arrow:hover{ background:var(--gold-500); color:#fff; border-color:var(--gold-500); }
.t-dots{ display:flex; justify-content:center; gap:8px; margin-top:22px; }
.t-dot{ width:9px; height:9px; border-radius:50%; background:var(--line); border:none; padding:0; transition:.2s ease; }
.t-dot.active{ width:26px; border-radius:6px; background:var(--gold-500); }
@media(max-width:700px){
  .t-slider{ gap:8px; }
  .t-arrow{ width:36px; height:36px; }
}

/* ============================================================
   LUXURY POLISH — richer shadows, texture, refined spacing
   ============================================================ */
:root{
  --shadow-lux: 0 20px 50px rgba(8,20,38,.14), 0 4px 14px rgba(8,20,38,.08);
  --shadow-gold: 0 10px 30px rgba(201,160,78,.22);
}

/* Subtle warm grain texture on cream sections for depth */
.schengen, .testimonials, .why, .visa-countries{
  position:relative;
  background-image:
    radial-gradient(rgba(201,160,78,.07) 1px, transparent 1px);
  background-size:22px 22px;
  background-color:var(--cream-200);
}

/* Richer card shadows + refined hover lift everywhere */
.feature-card, .pkg-card, .t-card, .country-card, .vc-card, .service-box, .contact-info-card, .contact-form{
  box-shadow:0 2px 10px rgba(8,20,38,.05);
}
.feature-card:hover, .pkg-card:hover, .vc-card:hover, .service-box:hover{
  box-shadow:var(--shadow-lux);
}

/* Gold foil corner accent on primary cards */
.feature-card, .pkg-card{ position:relative; overflow:hidden; }
.feature-card::after, .pkg-card::after{
  content:""; position:absolute; top:0; right:0; width:0; height:0;
  border-style:solid; border-width:0 26px 26px 0; border-color:transparent var(--gold-400) transparent transparent;
  opacity:0; transition:opacity .25s ease;
}
.feature-card:hover::after, .pkg-card:hover::after{ opacity:.9; }

.section-head .eyebrow{ font-weight:700; }
.eyebrow i{ color:var(--gold-500); margin-right:2px; }

/* ============================================================
   HERO — split layout with photo, ribbon badge, floating stat
   ============================================================ */
.hero-split{
  display:grid; grid-template-columns:1.05fr .95fr; gap:56px; align-items:center;
  text-align:left; max-width:none;
}
.hero-copy{ max-width:560px; }
.hero-ribbon{
  display:inline-flex; align-items:center; gap:10px;
  background:linear-gradient(135deg,var(--gold-400),var(--gold-600));
  color:var(--navy-900); font-weight:700; font-size:.72rem; letter-spacing:.14em; text-transform:uppercase;
  padding:10px 24px 10px 18px; clip-path:polygon(0 0,92% 0,100% 50%,92% 100%,0 100%);
  box-shadow:var(--shadow-gold); margin-bottom:22px;
}
.hero-ribbon .chevrons{ color:var(--navy-900); opacity:.55; font-weight:900; margin-left:2px; }
.hero-copy h1{ color:#fff; text-align:left; font-size:clamp(2.1rem,4.4vw,3.2rem); }
.hero-copy p.lead{ text-align:left; margin:18px 0 30px; max-width:520px; }
.hero-copy .hero-cta{ justify-content:flex-start; margin-bottom:44px; }
.hero-copy .hero-stats{ justify-content:flex-start; gap:25px; }

.hero-visual{ position:relative; }
.hero-visual .hv-frame{
  position:relative; border-radius:26px; overflow:hidden; box-shadow:var(--shadow-lux);
  border:1px solid rgba(255,255,255,.08);
}
.hero-visual .hv-frame img{ width:100%; height:100%; object-fit:cover; display:block; }
.hero-visual .hv-frame{ aspect-ratio:720/880; }
.hero-visual .hv-frame .hv-illustration{ width:100%; height:100%; display:block; }
.hero-visual::before{
  content:""; position:absolute; inset:18px -18px -18px 18px; border:2px solid var(--gold-400);
  border-radius:26px; opacity:.5; z-index:-1;
}
.hero-visual-photo::before{ display:none; }
.hero-visual .hv-badge{
  position:absolute; left:-18px; bottom:-18px; background:#fff; color:var(--navy-800);
  border-radius:16px; padding:16px 20px; box-shadow:var(--shadow-lux); display:flex; align-items:center; gap:12px;
  max-width:230px;
}
.hero-visual .hv-badge .hv-icon{
  width:42px; height:42px; border-radius:50%; background:linear-gradient(135deg,var(--gold-400),var(--gold-600));
  display:flex; align-items:center; justify-content:center; color:var(--navy-900); flex-shrink:0; font-size:16px;
}
.hero-visual .hv-badge strong{ display:block; font-family:'Playfair Display',serif; font-size:1.1rem; color:var(--navy-800); }
.hero-visual .hv-badge span{ font-size:.72rem; color:var(--muted); }
.hero-visual .hv-plane{
  position:absolute; top:-14px; right:14px; color:var(--gold-400); font-size:1.6rem;
  opacity:.85; transform:rotate(20deg);
}

/* ---- Photo hero mode (real background photo + cut-out right image) ---- */
.hero-photo{ padding:0; min-height:720px; display:flex; align-items:center; background:var(--navy-900); }
.hero-bg{
  position:absolute; inset:0; background-size:cover; background-position:center top; z-index:0;
}
.hero-overlay{
  position:absolute; inset:0; z-index:1;
  background:linear-gradient(100deg, rgba(8,20,38,.95) 0%, rgba(8,20,38,.88) 30%, rgba(8,20,38,.6) 55%, rgba(8,20,38,.2) 78%, rgba(8,20,38,.04) 100%);
}
.hero-photo .hero-split{ position:relative; z-index:2; padding:110px 0 60px; padding-bottom:0px; }
.hero-visual-photo{
     position: relative;
    display: flex;
    align-items: flex-end;
    justify-content: center;
    min-height: 480px;
    height: 100%;
    box-shadow: rgba(0, 0, 0, 0.25) 0px 54px 55px, rgba(0, 0, 0, 0.12) 0px -12px 30px, rgba(0, 0, 0, 0.12) 0px 4px 6px, rgba(0, 0, 0, 0.17) 0px 12px 13px, rgba(0, 0, 0, 0.09) 0px -3px 5px;
    border: 1px solid #ffffff66;
    border-radius: 20px;
}
.hero-visual-photo .hv-photo{
  max-height:600px; width:auto; max-width:100%; object-fit:contain; display:block;
  filter:drop-shadow(0 26px 34px rgba(0,0,0,.45));
}
.hero-visual-photo .hv-badge{
  position:absolute; left:50%; bottom:4%; transform:translateX(-6%); max-width:210px; z-index:3;
}
@media(max-width:980px){
  .hero-photo{ min-height:auto; }
  .hero-photo .hero-split{ padding:90px 0 50px; }
  .hero-overlay{ background:linear-gradient(180deg, rgba(8,20,38,.4) 0%, rgba(8,20,38,.85) 40%, rgba(8,20,38,.97) 70%); }
  .hero-visual-photo{ min-height:340px; margin-top:10px; }
  .hero-visual-photo .hv-photo{ max-height:400px; }
  .hero-visual-photo .hv-badge{ left:50%; bottom:0; transform:translateX(-50%); }
}
@media(max-width:980px){
  .hero-split{ grid-template-columns:1fr; text-align:center; gap:60px; }
  .hero-copy{ max-width:none; margin:0 auto; }
  .hero-copy h1, .hero-copy p.lead{ text-align:center; margin-left:auto; margin-right:auto; }
  .hero-copy .hero-cta, .hero-copy .hero-stats{ justify-content:center; }
  .hero-visual{ max-width:420px; margin:0 auto; }
  .hero-visual::before{ display:none; }
  .hero-visual .hv-badge{ left:12px; bottom:-14px; }
}

/* ============================================================
   SERVICE BOXES — background image + icon overlay cards
   ============================================================ */
.service-grid{ display:grid; grid-template-columns:repeat(3,1fr); gap:26px; }
@media(max-width:980px){ .service-grid{ grid-template-columns:repeat(2,1fr); } }
@media(max-width:640px){ .service-grid{ grid-template-columns:1fr; } }

.service-box{
  position:relative; border-radius:var(--radius-md); overflow:hidden; min-height:280px;
  display:flex; flex-direction:column; justify-content:flex-end; padding:26px 22px;
  transition:transform .3s ease, box-shadow .3s ease;
}
.service-box:hover{ transform:translateY(-6px); }
.service-box .sb-bg{
  position:absolute; inset:0; background-size:cover; background-position:center;
  transition:transform .5s ease;
}
.service-box:hover .sb-bg{ transform:scale(1.08); }
.service-box .sb-bg-gradient{
  background:
    radial-gradient(circle at 75% 20%, rgba(255,255,255,.08) 0%, transparent 45%),
    radial-gradient(1.5px 1.5px at 20% 30%, rgba(255,255,255,.14) 1.5px, transparent 0),
    radial-gradient(1.5px 1.5px at 70% 65%, rgba(255,255,255,.1) 1.5px, transparent 0),
    radial-gradient(1.5px 1.5px at 45% 85%, rgba(255,255,255,.12) 1.5px, transparent 0),
    linear-gradient(150deg, var(--sb-c1) 0%, var(--sb-c2) 100%);
  background-size:auto, 46px 46px, 46px 46px, 46px 46px, auto;
}
.service-box .sb-overlay{
  position:absolute; inset:0;
  background:linear-gradient(180deg, rgba(8,20,38,.15) 0%, rgba(8,20,38,.55) 55%, rgba(8,20,38,.92) 100%);
}
.service-box .sb-content{ position:relative; z-index:1; }
.service-box .sb-icon{
  width:52px; height:52px; border-radius:50%; margin-bottom:16px;
  background:linear-gradient(135deg,var(--gold-300),var(--gold-600)); color:var(--navy-900);
  display:flex; align-items:center; justify-content:center; font-size:20px; box-shadow:var(--shadow-gold);
}
.service-box h4{ color:#fff; font-size:1.1rem; margin-bottom:8px; }
.service-box p{ color:#cfd6e6; font-size:.86rem; margin:0; }
.service-box .sb-num{
  position:absolute; top:20px; right:22px; z-index:1; font-family:'Playfair Display',serif;
  font-size:1.6rem; color:rgba(255,255,255,.35); font-weight:700;
}

/* ============================================================
   IMMIGRATION COUNTRIES — circular flag cards
   ============================================================ */
.section-head-split{
  display:flex; justify-content:space-between; align-items:flex-end; gap:30px; margin-bottom:44px; flex-wrap:wrap;
}
.section-head-split h2{ font-size:clamp(1.8rem,3.4vw,2.4rem); margin:0; }
.section-head-split p{ max-width:340px; margin:0; font-size:.92rem; }
@media(max-width:700px){ .section-head-split{ flex-direction:column; align-items:flex-start; } }

.vc-grid{ display:grid; grid-template-columns:repeat(3,1fr); gap:22px; }
@media(max-width:900px){ .vc-grid{ grid-template-columns:repeat(2,1fr); } }
@media(max-width:600px){ .vc-grid{ grid-template-columns:1fr; } }

.vc-card{
  position:relative; text-align:left; background:#fff; border:1px solid var(--line); border-radius:var(--radius-md);
  padding:26px 24px 30px; width:100%; font-family:inherit; transition:transform .25s ease, box-shadow .25s ease, border-color .25s ease;
  display:block; text-decoration:none;
}
.vc-card:hover{ transform:translateY(-5px); border-color:var(--gold-400); }
.vc-top{ display:flex; align-items:center; gap:14px; margin-bottom:14px; }
.vc-flag{
  width:52px; height:52px; border-radius:50%; display:flex; align-items:center; justify-content:center;
  font-size:1.7rem; background:var(--cream-200); border:1px solid var(--line); flex-shrink:0;
}
.vc-name{ font-family:'Playfair Display',serif; font-weight:700; font-size:1.15rem; color:var(--navy-800); }
.vc-desc{ font-size:.86rem; color:var(--muted); margin:0 0 16px; line-height:1.6; }
.vc-price{ font-family:'Playfair Display',serif; font-weight:700; font-size:1.3rem; color:var(--gold-600); }
.vc-arrow{
  position:absolute; top:22px; right:22px; width:38px; height:38px; border-radius:50%;
  background:var(--cream-200); color:var(--gold-600); display:flex; align-items:center; justify-content:center;
  transition:background .25s ease, color .25s ease, transform .25s ease;
}
.vc-card:hover .vc-arrow{ background:linear-gradient(135deg,var(--gold-400),var(--gold-600)); color:var(--navy-900); transform:rotate(45deg); }

/* ============================================================
   VISA PACKAGE — single detail page (two-column layout)
   ============================================================ */
.vp-hero{ text-align:center; }
.vp-detail{
  display:grid; grid-template-columns:1.5fr 1fr; gap:50px; align-items:start;
}
@media(max-width:900px){ .vp-detail{ grid-template-columns:1fr; } }

.vp-detail-main h3{
  font-size:1.3rem; margin-top:38px; margin-bottom:16px; padding-bottom:10px; border-bottom:2px solid var(--cream-200);
}
.vp-price-row{ display:flex; align-items:center; gap:18px; flex-wrap:wrap; margin-bottom:8px; }
.vp-price-big{ font-family:'Playfair Display',serif; font-weight:800; font-size:2.6rem; color:var(--gold-600); }
.vp-badge-pill{
  background:var(--cream-200); border:1px solid var(--gold-400); color:var(--navy-800);
  padding:8px 18px; border-radius:999px; font-size:.8rem; font-weight:700;
}
.vp-badge-pill i{ color:var(--gold-500); margin-right:6px; }

.vp-includes-list{ display:grid; grid-template-columns:1fr 1fr; gap:12px 24px; }
@media(max-width:600px){ .vp-includes-list{ grid-template-columns:1fr; } }
.vp-includes-list li{ display:flex; align-items:flex-start; gap:10px; font-size:.92rem; color:var(--ink-700); line-height:1.5; }
.vp-includes-list li i{ color:var(--gold-500); margin-top:3px; flex-shrink:0; }
.vp-why-list li i{ color:var(--gold-600); }

.vp-note{
  display:flex; gap:14px; background:var(--cream-200); border:1px solid var(--line); border-radius:var(--radius-md);
  padding:20px 22px; margin-top:36px;
}
.vp-note i{ color:var(--gold-600); font-size:1.2rem; margin-top:2px; }
.vp-note strong{ display:block; margin-bottom:4px; color:var(--navy-800); }
.vp-note p{ margin:0; font-size:.86rem; }

.vp-cta-box{
  margin-top:44px; background:linear-gradient(135deg,var(--navy-700),var(--navy-900)); color:#fff;
  border-radius:var(--radius-lg); padding:40px 34px; text-align:center;
}
.vp-cta-box h3{ color:#fff; border:none; margin-top:0; padding-bottom:0; }
.vp-cta-box p{ color:#b9c1d4; max-width:480px; margin:8px auto 24px; }
.vp-cta-actions{ display:flex; gap:14px; justify-content:center; flex-wrap:wrap; }

.vp-detail-side{ position:sticky; top:100px; }
.vp-image-frame{
  position:relative; border-radius:var(--radius-lg); overflow:hidden; box-shadow:var(--shadow-lux);
}
.vp-image-frame img{ width:100%; display:block; aspect-ratio:4/5; object-fit:cover; }
.vp-image-price{
  position:absolute; right:16px; bottom:16px; background:#fff; border-radius:14px; padding:12px 16px;
  display:flex; align-items:center; gap:10px; box-shadow:var(--shadow-md);
	
}
.vp-image-price span{ font-size:1.6rem; }
.vp-image-price strong{ display:block; font-family:'Playfair Display',serif; color:var(--gold-600); font-size:1.15rem; }
.vp-image-price small{ color:var(--muted); font-size:.7rem; }

.vp-side-contact{
  margin-top:22px; background:#fff; border:1px solid var(--line); border-radius:var(--radius-md); padding:24px;
}
.vp-side-contact h4{ margin-bottom:6px; }
.vp-side-contact p{ font-size:.85rem; margin-bottom:16px; }

/* ============================================================
   HOME — ABOUT PREVIEW SECTION
   ============================================================ */
.about-preview .split{ gap:70px; }
.ap-media{ position:relative; }
.ap-media-inner{ display:flex; align-items:stretch; gap:18px; }
.ap-bar{ width:4px; background:linear-gradient(180deg,var(--gold-400),var(--gold-600)); border-radius:4px; flex-shrink:0; }
.ap-img-wrap{ position:relative; border-radius:var(--radius-lg); overflow:hidden; box-shadow:var(--shadow-lux); flex:1; }
.ap-img-wrap img{ width:100%; height:100%; object-fit:cover; display:block; aspect-ratio:4/5; }
.ap-float{
  position:absolute; left:-22px; bottom:-18px; width:96px; height:96px; border-radius:50%;
  background:#fff; box-shadow:var(--shadow-lux); display:flex; align-items:center; justify-content:center; padding:14px;
}
.ap-float img{ width:100%; height:100%; object-fit:contain; }
@media(max-width:600px){ .ap-float{ width:74px; height:74px; left:-14px; bottom:-14px; padding:10px; } }

.ap-content .check-list{ margin:22px 0 28px; }
.ap-feature-row{ display:flex; gap:28px; flex-wrap:wrap; margin:26px 0; }
.ap-feature{ display:flex; align-items:center; gap:12px; }
.ap-feature-ico{
  width:48px; height:48px; border-radius:50%; flex-shrink:0;
  background:var(--cream-200); border:1px solid var(--line); color:var(--gold-600);
  display:flex; align-items:center; justify-content:center; font-size:18px;
}
.ap-feature strong{ display:block; font-size:.88rem; color:var(--navy-800); line-height:1.3; }

/* ---- Dropdown submenus ---- */
.nav-links > li{ position:relative; }
.nav-links li.menu-item-has-children > a{
	display:flex; 
	align-items:center; 
	gap:6px; 
	flex-direction:row-reverse;
}
.nav-links li.menu-item-has-children > a::before{
  content:"\f078"; font-family:"Font Awesome 6 Free"; font-weight:900; font-size:.65em;
  opacity:.7; transition:transform .2s ease;
}
.nav-links li.menu-item-has-children:hover > a::before{ transform:rotate(180deg); }
.sub-menu{
  list-style:none; margin:0; padding:10px; position:absolute; top:100%; left:0;
  background:var(--navy-800); border:1px solid rgba(255,255,255,.08); border-radius:12px;
  min-width:230px; box-shadow:var(--shadow-lux);
  opacity:0; visibility:hidden; transform:translateY(8px); transition:opacity .2s ease, transform .2s ease, visibility .2s;
  z-index:300;
}
.nav-links li.menu-item-has-children:hover > .sub-menu{ opacity:1; visibility:visible; transform:translateY(4px); }
.sub-menu li{ list-style:none; }
.sub-menu a{
  display:block; padding:10px 14px; border-radius:8px; font-size:.88rem; color:#dfe4ee;
  white-space:nowrap;
}
.sub-menu a:hover{ background:rgba(255,255,255,.06); color:var(--gold-400); }
.sub-menu a::after{ display:none; }
.submenu-toggle{ display:none; }

@media(max-width:980px){
  .nav-links li.menu-item-has-children{ position:relative; }
  .nav-links li.menu-item-has-children > a{ padding-right:44px; }
  .nav-links li.menu-item-has-children > a::before{ display:none; }
  .submenu-toggle{
    position:absolute; right:0; top:6px; width:38px; height:38px; background:rgba(255,255,255,.08);
    border:none; border-radius:8px; color:#fff; display:flex; align-items:center; justify-content:center;
    transition:transform .2s ease, background .2s ease;
  }
  .submenu-toggle.open{ transform:rotate(180deg); background:var(--gold-500); color:var(--navy-900); }
  .sub-menu{
    position:static; opacity:1; visibility:visible; transform:none; box-shadow:none; border:none;
    background:rgba(255,255,255,.04); border-radius:10px; padding:4px 8px;
    max-height:0; overflow:hidden; transition:max-height .3s ease, margin .3s ease; margin:0;
  }
  .sub-menu.open{ max-height:600px; margin:6px 0 12px; }
  .nav-links .sub-menu a{ color:#c4cbdb; padding:12px 14px; opacity:1; transform:none; }
	.nav-links li.menu-item-has-children > a{
		flex-direction: row;
	}
	.nav-wrap{
		padding:0px 15px;
	}
}

