﻿/*
Theme Name: Sky Mountain Trading
Theme URI: https://alieezdigital.com
Author: Alieez Digital
Description: Custom WordPress theme for Sky Mountain Trading & Suppliers FZE LLC
Version: 1.0
*/
/* ── Sky Mountain Trading & Suppliers — Main Stylesheet ── */


:root {
  --sky:    #8ECAE6;
  --teal:   #219EBC;
  --navy:   #023047;
  --amber:  #FFB703;
  --orange: #FB8500;
  --white:  #ffffff;
  --light:  #f0f7fb;
  --gray:   #e2edf3;
  --text:   #1a3040;
  --muted:  #5b7a8c;
  --radius: 4px;
  --shadow: 0 8px 40px rgba(2,48,71,0.14);
  --tr:     0.3s ease;
}

*,*::before,*::after { box-sizing: border-box; margin: 0; padding: 0; }
html { scroll-behavior: smooth; }
body { font-family: 'Poppins', sans-serif; font-size: 16px; line-height: 1.7; color: var(--text); background: var(--white); overflow-x: hidden; }
img { max-width: 100%; display: block; }
a { color: var(--teal); text-decoration: none; transition: color var(--tr); }
a:hover { color: var(--orange); }
ul { list-style: none; }
.container { max-width: 1240px; margin: 0 auto; padding: 0 24px; }
.pad { padding: 90px 0; }
.pad-sm { padding: 56px 0; }

/* ── Typography ── */
h1,h2,h3 { font-family: 'Bebas Neue', sans-serif; letter-spacing: 0.04em; line-height: 1.1; color: var(--navy); }
h4,h5 { font-family: 'Poppins', sans-serif; font-weight: 600; line-height: 1.3; color: var(--navy); }
h1 { font-size: clamp(3rem, 7vw, 6rem); }
h2 { font-size: clamp(2.2rem, 4vw, 3.5rem); }
h3 { font-size: clamp(1.6rem, 3vw, 2.4rem); }
h4 { font-size: 1.1rem; }
.label { display: inline-block; font-family: 'Poppins', sans-serif; font-size: 0.72rem; font-weight: 600; letter-spacing: 0.22em; text-transform: uppercase; color: var(--orange); margin-bottom: 0.5rem; }
.sub { font-size: 1rem; color: var(--muted); max-width: 600px; line-height: 1.8; }
.centered { text-align: center; }
.centered .sub { margin: 0.6rem auto 0; }

