/*
Theme Name: Creative Agency PK
Theme URI: https://creativeagency.pk
Author: Junaid Tariq Consulting
Author URI: https://junaidtariq.com
Description: Custom Elementor-ready WordPress theme for Creative Agency PK — Pakistan's performance-backed creative production studio (UGC ads, video production, social creative, podcasts, PR). Navy/green brand system. Main menu is editable under Appearance > Menus ("Primary Menu"); footer columns are editable under Appearance > Widgets ("Footer 1" through "Footer 4").
Version: 1.0.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: creativeagency
*/

/* This stylesheet is the theme's required style.css (WordPress reads the header
   above for theme metadata). It also contains all of the theme's compiled CSS,
   enqueued via functions.php using get_stylesheet_uri(). Elementor's own output
   loads independently and is unaffected by this file. */


:root{
  --ink:#18272f;
  --ink-soft:#3a4a52;
  --gray:#6c7a80;
  --line:#e3e7e8;
  --line-strong:#cfd6d8;
  --paper:#ffffff;
  --paper-tint:#f4f6f6;
  --accent:#15b449;
  --accent-dark:#0f8c39;
  --accent-tint:#e6f7ec;
  --card-dark:#1f323c;
}
*{margin:0;padding:0;box-sizing:border-box;}
html{scroll-behavior:smooth;}
body{
  background:var(--paper); color:var(--ink);
  font-family:'Inter',sans-serif; overflow-x:hidden;
  -webkit-font-smoothing:antialiased;
}
img{display:block;max-width:100%;}
a{color:inherit;text-decoration:none;}
::selection{ background:var(--accent); color:#fff; }
button{ font-family:inherit; cursor:pointer; }
.display{ font-family:'Archivo',sans-serif; font-weight:800; letter-spacing:-0.02em; line-height:1.04; }
a:focus-visible, button:focus-visible, input:focus-visible, select:focus-visible, textarea:focus-visible{
  outline:2px solid var(--accent); outline-offset:2px;
}
@media (prefers-reduced-motion: reduce){
  *{ animation-duration:0.001ms !important; animation-iteration-count:1 !important; transition-duration:0.001ms !important; scroll-behavior:auto !important; }
}

/* ============ SCROLL PROGRESS ============ */
.scroll-progress{
  position:fixed; top:0; left:0; height:3px; width:0%;
  background:var(--accent); z-index:100; transition:width .1s linear;
}

/* ============ NAV ============ */
.nav{
  position:sticky; top:0; z-index:50;
  display:flex; align-items:center; justify-content:space-between;
  padding:16px clamp(20px,4vw,56px);
  background:rgba(255,255,255,0.95); backdrop-filter:blur(10px);
  border-bottom:1px solid var(--line);
  transition:padding .25s ease, box-shadow .25s ease;
}
.nav.is-scrolled{ padding-top:10px; padding-bottom:10px; box-shadow:0 8px 30px -18px rgba(24,39,47,0.35); }
.nav-logo{ display:flex; align-items:center; gap:10px; }
.nav-mark{
  width:38px; height:38px; border-radius:9px;
  background:var(--ink); color:var(--accent);
  display:flex; align-items:center; justify-content:center;
  font-family:'Archivo',sans-serif; font-weight:800; font-size:15px;
}
.nav-word{ font-family:'Archivo',sans-serif; font-weight:800; font-size:18px; letter-spacing:-0.01em; text-transform:uppercase; }
.nav-word span{ color:var(--accent); }
.nav-links{ display:flex; gap:28px; align-items:center; font-size:13.5px; font-weight:600; }
.nav-links li{ list-style:none; }
.nav-links a{ opacity:0.75; transition:opacity .2s; }
.nav-links a:hover{ opacity:1; }
.nav-cta{
  display:inline-flex; align-items:center; gap:8px;
  background:var(--accent); color:#fff;
  padding:11px 20px; border-radius:8px;
  font-size:13px; font-weight:700;
  transition:background .2s ease, transform .2s ease;
}
.nav-cta:hover{ background:var(--accent-dark); transform:translateY(-1px); }
.nav-cta:active{ transform:translateY(0) scale(.96); }
.nav-mobile-hide{ display:flex; }
@media(max-width:920px){ .nav-mobile-hide{ display:none; } }
@media(max-width:460px){ .nav{ padding:12px 16px; } }

/* ============ BUTTONS ============ */
.btn-primary{
  display:inline-flex; align-items:center; gap:9px;
  background:var(--accent); color:#fff; font-weight:700; font-size:14.5px;
  padding:14px 24px; border-radius:9px; border:none;
  transition:background .2s ease, transform .2s ease;
}
.btn-primary svg{ width:16px; height:16px; }
.btn-primary:hover{ background:var(--accent-dark); transform:translateY(-2px); }
.btn-primary:active{ transform:translateY(0) scale(.97); }
.btn-outline{
  display:inline-flex; align-items:center; gap:9px;
  background:transparent; color:var(--ink); font-weight:700; font-size:14.5px;
  padding:14px 24px; border-radius:9px; border:1px solid var(--line-strong);
  transition:border-color .2s ease, background .2s ease;
}
.btn-outline svg{ width:16px; height:16px; }
.btn-outline:hover{ border-color:var(--ink); background:var(--paper-tint); }

/* ============ HERO ============ */
.hero{
  position:relative; overflow:hidden;
  padding:60px clamp(20px,4vw,56px) 0;
  background:
    radial-gradient(ellipse 900px 500px at 88% -10%, rgba(21,180,73,0.12), transparent 60%),
    linear-gradient(160deg, #182a33 0%, #14232b 55%, #0e191f 100%);
}
.hero-orb{ position:absolute; border-radius:50%; filter:blur(70px); pointer-events:none; z-index:0; opacity:0.5; }
.hero-orb.o1{ width:420px; height:420px; background:radial-gradient(circle, rgba(21,180,73,0.5), transparent 70%); top:-120px; right:6%; animation:driftA 22s ease-in-out infinite; }
.hero-orb.o2{ width:340px; height:340px; background:radial-gradient(circle, rgba(255,255,255,0.08), transparent 70%); bottom:-100px; left:2%; animation:driftB 26s ease-in-out infinite; }
@keyframes driftA{ 0%,100%{ transform:translate(0,0) scale(1); } 50%{ transform:translate(-30px,40px) scale(1.08); } }
@keyframes driftB{ 0%,100%{ transform:translate(0,0) scale(1); } 50%{ transform:translate(35px,-30px) scale(1.1); } }
@media (prefers-reduced-motion: reduce){ .hero-orb{ animation:none; } }
.hero-grid{
  position:relative; z-index:1;
  display:grid; grid-template-columns:1.1fr 0.9fr; gap:56px; align-items:center;
  max-width:1320px; margin:0 auto; padding-bottom:72px;
}
@media(max-width:980px){ .hero-grid{ grid-template-columns:1fr; } }
.hero-copy h1{ font-size:clamp(34px,4.4vw,56px); margin:18px 0 20px; color:#fff; }
.hero-copy p{ font-size:16.5px; line-height:1.7; color:rgba(255,255,255,0.72); max-width:560px; margin-bottom:30px; }
.hero-ctas{ display:flex; gap:14px; flex-wrap:wrap; margin-bottom:38px; }
.hero-stats{ display:flex; gap:34px; flex-wrap:wrap; padding-top:26px; border-top:1px solid rgba(255,255,255,0.14); }
.hero-stats div b{ display:block; font-family:'Archivo',sans-serif; font-weight:800; font-size:25px; color:#fff; }
.hero-stats div span{ font-size:12.5px; color:rgba(255,255,255,0.62); }
.pill{
  display:inline-flex; align-items:center; gap:8px;
  font-size:12px; font-weight:700; color:rgba(255,255,255,0.85);
  background:rgba(255,255,255,0.1); border:1px solid rgba(255,255,255,0.22);
  padding:8px 16px; border-radius:999px;
}
.pill .dot{ width:6px; height:6px; border-radius:50%; background:var(--accent); }
.hero .btn-outline{ border-color:rgba(255,255,255,0.32); color:#fff; }
.hero .btn-outline:hover{ border-color:#fff; background:rgba(255,255,255,0.08); }

/* Hero lead form card */
.lead-inline{
  background:#0f1c22; border:1px solid rgba(255,255,255,0.12); border-radius:16px; padding:26px 24px;
}
.hero-lead-card{ box-shadow:0 30px 60px -25px rgba(0,0,0,0.5); }
.hero-lead-badge{ margin-bottom:14px; }
.hero-lead-title{ font-family:'Archivo',sans-serif; font-weight:800; font-size:21px; color:#fff; margin-bottom:8px; }
.hero-lead-sub{ font-size:13.5px; line-height:1.6; color:rgba(255,255,255,0.62); margin-bottom:22px; }
.field{ margin-bottom:14px; }
.field label{ display:block; font-size:12px; font-weight:700; color:#aab5ba; margin-bottom:6px; }
.field input, .field select, .field textarea{
  width:100%; padding:12px 13px; font-size:14px; font-family:'Inter',sans-serif; color:#fff;
  background:rgba(255,255,255,0.06); border:1px solid rgba(255,255,255,0.16); border-radius:8px;
}
.field textarea{ resize:vertical; min-height:80px; }
.field input::placeholder, .field textarea::placeholder{ color:#75828a; }
.field-row{ display:grid; grid-template-columns:1fr 1fr; gap:12px; }
@media(max-width:480px){ .field-row{ grid-template-columns:1fr; } }
.lead-submit{ width:100%; justify-content:center; margin-top:6px; }
.form-trust{ display:flex; gap:14px; flex-wrap:wrap; margin-top:14px; font-size:11.5px; color:#8b969b; }

/* ============ TRUST BAR ============ */
.trust{
  display:flex; align-items:center; justify-content:center; gap:14px; flex-wrap:wrap;
  padding:18px clamp(20px,4vw,56px); background:var(--paper-tint); border-bottom:1px solid var(--line);
  font-size:13.5px; text-align:center;
}
.trust b{ color:var(--ink); }
.trust .sep{ color:var(--line-strong); }
.trust-stats{ display:flex; gap:18px; flex-wrap:wrap; }
.trust-stats em{ font-style:normal; font-weight:700; color:var(--accent-dark); }

/* ============ SECTIONS ============ */
.section{ padding:92px clamp(20px,4vw,56px); border-bottom:1px solid var(--line); }
.section-tint{ background:var(--paper-tint); }
.sec-head{ max-width:700px; margin-bottom:50px; }
.sec-head h2{ font-size:clamp(28px,3.8vw,44px); }
.sec-head h2 .accent{ color:var(--accent); }
.sec-head p{ margin-top:14px; color:var(--gray); font-size:15px; line-height:1.7; }
.eyebrow{
  display:inline-flex; align-items:center; gap:10px; font-size:12px; font-weight:800;
  color:var(--accent-dark); letter-spacing:0.06em; text-transform:uppercase; margin-bottom:16px;
}
.eyebrow::before{ content:''; width:22px; height:2px; background:var(--accent); border-radius:2px; }

/* ============ SERVICES ============ */
.svc-grid{ display:grid; grid-template-columns:repeat(4,1fr); gap:18px; }
@media(max-width:1080px){ .svc-grid{ grid-template-columns:1fr 1fr; } }
@media(max-width:600px){ .svc-grid{ grid-template-columns:1fr; } }
.svc-card{
  background:var(--paper); border:1px solid var(--line); border-radius:14px;
  padding:26px 22px; transition:border-color .2s ease, transform .2s ease, box-shadow .2s ease;
  display:flex; flex-direction:column;
}
.svc-card:hover{ border-color:var(--accent); transform:translateY(-4px); box-shadow:0 20px 40px -22px rgba(24,39,47,.22); }
.svc-top{ display:flex; justify-content:space-between; align-items:flex-start; margin-bottom:14px; }
.svc-num{ font-family:'Archivo',sans-serif; font-weight:800; font-size:13px; color:var(--line-strong); }
.svc-tag{
  font-family:'JetBrains Mono',monospace; font-size:10px; font-weight:700; color:var(--accent-dark);
  background:var(--accent-tint); padding:4px 8px; border-radius:6px; letter-spacing:.02em;
}
.svc-card h3{ font-family:'Archivo',sans-serif; font-weight:800; font-size:16.5px; margin-bottom:9px; }
.svc-card p{ color:var(--gray); font-size:13.3px; line-height:1.62; }

/* ============ PROCESS ============ */
.process-strip{ display:grid; grid-template-columns:repeat(5,1fr); gap:16px; }
@media(max-width:980px){ .process-strip{ grid-template-columns:1fr 1fr; } }
@media(max-width:560px){ .process-strip{ grid-template-columns:1fr; } }
.proc-step{ background:var(--paper); border:1px solid var(--line); border-radius:14px; padding:22px 20px; transition:transform .2s ease, box-shadow .2s ease; }
.proc-step:hover{ transform:translateY(-4px); box-shadow:0 18px 34px -18px rgba(24,39,47,.18); }
.pnum{
  width:34px; height:34px; border-radius:9px; background:var(--ink); color:var(--accent);
  display:flex; align-items:center; justify-content:center; font-family:'Archivo',sans-serif; font-weight:800; font-size:13px; margin-bottom:14px;
}
.proc-step h3{ font-family:'Archivo',sans-serif; font-weight:800; font-size:15.5px; margin-bottom:8px; }
.proc-step p{ color:var(--gray); font-size:13px; line-height:1.6; }

/* ============ WHY US ============ */
.why-grid{ display:grid; grid-template-columns:1fr 1fr; gap:24px; }
@media(max-width:760px){ .why-grid{ grid-template-columns:1fr; } }
.why-card{ display:flex; gap:16px; }
.why-icon{
  flex:0 0 auto; width:46px; height:46px; border-radius:11px; background:var(--accent-tint); color:var(--accent-dark);
  display:flex; align-items:center; justify-content:center;
}
.why-icon svg{ width:22px; height:22px; }
.why-card h4{ font-family:'Archivo',sans-serif; font-weight:800; font-size:15.5px; margin-bottom:6px; }
.why-card p{ color:var(--gray); font-size:13.5px; line-height:1.65; }

/* ============ AUTHORITY ============ */
.authority-stats{ display:flex; flex-wrap:wrap; gap:40px; margin:36px 0 44px; }
.astat b{ display:block; font-family:'Archivo',sans-serif; font-weight:800; font-size:32px; color:var(--ink); }
.astat span{ font-size:13px; color:var(--gray); max-width:220px; display:block; margin-top:4px; }
.cred-grid{ display:grid; grid-template-columns:repeat(4,1fr); gap:16px; }
@media(max-width:900px){ .cred-grid{ grid-template-columns:1fr 1fr; } }
@media(max-width:520px){ .cred-grid{ grid-template-columns:1fr; } }
.cred-badge{ display:flex; align-items:center; gap:12px; background:var(--paper); border:1px solid var(--line); border-radius:12px; padding:16px; }
.cred-badge .ci{ width:38px; height:38px; border-radius:9px; background:var(--accent-tint); color:var(--accent-dark); display:flex; align-items:center; justify-content:center; flex:0 0 auto; }
.cred-badge .ci svg{ width:19px; height:19px; }
.cred-badge .ct b{ display:block; font-size:12.5px; font-weight:700; color:var(--ink); line-height:1.3; }
.cred-badge .ct span{ font-size:11px; color:var(--gray); }

/* ============ TESTIMONIALS ============ */
.testi-note{ font-size:12.5px; color:var(--gray); font-style:italic; margin-bottom:30px; max-width:640px; }
.testi-grid{ display:grid; grid-template-columns:repeat(3,1fr); gap:18px; }
@media(max-width:900px){ .testi-grid{ grid-template-columns:1fr; } }
.testi-card{ background:var(--paper); border:1px solid var(--line); border-radius:14px; padding:26px 24px; transition:transform .25s ease, box-shadow .25s ease; }
.testi-card:hover{ transform:translateY(-4px); box-shadow:0 20px 40px -24px rgba(24,39,47,.2); }
.testi-stars{ color:var(--accent); font-size:14px; margin-bottom:12px; letter-spacing:2px; }
.testi-card p{ font-size:14px; line-height:1.7; color:var(--ink-soft); margin-bottom:20px; }
.testi-person{ display:flex; align-items:center; gap:12px; }
.testi-avatar{
  width:38px; height:38px; border-radius:50%; background:var(--ink); color:var(--accent);
  display:flex; align-items:center; justify-content:center; font-weight:700; font-size:13px; flex:0 0 auto;
}
.testi-person b{ display:block; font-size:13px; }
.testi-person span{ font-size:11.5px; color:var(--gray); }

/* ============ CTA BAND ============ */
.cta-band{ padding:96px clamp(20px,4vw,56px); text-align:center; background:var(--ink); color:#fff; }
.cta-band .eyebrow{ justify-content:center; color:var(--accent); }
.cta-band h2{ font-size:clamp(30px,4.6vw,50px); max-width:760px; margin:0 auto; color:#fff; }
.cta-band p{ margin:18px auto 0; max-width:480px; color:#b8c2c6; font-size:15px; }
.cta-band .hero-ctas{ justify-content:center; margin-top:32px; margin-bottom:0; }
.cta-band .btn-outline{ border-color:rgba(255,255,255,0.3); color:#fff; }
.cta-band .btn-outline:hover{ background:rgba(255,255,255,0.06); border-color:#fff; }

/* ============ FOOTER ============ */
footer{ background:var(--ink); color:#c7cfd2; padding:64px clamp(20px,4vw,56px) 28px; }
.foot-top{ display:grid; grid-template-columns:1.6fr 1fr 1fr 1fr; gap:40px; max-width:1320px; margin:0 auto 48px; }
@media(max-width:900px){ .foot-top{ grid-template-columns:1fr 1fr; } }
@media(max-width:560px){ .foot-top{ grid-template-columns:1fr; } }
.foot-brand p{ font-size:13.5px; line-height:1.7; color:#98a3a7; margin:16px 0; max-width:320px; }
.foot-parent{ font-size:12.5px; color:#7f8b8f; }
.foot-parent b{ color:var(--accent); }
.foot-col h5{ font-size:12px; font-weight:800; text-transform:uppercase; letter-spacing:.06em; color:#fff; margin-bottom:16px; }
.foot-col{ display:flex; flex-direction:column; gap:10px; }
.foot-col a{ font-size:13.5px; color:#a9b2b5; transition:color .2s ease; }
.foot-col a:hover{ color:#fff; }
.foot-social{ display:inline-flex; align-items:center; gap:8px; }
.foot-social svg{ width:15px; height:15px; }
.foot-bottom{
  display:flex; justify-content:space-between; align-items:center; flex-wrap:wrap; gap:12px;
  max-width:1320px; margin:0 auto; padding-top:24px; border-top:1px solid rgba(255,255,255,0.1);
  font-size:12.5px; color:#7f8b8f;
}
.foot-bottom .legal{ display:flex; gap:18px; }
.foot-bottom .legal a{ color:#7f8b8f; }
.foot-bottom .legal a:hover{ color:#fff; }

/* ============ WHATSAPP FAB + STICKY MOBILE ============ */
.wa-fab{
  position:fixed; right:22px; bottom:22px; z-index:60;
  width:56px; height:56px; border-radius:50%; background:var(--accent); color:#fff;
  display:flex; align-items:center; justify-content:center;
  box-shadow:0 12px 26px rgba(21,180,73,0.4); transition:transform .2s ease;
}
.wa-fab:hover{ transform:scale(1.08); }
.wa-fab svg{ width:26px; height:26px; }
@media(max-width:920px){ .wa-fab{ display:none; } }

.sticky-actions{
  display:none; flex-direction:column; gap:10px;
  position:fixed; right:14px; top:50%; transform:translateY(-50%); z-index:70;
}
@media(max-width:920px){ .sticky-actions{ display:flex; } }
.sticky-actions a{
  width:48px; height:48px; border-radius:50%; color:#fff;
  display:flex; align-items:center; justify-content:center;
  box-shadow:0 12px 26px rgba(24,39,47,0.28); transition:transform .2s ease;
}
.sticky-actions a:hover{ transform:scale(1.08); }
.sticky-actions svg{ width:20px; height:20px; }
.sticky-actions .wa-btn{ background:var(--accent); }

/* ============ SCROLL REVEAL ============ */
[data-reveal]{ opacity:0; transform:translateY(26px); transition:opacity .8s ease, transform .8s cubic-bezier(.16,.8,.24,1); }
[data-reveal].is-visible{ opacity:1; transform:translate(0,0); }
.elementor-editor-active [data-reveal],
.elementor-edit-mode [data-reveal]{ opacity:1 !important; transform:none !important; }