/* ── Buttons ── */
.btn { display: inline-flex; align-items: center; gap: 0.5rem; padding: 0.8rem 2rem; font-family: 'Poppins', sans-serif; font-weight: 600; font-size: 0.9rem; letter-spacing: 0.06em; border-radius: var(--radius); transition: all var(--tr); cursor: pointer; border: 2px solid transparent; text-transform: uppercase; }
.btn-primary { background: var(--amber); color: var(--navy); border-color: var(--amber); }
.btn-primary:hover { background: #e6a500; border-color: #e6a500; color: var(--navy); transform: translateY(-2px); box-shadow: 0 8px 24px rgba(255,183,3,0.4); }
.btn-navy { background: var(--navy); color: var(--white); border-color: var(--navy); }
.btn-navy:hover { background: #01202f; color: var(--white); transform: translateY(-2px); }
.btn-ghost { background: transparent; color: var(--white); border-color: rgba(255,255,255,0.6); }
.btn-ghost:hover { background: var(--white); color: var(--navy); border-color: var(--white); }
.btn-teal { background: var(--teal); color: var(--white); border-color: var(--teal); }
.btn-teal:hover { background: #1a8ca8; color: var(--white); transform: translateY(-2px); }

/* ── Top Ribbon ── */
.top-ribbon { background: var(--navy); padding: 7px 0; border-bottom: 1px solid rgba(255,255,255,0.06); }
.ribbon-inner { display: flex; align-items: center; gap: 1.5rem; flex-wrap: wrap; }
.ribbon-inner span { display: flex; align-items: center; gap: 6px; font-size: 0.8rem; color: rgba(255,255,255,0.7); }
.ribbon-inner svg { color: var(--sky); flex-shrink: 0; }
.ribbon-right { margin-left: auto; display: flex; gap: 8px; align-items: center; }
.license-chip, .zone-chip { font-size: 0.72rem; font-weight: 600; padding: 2px 10px; border-radius: 20px; font-family: 'Poppins', sans-serif; letter-spacing: 0.04em; }
.license-chip { background: rgba(255,183,3,0.15); color: var(--amber); border: 1px solid rgba(255,183,3,0.3); }
.zone-chip { background: rgba(142,202,230,0.12); color: var(--sky); border: 1px solid rgba(142,202,230,0.25); }

/* ── Navbar ── */
.navbar { background: var(--white); border-bottom: 1px solid var(--gray); position: sticky; top: 0; z-index: 1000; transition: box-shadow var(--tr); }
.navbar.scrolled { box-shadow: 0 4px 30px rgba(2,48,71,0.12); }
.nav-inner { display: flex; align-items: center; height: 76px; padding: 0 24px; gap: 2rem; }
.logo-img { height: 52px; width: auto; object-fit: contain; }
.nav-links { display: flex; align-items: center; gap: 0.3rem; margin-left: auto; }
.nav-links > li { position: relative; }
.nav-links > li > a { display: flex; align-items: center; gap: 4px; padding: 8px 14px; font-size: 0.88rem; font-weight: 500; color: var(--text); border-radius: var(--radius); transition: all var(--tr); }
.nav-links > li > a:hover, .nav-links > li.active > a { color: var(--teal); background: var(--light); }
.nav-links > li > a.nav-quote { background: var(--amber); color: var(--navy); font-weight: 700; margin-left: 8px; }
.nav-links > li > a.nav-quote:hover { background: #e6a500; color: var(--navy); }
.drop-menu { display: none; position: absolute; top: calc(100% + 6px); left: 0; background: var(--white); min-width: 220px; border-radius: 6px; box-shadow: var(--shadow); border-top: 3px solid var(--teal); z-index: 999; padding: 6px 0; }
.has-drop:hover .drop-menu { display: block; }
.drop-menu li a { display: block; padding: 10px 18px; font-size: 0.87rem; color: var(--text); transition: all var(--tr); }
.drop-menu li a:hover { background: var(--light); color: var(--teal); padding-left: 24px; }
.nav-burger { display: none; flex-direction: column; gap: 5px; background: none; border: none; cursor: pointer; padding: 6px; margin-left: auto; }
.nav-burger span { display: block; width: 24px; height: 2px; background: var(--navy); border-radius: 2px; transition: all 0.3s ease; transform-origin: center; }
.nav-burger.open span:nth-child(1) { transform: translateY(7px) rotate(45deg); }
.nav-burger.open span:nth-child(2) { opacity: 0; transform: scaleX(0); }
.nav-burger.open span:nth-child(3) { transform: translateY(-7px) rotate(-45deg); }
.nav-close-item { display: none; }
.nav-close-btn { display: none; }

/* ══════════════════════════════════════════════════════════
   HERO SLIDER — Side-Panel Design (UNIQUE)
   Left: narrow dark panel with slide numbers + branding
   Right: full-bleed image with glass info card
   ══════════════════════════════════════════════════════════ */
.hero { display: flex; height: 100vh; min-height: 600px; max-height: 820px; position: relative; overflow: hidden; }

/* Left narrow panel */
.hero-panel {
  width: 88px;
  flex-shrink: 0;
  background: var(--navy);
  position: relative;
  z-index: 10;
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 28px 0;
  gap: 0;
}
.hero-panel-brand {
  writing-mode: vertical-rl;
  text-orientation: mixed;
  transform: rotate(180deg);
  font-family: 'Bebas Neue', sans-serif;
  font-size: 0.75rem;
  letter-spacing: 0.25em;
  color: rgba(255,255,255,0.35);
  text-transform: uppercase;
  margin-top: auto;
  padding-bottom: 24px;
}
.hero-slide-nums {
  display: flex;
  flex-direction: column;
  gap: 10px;
  margin-top: auto;
}
.hero-slide-num {
  width: 44px;
  height: 44px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-family: 'Bebas Neue', sans-serif;
  font-size: 1rem;
  color: rgba(255,255,255,0.3);
  cursor: pointer;
  border-left: 2px solid transparent;
  transition: all var(--tr);
  letter-spacing: 0.06em;
}
.hero-slide-num.active {
  color: var(--amber);
  border-left-color: var(--amber);
}
.hero-panel-line {
  width: 1px;
  height: 60px;
  background: rgba(255,255,255,0.15);
  margin: 16px 0;
}
.hero-est {
  font-family: 'Bebas Neue', sans-serif;
  font-size: 0.7rem;
  letter-spacing: 0.3em;
  color: rgba(255,183,3,0.5);
  writing-mode: vertical-rl;
  transform: rotate(180deg);
  padding-bottom: 16px;
}

/* Right image stage */
.hero-stage {
  flex: 1;
  position: relative;
  overflow: hidden;
}
.hero-slide {
  position: absolute;
  inset: 0;
  opacity: 0;
  transition: opacity 0.9s ease;
}
.hero-slide.active { opacity: 1; z-index: 1; }
.hero-slide-bg {
  position: absolute;
  inset: 0;
  background-size: cover;
  background-position: center;
  transform: scale(1.06);
  transition: transform 6s ease;
}
.hero-slide.active .hero-slide-bg { transform: scale(1); }
.hero-slide-overlay {
  position: absolute;
  inset: 0;
  background: linear-gradient(135deg, rgba(2,48,71,0.72) 0%, rgba(2,48,71,0.25) 60%, transparent 100%);
}

/* Glass info card inside stage */
.hero-info-card {
  position: absolute;
  bottom: 10%;
  left: 5%;
  z-index: 5;
  max-width: 520px;
  background: rgba(2,48,71,0.72);
  backdrop-filter: blur(16px);
  -webkit-backdrop-filter: blur(16px);
  border: 1px solid rgba(255,255,255,0.12);
  border-radius: 8px;
  padding: 2.8rem 2.8rem 2.4rem;
  opacity: 0;
  transform: translateY(24px);
  transition: opacity 0.7s ease 0.4s, transform 0.7s ease 0.4s;
}
.hero-slide.active .hero-info-card {
  opacity: 1;
  transform: translateY(0);
}
.hero-info-card .label { color: var(--amber); margin-bottom: 0.6rem; }
.hero-info-card h1 {
  font-size: clamp(2.2rem, 5vw, 3.8rem);
  color: var(--white);
  margin-bottom: 0.8rem;
  text-wrap: balance;
  line-height: 1;
}
.hero-info-card p {
  font-size: 0.95rem;
  color: rgba(255,255,255,0.8);
  line-height: 1.7;
  margin-bottom: 1.8rem;
}
.hero-card-actions { display: flex; gap: 1rem; flex-wrap: wrap; }

/* Progress bar */
.hero-progress {
  position: absolute;
  bottom: 0;
  left: 0;
  height: 3px;
  background: var(--amber);
  z-index: 10;
  width: 0%;
  transition: width 5.5s linear;
}
.hero-progress.running { width: 100%; }

/* ── Diagonal divider between hero and next section ── */
.hero-divider {
  height: 64px;
  background: var(--white);
  clip-path: polygon(0 100%, 100% 0, 100% 100%);
  margin-top: -1px;
}

/* ══════════════════════════════════════════════════════════
   TICKER / MARQUEE STRIP
   ══════════════════════════════════════════════════════════ */
.ticker-strip { background: var(--amber); padding: 12px 0; overflow: hidden; }
.ticker-inner { display: flex; gap: 0; white-space: nowrap; animation: ticker 28s linear infinite; }
.ticker-item { display: inline-flex; align-items: center; gap: 10px; padding: 0 2.5rem; font-family: 'Bebas Neue', sans-serif; font-size: 1.1rem; letter-spacing: 0.1em; color: var(--navy); }
.ticker-dot { width: 6px; height: 6px; background: var(--navy); border-radius: 50%; opacity: 0.4; }
@keyframes ticker { 0% { transform: translateX(0); } 100% { transform: translateX(-50%); } }

/* ══════════════════════════════════════════════════════════
   STATS BAR
   ══════════════════════════════════════════════════════════ */
.stats-bar { background: var(--light); padding: 40px 0; border-bottom: 1px solid var(--gray); }
.stats-row { display: grid; grid-template-columns: repeat(4,1fr); gap: 0; }
.stat-box { text-align: center; padding: 20px 28px; border-right: 1px solid var(--gray); }
.stat-box:last-child { border-right: none; }
.stat-num { font-family: 'Bebas Neue', sans-serif; font-size: 3rem; color: var(--teal); line-height: 1; }
.stat-label { font-size: 0.78rem; font-weight: 600; text-transform: uppercase; letter-spacing: 0.12em; color: var(--muted); margin-top: 4px; }

/* ══════════════════════════════════════════════════════════
   ABOUT SECTION — Diagonal band design
   ══════════════════════════════════════════════════════════ */
.about-section { position: relative; overflow: hidden; }
.about-band {
  position: absolute;
  top: 0; left: -10%; right: -10%; bottom: 0;
  background: var(--navy);
  transform: skewY(-3deg);
  transform-origin: top left;
  z-index: 0;
}
.about-content-wrap { position: relative; z-index: 1; padding: 90px 0; }
.about-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 5rem; align-items: center; }
.about-img-block { position: relative; }
.about-img-block img { width: 100%; height: 480px; object-fit: cover; border-radius: 6px; }
.about-img-overlay {
  position: absolute;
  bottom: -24px;
  right: -24px;
  background: var(--amber);
  color: var(--navy);
  padding: 28px 32px;
  border-radius: 6px;
  text-align: center;
  font-family: 'Bebas Neue', sans-serif;
}
.about-img-overlay strong { display: block; font-size: 3.5rem; line-height: 1; }
.about-img-overlay span { font-size: 0.9rem; letter-spacing: 0.1em; opacity: 0.75; }
.about-text .label { color: var(--sky); }
.about-text h2 { color: var(--white); }
.about-text p { color: rgba(255,255,255,0.75); margin-top: 1rem; font-size: 0.97rem; }
.about-pills { display: flex; flex-wrap: wrap; gap: 8px; margin-top: 2rem; }
.about-pill {
  display: inline-flex; align-items: center; gap: 6px;
  background: rgba(255,255,255,0.08);
  border: 1px solid rgba(255,255,255,0.15);
  color: rgba(255,255,255,0.85);
  padding: 6px 14px; border-radius: 20px;
  font-size: 0.82rem; font-weight: 500;
}
.about-pill svg { color: var(--amber); flex-shrink: 0; }
.about-ctas { display: flex; gap: 1rem; margin-top: 2.5rem; flex-wrap: wrap; }

/* ══════════════════════════════════════════════════════════
   SERVICE SHOWCASE ROWS — "GLASS CARD ON FULL IMAGE" design
   ══════════════════════════════════════════════════════════ */
.svc-intro { background: var(--light); padding: 72px 0 56px; }
.svc-intro-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 4rem; align-items: center; }

.svc-row {
  position: relative;
  height: 580px;
  overflow: hidden;
  display: flex;
  align-items: center;
}
.svc-row-bg {
  position: absolute;
  inset: 0;
  background-size: cover;
  background-position: center;
  transition: transform 0.6s ease;
  z-index: 0;
}
.svc-row:hover .svc-row-bg { transform: scale(1.04); }
.svc-row-overlay {
  position: absolute;
  inset: 0;
  z-index: 1;
}
/* Odd rows: darker on left for card */
.svc-row:nth-child(odd) .svc-row-overlay {
  background: linear-gradient(90deg, rgba(2,48,71,0.85) 0%, rgba(2,48,71,0.55) 50%, rgba(2,48,71,0.1) 100%);
}
/* Even rows: darker on right for card */
.svc-row:nth-child(even) .svc-row-overlay {
  background: linear-gradient(270deg, rgba(2,48,71,0.85) 0%, rgba(2,48,71,0.55) 50%, rgba(2,48,71,0.1) 100%);
}

/* The floating glass card */
.svc-card-glass {
  position: relative;
  z-index: 5;
  width: 480px;
  max-width: 90%;
  background: rgba(2,48,71,0.6);
  backdrop-filter: blur(18px);
  -webkit-backdrop-filter: blur(18px);
  border: 1px solid rgba(255,255,255,0.1);
  border-radius: 8px;
  padding: 3rem 2.8rem;
  margin: 0 6%;
  border-top: 3px solid var(--amber);
  transition: border-color var(--tr);
}
.svc-row:hover .svc-card-glass { border-top-color: var(--orange); }
.svc-row:nth-child(even) .svc-card-glass { margin-left: auto; }

.svc-card-num {
  font-family: 'Bebas Neue', sans-serif;
  font-size: 7rem;
  line-height: 0.85;
  color: rgba(255,183,3,0.18);
  position: absolute;
  bottom: 1.2rem;
  right: 1.5rem;
  pointer-events: none;
  letter-spacing: -0.02em;
}
.svc-card-glass .label { color: var(--sky); margin-bottom: 0.4rem; }
.svc-card-glass h3 {
  font-size: clamp(1.8rem, 3vw, 2.4rem);
  color: var(--white);
  margin-bottom: 0.9rem;
}
.svc-card-glass p {
  font-size: 0.88rem;
  color: rgba(255,255,255,0.72);
  line-height: 1.75;
  margin-bottom: 1.4rem;
}
.svc-pills { display: flex; flex-wrap: wrap; gap: 6px; margin-bottom: 1.6rem; }
.svc-pill {
  background: rgba(255,183,3,0.12);
  border: 1px solid rgba(255,183,3,0.3);
  color: var(--amber);
  padding: 4px 12px;
  border-radius: 20px;
  font-size: 0.76rem;
  font-weight: 500;
  letter-spacing: 0.04em;
}
.svc-cta-link {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  font-weight: 600;
  font-size: 0.82rem;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: var(--amber);
  padding-bottom: 3px;
  border-bottom: 2px solid var(--amber);
  transition: gap var(--tr), color var(--tr), border-color var(--tr);
}
.svc-cta-link:hover { gap: 14px; color: var(--orange); border-color: var(--orange); }

/* ══════════════════════════════════════════════════════════
   WHY CHOOSE US — Horizontal icon cards
   ══════════════════════════════════════════════════════════ */
.why-section { background: var(--navy); padding: 90px 0; position: relative; overflow: hidden; }
.why-section::before {
  content: 'TRUSTED';
  position: absolute; top: -20px; right: -20px;
  font-family: 'Bebas Neue', sans-serif; font-size: 18rem; font-weight: 400;
  color: rgba(255,255,255,0.022); line-height: 1; pointer-events: none;
}
.why-grid { display: grid; grid-template-columns: repeat(3,1fr); gap: 1.5px; background: rgba(255,255,255,0.07); border-radius: 8px; overflow: hidden; margin-top: 3rem; }
.why-card {
  background: #012236;
  padding: 2.8rem 2.4rem;
  transition: background var(--tr);
  position: relative;
  overflow: hidden;
}
.why-card:hover { background: rgba(33,158,188,0.1); }
.why-icon {
  width: 56px; height: 56px;
  background: rgba(255,183,3,0.12);
  border: 1px solid rgba(255,183,3,0.25);
  border-radius: 6px;
  display: flex; align-items: center; justify-content: center;
  margin-bottom: 1.4rem;
}
.why-icon svg { width: 26px; height: 26px; color: var(--amber); }
.why-card h4 { color: var(--white); margin-bottom: 0.6rem; font-size: 1rem; }
.why-card p { color: rgba(255,255,255,0.6); font-size: 0.87rem; line-height: 1.7; }
.why-card-num {
  position: absolute; bottom: 12px; right: 16px;
  font-family: 'Bebas Neue', sans-serif; font-size: 5rem;
  color: rgba(255,255,255,0.03); line-height: 1; pointer-events: none;
}

/* ══════════════════════════════════════════════════════════
   PROCESS / TRADING APPROACH — Timeline
   ══════════════════════════════════════════════════════════ */
.process-section { padding: 90px 0; background: var(--light); }
.process-steps { display: grid; grid-template-columns: repeat(4,1fr); gap: 0; margin-top: 3.5rem; position: relative; }
.process-steps::before {
  content: '';
  position: absolute;
  top: 36px; left: 0; right: 0; height: 2px;
  background: linear-gradient(to right, var(--teal), var(--amber));
  z-index: 0;
}
.process-step { position: relative; z-index: 1; padding: 0 1.5rem; }
.process-step-num {
  width: 72px; height: 72px;
  background: var(--white);
  border: 3px solid var(--teal);
  border-radius: 50%;
  display: flex; align-items: center; justify-content: center;
  font-family: 'Bebas Neue', sans-serif; font-size: 1.6rem;
  color: var(--teal);
  margin-bottom: 1.5rem;
  transition: all var(--tr);
}
.process-step:hover .process-step-num {
  background: var(--teal);
  color: var(--white);
  transform: scale(1.08);
}
.process-step h4 { font-size: 0.95rem; margin-bottom: 0.5rem; color: var(--navy); }
.process-step p { font-size: 0.83rem; color: var(--muted); line-height: 1.65; }

/* ══════════════════════════════════════════════════════════
   TESTIMONIALS — Staggered card design
   ══════════════════════════════════════════════════════════ */
.testi-section { padding: 90px 0; background: var(--white); }
.testi-grid { display: grid; grid-template-columns: repeat(3,1fr); gap: 2rem; margin-top: 3.5rem; }
.testi-card {
  background: var(--light);
  border-radius: 8px;
  padding: 2.8rem 2.4rem 2.4rem;
  border-bottom: 3px solid var(--gray);
  transition: all var(--tr);
  position: relative;
}
.testi-card:hover { border-bottom-color: var(--teal); transform: translateY(-6px); box-shadow: var(--shadow); }
.testi-card.featured {
  background: var(--navy);
  border-bottom-color: var(--amber);
  transform: translateY(-12px);
  box-shadow: 0 20px 60px rgba(2,48,71,0.2);
}
.testi-card.featured:hover { transform: translateY(-16px); }
.big-quote {
  font-family: 'DM Serif Display', serif;
  font-size: 5rem; line-height: 0.7;
  color: var(--teal); opacity: 0.25;
  margin-bottom: 1.2rem;
}
.testi-card.featured .big-quote { color: var(--amber); opacity: 0.35; }
.testi-text { font-size: 0.92rem; color: var(--muted); line-height: 1.8; margin-bottom: 2rem; font-style: italic; }
.testi-card.featured .testi-text { color: rgba(255,255,255,0.72); }
.testi-author { display: flex; align-items: center; gap: 12px; }
.testi-avatar {
  width: 42px; height: 42px;
  background: var(--teal); color: var(--white);
  border-radius: 50%;
  display: flex; align-items: center; justify-content: center;
  font-family: 'Bebas Neue', sans-serif; font-size: 1.1rem;
  flex-shrink: 0;
}
.testi-card.featured .testi-avatar { background: var(--amber); color: var(--navy); }
.testi-info strong { display: block; font-size: 0.88rem; color: var(--navy); }
.testi-card.featured .testi-info strong { color: var(--white); }
.testi-info span { font-size: 0.78rem; color: var(--muted); }
.testi-card.featured .testi-info span { color: rgba(255,255,255,0.5); }
.testi-stars { margin-left: auto; color: var(--amber); font-size: 0.8rem; letter-spacing: 2px; }

/* ══════════════════════════════════════════════════════════
   BLOG — Masonry feel 3-col
   ══════════════════════════════════════════════════════════ */
.blog-section { padding: 90px 0; background: var(--light); }
.blog-grid { display: grid; grid-template-columns: repeat(3,1fr); gap: 1.8rem; margin-top: 3.5rem; }
.blog-card { background: var(--white); border-radius: 8px; overflow: hidden; box-shadow: 0 2px 16px rgba(2,48,71,0.07); transition: transform var(--tr), box-shadow var(--tr); }
.blog-card:hover { transform: translateY(-7px); box-shadow: 0 16px 48px rgba(2,48,71,0.14); }
.blog-img { height: 210px; overflow: hidden; position: relative; }
.blog-img img { width: 100%; height: 100%; object-fit: cover; transition: transform 0.55s ease; }
.blog-card:hover .blog-img img { transform: scale(1.07); }
.blog-cat { position: absolute; top: 14px; left: 14px; background: var(--navy); color: var(--amber); font-size: 0.72rem; font-weight: 700; letter-spacing: 0.12em; text-transform: uppercase; padding: 4px 12px; border-radius: 3px; }
.blog-body { padding: 1.8rem; }
.blog-meta { font-size: 0.78rem; color: var(--muted); margin-bottom: 0.6rem; display: flex; gap: 8px; align-items: center; }
.blog-meta span + span::before { content: '·'; margin-right: 8px; }
.blog-title { font-family: 'Poppins', sans-serif; font-weight: 700; font-size: 1rem; color: var(--navy); margin-bottom: 0.6rem; line-height: 1.45; }
.blog-excerpt { font-size: 0.85rem; color: var(--muted); line-height: 1.7; margin-bottom: 1.2rem; }
.blog-link { display: inline-flex; align-items: center; gap: 6px; font-size: 0.82rem; font-weight: 700; letter-spacing: 0.1em; text-transform: uppercase; color: var(--teal); transition: gap var(--tr), color var(--tr); }
.blog-link:hover { gap: 10px; color: var(--orange); }

/* ══════════════════════════════════════════════════════════
   CTA BAND — Parallelogram shapes
   ══════════════════════════════════════════════════════════ */
.cta-section { position: relative; overflow: hidden; min-height: 360px; display: flex; align-items: center; }
.cta-bg { position: absolute; inset: 0; background-size: cover; background-position: center; z-index: 0; }
.cta-bg::after { content: ''; position: absolute; inset: 0; background: linear-gradient(135deg, rgba(2,48,71,0.92) 0%, rgba(33,158,188,0.7) 100%); }
/* Parallelogram accent */
.cta-accent {
  position: absolute;
  top: 0; right: 0;
  width: 35%;
  height: 100%;
  background: rgba(255,183,3,0.12);
  clip-path: polygon(20% 0, 100% 0, 100% 100%, 0% 100%);
  z-index: 1;
  pointer-events: none;
}
.cta-inner { position: relative; z-index: 2; width: 100%; padding: 80px 0; }
.cta-inner .label { color: var(--amber); }
.cta-inner h2 { color: var(--white); max-width: 600px; }
.cta-inner p { color: rgba(255,255,255,0.78); font-size: 1rem; max-width: 520px; margin: 1rem 0 2.5rem; }
.cta-actions { display: flex; gap: 1rem; flex-wrap: wrap; }

/* ══════════════════════════════════════════════════════════
   FOOTER
   ══════════════════════════════════════════════════════════ */
.site-footer { background: #011a27; }
.footer-top { padding: 64px 0 40px; }
.footer-grid { display: grid; grid-template-columns: 1.7fr 1fr 1fr 1.3fr; gap: 3rem; }
.footer-logo-img { height: 56px; width: auto; margin-bottom: 1.2rem; filter: brightness(0) invert(1); opacity: 0.85; }
.footer-brand p { font-size: 0.86rem; color: rgba(255,255,255,0.5); line-height: 1.75; }
.footer-badges { display: flex; gap: 6px; margin-top: 1.2rem; flex-wrap: wrap; }
.f-badge { font-size: 0.7rem; font-weight: 600; padding: 3px 10px; border-radius: 20px; background: rgba(255,183,3,0.1); color: var(--amber); border: 1px solid rgba(255,183,3,0.22); letter-spacing: 0.04em; }
.footer-col h4 { font-family: 'Poppins', sans-serif; font-size: 0.8rem; font-weight: 700; text-transform: uppercase; letter-spacing: 0.14em; color: var(--sky); margin-bottom: 1.2rem; }
.footer-col ul li { margin-bottom: 0.55rem; }
.footer-col ul li a { font-size: 0.86rem; color: rgba(255,255,255,0.5); transition: color var(--tr); }
.footer-col ul li a:hover { color: var(--amber); }
.f-contact-item { display: flex; gap: 8px; align-items: flex-start; margin-bottom: 0.9rem; }
.f-contact-item svg { color: var(--teal); flex-shrink: 0; margin-top: 3px; }
.f-contact-item a, .f-contact-item span { font-size: 0.85rem; color: rgba(255,255,255,0.6); }
.f-contact-item a:hover { color: var(--amber); }
.f-whatsapp { display: inline-flex; align-items: center; gap: 8px; background: #25D366; color: var(--white); padding: 7px 16px; border-radius: 4px; font-size: 0.82rem; font-weight: 600; margin-top: 1rem; transition: background var(--tr); }
.f-whatsapp:hover { background: #1fb559; color: var(--white); }
.footer-bottom { border-top: 1px solid rgba(255,255,255,0.06); padding: 18px 0; }
.footer-bottom-inner { display: flex; justify-content: space-between; align-items: center; flex-wrap: wrap; gap: 0.5rem; }
.footer-bottom p { font-size: 0.8rem; color: rgba(255,255,255,0.35); }
.f-credit { font-size: 0.78rem !important; }
.f-credit a { color: rgba(255,255,255,0.4); }
.f-credit a:hover { color: var(--amber); }

/* WhatsApp float */
.wa-float { position: fixed; bottom: 24px; right: 24px; z-index: 999; width: 56px; height: 56px; background: #25D366; border-radius: 50%; display: flex; align-items: center; justify-content: center; box-shadow: 0 4px 20px rgba(37,211,102,0.4); transition: transform var(--tr); }
.wa-float:hover { transform: scale(1.1); }
.wa-float svg { fill: var(--white); }

/* Page banner for inner pages */
.page-banner { background: var(--navy); padding: 72px 0 52px; position: relative; overflow: hidden; }
.page-banner::after { content: ''; position: absolute; right: 0; top: 0; bottom: 0; width: 40%; background: linear-gradient(to left, rgba(33,158,188,0.12), transparent); pointer-events: none; }
.page-banner .label { color: var(--amber); }
.page-banner h1 { color: var(--white); margin-bottom: 0.8rem; }
.page-banner p { color: rgba(255,255,255,0.7); font-size: 1.05rem; max-width: 580px; }
.breadcrumb { display: flex; gap: 8px; align-items: center; font-size: 0.82rem; color: rgba(255,255,255,0.45); margin-bottom: 1.2rem; flex-wrap: wrap; }
.breadcrumb a { color: rgba(255,255,255,0.55); }
.breadcrumb a:hover { color: var(--amber); }
.breadcrumb span { color: var(--amber); }

/* Utilities */
.bg-light { background: var(--light); }
.bg-navy { background: var(--navy); }
.mt-1{margin-top:.5rem}.mt-2{margin-top:1rem}.mt-3{margin-top:1.5rem}.mt-4{margin-top:2rem}
.mb-2{margin-bottom:1rem}.mb-3{margin-bottom:1.5rem}
.feature-list { list-style: none; padding: 0; }
.feature-list li { display: flex; align-items: flex-start; gap: 0.75rem; padding: 0.55rem 0; border-bottom: 1px solid var(--gray); font-size: 0.92rem; }
.feature-list li:last-child { border-bottom: none; }
.feature-list li::before { content: ''; width: 18px; height: 18px; flex-shrink: 0; margin-top: 2px; background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 20 20' fill='%23219EBC'%3E%3Cpath fill-rule='evenodd' d='M10 18a8 8 0 100-16 8 8 0 000 16zm3.707-9.293a1 1 0 00-1.414-1.414L9 10.586 7.707 9.293a1 1 0 00-1.414 1.414l2 2a1 1 0 001.414 0l4-4z' clip-rule='evenodd'/%3E%3C/svg%3E") center/contain no-repeat; }
.two-col { display: grid; grid-template-columns: 1fr 1fr; gap: 4rem; align-items: start; }
.two-col img { border-radius: 6px; width: 100%; height: 380px; object-fit: cover; }
.info-card { background: var(--light); border-radius: 6px; padding: 1.8rem; border-left: 4px solid var(--teal); }
.info-card h4 { margin-bottom: 0.75rem; }
.info-card ul { padding-left: 1rem; list-style: disc; margin-top: 0.5rem; }
.info-card ul li { font-size: 0.9rem; color: var(--muted); margin-bottom: 0.3rem; }
.contact-grid { display: grid; grid-template-columns: 1.2fr 1fr; gap: 4rem; }
.form-card { background: var(--white); border-radius: 8px; padding: 2.5rem; box-shadow: var(--shadow); }
.form-group { margin-bottom: 1.2rem; }
.form-group label { display: block; font-size: 0.82rem; font-weight: 600; text-transform: uppercase; letter-spacing: 0.07em; color: var(--navy); margin-bottom: 0.4rem; }
.form-group input, .form-group select, .form-group textarea { width: 100%; padding: 0.75rem 1rem; border: 1.5px solid var(--gray); border-radius: var(--radius); font-family: 'Poppins', sans-serif; font-size: 0.92rem; color: var(--text); background: var(--white); transition: border-color var(--tr); }
.form-group input:focus, .form-group select:focus, .form-group textarea:focus { outline: none; border-color: var(--teal); }
.form-group textarea { resize: vertical; min-height: 120px; }
.form-row { display: grid; grid-template-columns: 1fr 1fr; gap: 1rem; }
.c-detail { display: flex; gap: 1rem; align-items: flex-start; margin-bottom: 1.8rem; }
.c-detail-icon { width: 44px; height: 44px; background: var(--light); border-radius: 6px; display: flex; align-items: center; justify-content: center; flex-shrink: 0; }
.c-detail-icon svg { width: 20px; height: 20px; color: var(--teal); }
.c-detail-text strong { display: block; font-size: 0.78rem; text-transform: uppercase; letter-spacing: 0.1em; color: var(--muted); margin-bottom: 0.2rem; }
.c-detail-text a, .c-detail-text p { font-size: 0.93rem; color: var(--text); }

/* ── Responsive ── */
@media (max-width: 1024px) {
  .footer-grid { grid-template-columns: 1fr 1fr; gap: 2.5rem; }
  .why-grid { grid-template-columns: repeat(2,1fr); }
  .process-steps { grid-template-columns: repeat(2,1fr); gap: 2.5rem; }
  .process-steps::before { display: none; }
  .testi-grid { grid-template-columns: 1fr; gap: 1.5rem; }
  .testi-card.featured { transform: none; }
  .svc-intro-grid { grid-template-columns: 1fr; }
  .contact-grid { grid-template-columns: 1fr; }
}
@media (max-width: 900px) {
  .about-grid { grid-template-columns: 1fr; }
  .about-img-overlay { bottom: 10px; right: 10px; }
  .blog-grid { grid-template-columns: 1fr 1fr; }
  .stats-row { grid-template-columns: repeat(2,1fr); }
}
@media (max-width: 768px) {
  .hero { flex-direction: column; height: auto; min-height: auto; max-height: none; }
  .hero-panel { width: 100%; flex-direction: row; height: 52px; padding: 0 16px; }
  .hero-panel-brand { writing-mode: horizontal-tb; transform: none; margin: 0; padding: 0; }
  .hero-panel-line, .hero-est { display: none; }
  .hero-slide-nums { flex-direction: row; margin: 0 0 0 auto; }
  .hero-slide-num { width: 32px; height: 32px; border-left: none; border-bottom: 2px solid transparent; }
  .hero-slide-num.active { border-bottom-color: var(--amber); border-left: none; }
  .hero-stage { height: 70vh; min-height: 380px; }
  .hero-info-card { top: 50%; bottom: auto; left: 5%; right: 5%; max-width: none; padding: 1.2rem 1.4rem; transform: translateY(calc(-50% + 20px)); }
  .hero-slide.active .hero-info-card { opacity: 1; transform: translateY(-50%); }
  .hero-info-card h1 { font-size: 1.9rem; margin-bottom: 0.5rem; }
  .hero-info-card p { display: none; }
  .svc-row { height: auto; min-height: 480px; }
  .svc-card-glass { width: 100%; max-width: none; margin: 1.5rem !important; padding: 2rem 1.5rem; }
  .nav-burger { display: flex; }
  .nav-links { display: none; position: fixed; inset: 0; top: 76px; background: var(--white); flex-direction: column; align-items: stretch; gap: 0; padding: 1rem; overflow-y: auto; box-shadow: var(--shadow); z-index: 999; }
  .nav-links.open { display: flex; }
  .nav-close-item { display: block; border-bottom: 1px solid var(--gray); margin-bottom: 0.5rem; padding-bottom: 0.5rem; }
  .nav-close-btn { display: flex; align-items: center; gap: 8px; width: 100%; padding: 10px 16px; background: none; border: none; font-family: 'Poppins', sans-serif; font-weight: 600; font-size: 0.95rem; color: var(--navy); cursor: pointer; border-radius: var(--radius); transition: background var(--tr); }
  .nav-close-btn:hover { background: var(--light); color: var(--teal); }
  .nav-links > li > a { padding: 12px 16px; font-size: 1rem; border-radius: var(--radius); }
  .has-drop:hover .drop-menu { display: none; }
  .drop-menu { position: static; box-shadow: none; border: none; background: var(--light); border-radius: var(--radius); margin: 4px 0; padding: 4px 0; display: none; }
  .has-drop.open .drop-menu { display: block; }
  .footer-grid { grid-template-columns: 1fr; gap: 2rem; }
  .footer-bottom-inner { flex-direction: column; text-align: center; }
  .why-grid { grid-template-columns: 1fr; }
  .process-steps { grid-template-columns: 1fr; }
  .blog-grid { grid-template-columns: 1fr; }
  .two-col { grid-template-columns: 1fr; }
  .form-row { grid-template-columns: 1fr; }
  .top-ribbon .ribbon-right { display: none; }
  .about-band { transform: skewY(0); }
  .cta-accent { display: none; }
}
@media (max-width: 480px) {
  .hero-stage { height: 60vh; }
  h1 { font-size: 2.4rem; }
  h2 { font-size: 2rem; }
  .pad { padding: 60px 0; }
  .stats-row { grid-template-columns: 1fr 1fr; }
}

/* WP Admin bar offset */
.site-header { top: 32px; }
@media screen and (max-width: 782px) { .site-header { top: 46px; } }
body:not(.admin-bar) .site-header { top: 0; }

/* ACF image fields preview */
.acf-field-image .acf-image-uploader { max-width: 300px; }

/* Service page: Why Source Through Us (3-col grid inherits .why-grid) */

/* Service page: Inline quote form */
.svc-quote-grid { display:grid; grid-template-columns:1fr 1fr; gap:3rem; align-items:start; }
.svc-quote-text h2 { font-size:clamp(1.6rem,3vw,2.2rem); color:var(--navy); margin:.5rem 0 1rem; }
.svc-quote-text p { color:var(--text-light); line-height:1.7; }
.svc-quote-contact { display:flex; flex-direction:column; gap:.6rem; margin-top:1.5rem; }
.svc-qc-link { display:flex; align-items:center; gap:.5rem; color:var(--navy); font-weight:600; font-size:.95rem; text-decoration:none; }
.svc-qc-link:hover { color:var(--amber); }
.svc-quote-form { background:#fff; border-radius:12px; padding:2rem; box-shadow:0 4px 24px rgba(0,0,0,.08); border:1px solid var(--border); }
@media(max-width:768px){ .svc-quote-grid { grid-template-columns:1fr; } }