/*
Theme Name: Rising Green (Updated)
Theme URI: https://risinggreen.com.pk
Author: Rising Green (Private) Limited
Author URI: https://risinggreen.com.pk
Description: Custom theme for Rising Green - Eco-Friendly Gardening and Facility Management Services, Islamabad.
Version: 1.0
Requires at least: 5.9
Requires PHP: 7.4
Text Domain: rising-green
*/

/* ============================================================
   Rising Green — Stylesheet
   Palette sampled directly from the company's corporate profile:
   forest #1b4332, accent #2f9e44, cream #f7f6f1
   ============================================================ */

:root{
  --forest:#1b4332;
  --forest-2:#132e22;
  --forest-soft:#245943;
  --accent:#2f9e44;
  --accent-dark:#227a35;
  --accent-light:#e7f5ea;
  --cream:#f7f6f1;
  --cream-2:#efece2;
  --white:#ffffff;
  --ink:#1c211d;
  --muted:#5c675f;
  --muted-2:#8b9590;
  --border:#e3e0d3;
  --border-dark:#2a5142;
  --shadow-sm: 0 2px 10px rgba(27,67,50,0.08);
  --shadow-md: 0 10px 30px rgba(27,67,50,0.12);
  --shadow-lg: 0 20px 50px rgba(27,67,50,0.18);
  --radius-sm:10px;
  --radius-md:16px;
  --radius-lg:24px;
  --container:1180px;
}

*,*::before,*::after{ box-sizing:border-box; }
html{ scroll-behavior:smooth; }
body{
  margin:0;
  font-family:'Inter',-apple-system,BlinkMacSystemFont,'Segoe UI',sans-serif;
  color:var(--ink);
  background:var(--cream);
  line-height:1.65;
  -webkit-font-smoothing:antialiased;
}
img{ max-width:100%; display:block; }
a{ color:inherit; text-decoration:none; }
ul{ margin:0; padding:0; list-style:none; }
h1,h2,h3,h4,h5{
  font-family:'Poppins',sans-serif;
  font-weight:700;
  line-height:1.18;
  margin:0 0 .5em;
  color:var(--forest);
  letter-spacing:-0.01em;
}
p{ margin:0 0 1em; }
button{ font-family:inherit; }

.container{
  width:100%;
  max-width:var(--container);
  margin:0 auto;
  padding:0 24px;
}

section{ position:relative; }
.section{ padding:96px 0; }
.section-sm{ padding:64px 0; }
.section-cream{ background:var(--cream); }
.section-white{ background:var(--white); }
.section-forest{ background:linear-gradient(160deg,var(--forest) 0%, var(--forest-2) 100%); color:#eef3ef; }
.section-forest h2, .section-forest h3{ color:var(--white); }
.section-forest p{ color:#cdd9d1; }

.eyebrow{
  display:inline-block;
  font-family:'Poppins',sans-serif;
  font-weight:600;
  font-size:.78rem;
  letter-spacing:.14em;
  text-transform:uppercase;
  color:var(--accent);
  margin-bottom:14px;
}
.section-forest .eyebrow{ color:#7fd996; }

.section-header{ max-width:680px; margin:0 auto 56px; text-align:center; }
.section-header h2{ font-size:clamp(1.7rem,3vw,2.4rem); }
.section-header p{ color:var(--muted); font-size:1.05rem; }
.section-forest .section-header p{ color:#cdd9d1; }
.section-header.align-left{ margin:0 0 48px; text-align:left; }

/* ---------- Buttons ---------- */
.btn{
  display:inline-flex;
  align-items:center;
  justify-content:center;
  gap:8px;
  padding:14px 28px;
  border-radius:999px;
  font-family:'Poppins',sans-serif;
  font-weight:600;
  font-size:.95rem;
  border:2px solid transparent;
  cursor:pointer;
  transition:all .2s ease;
  white-space:nowrap;
}
.btn svg{ width:18px; height:18px; flex-shrink:0; }
.btn-primary{ background:var(--accent); color:var(--white); box-shadow:0 8px 20px rgba(47,158,68,.32); }
.btn-primary:hover{ background:var(--accent-dark); transform:translateY(-2px); box-shadow:0 12px 26px rgba(47,158,68,.4); }
.btn-outline{ background:transparent; border-color:rgba(27,67,50,.25); color:var(--forest); }
.btn-outline:hover{ border-color:var(--forest); background:rgba(27,67,50,.05); transform:translateY(-2px); }
.btn-light{ background:var(--white); color:var(--forest); }
.btn-light:hover{ background:var(--accent); color:var(--white); transform:translateY(-2px); }
.btn-ghost-light{ background:transparent; border-color:rgba(255,255,255,.4); color:var(--white); }
.btn-ghost-light:hover{ background:rgba(255,255,255,.12); border-color:#fff; transform:translateY(-2px); }
.btn-block{ width:100%; }
.btn-sm{ padding:10px 20px; font-size:.85rem; }

.link-arrow{ display:inline-flex; align-items:center; gap:6px; font-weight:600; color:var(--accent); font-family:'Poppins',sans-serif; font-size:.92rem; transition:gap .2s ease; }
.link-arrow svg{ width:16px; height:16px; transition:transform .2s ease; }
.link-arrow:hover{ gap:10px; }

/* ---------- Header / Nav ---------- */
.site-header{
  position:sticky; top:0; z-index:1000;
  background:rgba(247,246,241,.9);
  backdrop-filter:blur(10px);
  border-bottom:1px solid transparent;
  transition:box-shadow .25s ease, border-color .25s ease, background .25s ease;
}
.site-header.scrolled{ box-shadow:0 4px 24px rgba(27,67,50,.1); border-color:var(--border); background:rgba(247,246,241,.98); }
.nav-wrap{
  max-width:var(--container); margin:0 auto; padding:14px 24px;
  display:flex; align-items:center; justify-content:space-between; gap:24px;
}
.brand{ display:flex; align-items:center; }
.brand img{ height:38px; width:auto; }
.nav-links{ display:flex; align-items:center; gap:34px; }
.nav-links a{
  font-family:'Poppins',sans-serif; font-weight:500; font-size:.94rem; color:var(--forest);
  position:relative; padding:6px 0;
}
.nav-links a::after{
  content:''; position:absolute; left:0; bottom:0; height:2px; width:0; background:var(--accent);
  transition:width .2s ease;
}
.nav-links a:hover::after, .nav-links a.active::after{ width:100%; }
.nav-links a.active{ color:var(--accent-dark); }
.nav-actions{ display:flex; align-items:center; gap:18px; }
.nav-phone{ display:flex; align-items:center; gap:8px; font-family:'Poppins',sans-serif; font-weight:600; font-size:.9rem; color:var(--forest); }
.nav-phone svg{ width:18px; height:18px; color:var(--accent); }
.hamburger{
  display:none; flex-direction:column; gap:5px; background:none; border:none; cursor:pointer; padding:8px;
}
.hamburger span{ width:24px; height:2px; background:var(--forest); border-radius:2px; transition:all .25s ease; }
.hamburger.open span:nth-child(1){ transform:translateY(7px) rotate(45deg); }
.hamburger.open span:nth-child(2){ opacity:0; }
.hamburger.open span:nth-child(3){ transform:translateY(-7px) rotate(-45deg); }

/* ---------- Page banner (inner pages) ---------- */
.page-banner{
  background:linear-gradient(160deg,var(--forest) 0%, var(--forest-2) 100%);
  color:var(--white);
  padding:76px 0 84px;
  text-align:center;
}
.page-banner .eyebrow{ color:#7fd996; }
.page-banner h1{ color:var(--white); font-size:clamp(2rem,4vw,2.9rem); margin-bottom:.4em; }
.page-banner p{ color:#cdd9d1; max-width:620px; margin:0 auto; font-size:1.08rem; }
.breadcrumb{ display:flex; gap:8px; justify-content:center; font-size:.85rem; color:#9fb3a8; margin-bottom:18px; font-family:'Poppins',sans-serif; }
.breadcrumb a:hover{ color:#fff; }

/* ---------- Hero (home) ---------- */
.hero{
  background:linear-gradient(160deg,var(--forest) 0%, var(--forest-2) 100%);
  color:var(--white);
  padding:76px 0 0;
  overflow:hidden;
}
.hero-grid{
  display:grid; grid-template-columns:1.05fr .95fr; gap:48px; align-items:center;
  padding-bottom:70px;
}
.hero h1{ color:var(--white); font-size:clamp(2.2rem,4.4vw,3.4rem); margin-bottom:.4em; }
.hero h1 em{ font-style:normal; color:#7fd996; }
.hero p.lead{ color:#cfdcd4; font-size:1.14rem; max-width:520px; margin-bottom:2em; }
.hero-cta{ display:flex; gap:16px; flex-wrap:wrap; margin-bottom:2.2em; }
.hero-trust{ display:flex; align-items:center; gap:12px; font-size:.9rem; color:#b9c9bf; }
.hero-trust svg{ width:20px; height:20px; color:var(--accent); flex-shrink:0; }
.hero-media{ position:relative; height:100%; min-height:380px; }
.hero-media .ph{
  position:absolute; border-radius:var(--radius-md); overflow:hidden; box-shadow:var(--shadow-lg);
  border:4px solid rgba(255,255,255,.08);
}
.hero-media .ph img{ width:100%; height:100%; object-fit:cover; }
.hero-media .ph-1{ width:72%; top:0; right:0; aspect-ratio:4/3; }
.hero-media .ph-2{ width:52%; bottom:-40px; left:0; aspect-ratio:5/4; z-index:2; }
.hero-badge{
  position:absolute; z-index:3; bottom:14px; right:14px; background:var(--white); color:var(--forest);
  border-radius:var(--radius-sm); padding:14px 18px; box-shadow:var(--shadow-md);
  display:flex; align-items:center; gap:12px; max-width:230px;
}
.hero-badge .num{ font-family:'Poppins',sans-serif; font-weight:800; font-size:1.5rem; color:var(--accent); line-height:1; }
.hero-badge .lbl{ font-size:.76rem; color:var(--muted); line-height:1.3; }

/* ---------- Stats band ---------- */
.stats-band{ background:var(--white); border-top:1px solid var(--border); border-bottom:1px solid var(--border); }
.stats-grid{ display:grid; grid-template-columns:repeat(4,1fr); }
.stat-item{ padding:40px 20px; text-align:center; border-right:1px solid var(--border); }
.stat-item:last-child{ border-right:none; }
.stat-number{ font-family:'Poppins',sans-serif; font-weight:800; font-size:clamp(1.7rem,2.6vw,2.4rem); color:var(--forest); line-height:1; }
.stat-number span{ color:var(--accent); }
.stat-label{ margin-top:10px; font-size:.88rem; color:var(--muted); font-weight:500; }

/* ---------- Feature / why-choose cards ---------- */
.feature-grid{ display:grid; grid-template-columns:repeat(3,1fr); gap:28px; }
.feature-card{
  background:var(--white); border:1px solid var(--border); border-radius:var(--radius-md);
  padding:32px 28px; transition:transform .25s ease, box-shadow .25s ease;
}
.feature-card:hover{ transform:translateY(-6px); box-shadow:var(--shadow-md); }
.feature-icon{
  width:52px; height:52px; border-radius:14px; background:var(--accent-light); color:var(--accent-dark);
  display:flex; align-items:center; justify-content:center; margin-bottom:20px;
}
.feature-icon svg{ width:26px; height:26px; }
.feature-card h3{ font-size:1.12rem; margin-bottom:.5em; }
.feature-card p{ color:var(--muted); font-size:.94rem; margin:0; }

.section-forest .feature-card{ background:rgba(255,255,255,.05); border-color:rgba(255,255,255,.12); }
.section-forest .feature-card h3{ color:var(--white); }
.section-forest .feature-card p{ color:#c3d1c9; }
.section-forest .feature-icon{ background:rgba(127,217,150,.15); color:#7fd996; }

/* ---------- Services grid (overview cards) ---------- */
.services-grid{ display:grid; grid-template-columns:repeat(auto-fit,minmax(260px,1fr)); gap:26px; }
.service-card{
  background:var(--white); border:1px solid var(--border); border-radius:var(--radius-md);
  padding:30px 26px; transition:transform .25s ease, box-shadow .25s ease, border-color .25s ease;
  display:flex; flex-direction:column; height:100%;
}
.service-card:hover{ transform:translateY(-6px); box-shadow:var(--shadow-md); border-color:transparent; }
.service-card .num{ font-family:'Poppins',sans-serif; font-weight:700; font-size:.78rem; color:var(--accent); letter-spacing:.08em; margin-bottom:14px; }
.service-card .icon{ width:48px; height:48px; border-radius:12px; background:var(--forest); color:#7fd996; display:flex; align-items:center; justify-content:center; margin-bottom:18px; }
.service-card .icon svg{ width:24px; height:24px; }
.service-card h3{ font-size:1.08rem; margin-bottom:.5em; }
.service-card p{ color:var(--muted); font-size:.92rem; flex-grow:1; }
.service-card .link-arrow{ margin-top:16px; }

/* ---------- Service detail blocks (services.html) ---------- */
.service-block{ padding:80px 0; border-bottom:1px solid var(--border); }
.service-block:last-of-type{ border-bottom:none; }
.service-block-grid{ display:grid; grid-template-columns:1fr 1fr; gap:56px; align-items:center; }
.service-block-grid.reverse .service-block-media{ order:2; }
.service-block-grid.reverse .service-block-content{ order:1; }
.service-tag{
  display:inline-flex; align-items:center; gap:10px; font-family:'Poppins',sans-serif; font-weight:700;
  font-size:.8rem; letter-spacing:.1em; color:var(--accent-dark); background:var(--accent-light);
  padding:7px 16px; border-radius:999px; margin-bottom:18px;
}
.service-block-content h2{ font-size:clamp(1.5rem,2.6vw,2rem); margin-bottom:.55em; }
.service-block-content p{ color:var(--muted); }
.service-block-content h4{ font-family:'Poppins',sans-serif; color:var(--forest); font-size:1.02rem; margin:1.4em 0 .4em; }
.service-block-media img, .service-block-media .img-frame{
  border-radius:var(--radius-md); box-shadow:var(--shadow-md); width:100%; object-fit:cover;
}
.service-block-media{ position:relative; }
.check-list{ margin-top:18px; }
.check-list li{ display:flex; gap:12px; align-items:flex-start; padding:8px 0; color:var(--ink); font-size:.95rem; }
.check-list li svg{ width:20px; height:20px; color:var(--accent); flex-shrink:0; margin-top:1px; }
.section-forest .check-list li{ color:#dde8e2; }
.section-forest .check-list li svg{ color:#7fd996; }

.mini-cards{ display:grid; grid-template-columns:repeat(3,1fr); gap:16px; margin-top:22px; }
.mini-card{ background:var(--cream); border:1px solid var(--border); border-radius:var(--radius-sm); padding:20px; }
.mini-card h4{ margin:0 0 .4em; font-size:.98rem; }
.mini-card p{ margin:0; font-size:.86rem; color:var(--muted); }

/* Lawn care package table */
.table-wrap{ overflow-x:auto; margin-top:24px; border-radius:var(--radius-md); box-shadow:var(--shadow-sm); }
table.pkg-table{ width:100%; border-collapse:collapse; background:var(--white); min-width:480px; }
table.pkg-table th, table.pkg-table td{ padding:14px 20px; text-align:left; border-bottom:1px solid var(--border); font-size:.92rem; }
table.pkg-table th{ background:var(--forest); color:var(--white); font-family:'Poppins',sans-serif; font-weight:600; font-size:.85rem; }
table.pkg-table td.chk{ text-align:center; color:var(--accent); font-weight:700; }
table.pkg-table tr:last-child td{ border-bottom:none; }
table.pkg-table tr:nth-child(even) td{ background:var(--cream); }

.benefit-grid{ display:grid; grid-template-columns:repeat(2,1fr); gap:18px; margin-top:24px; }
.benefit-item{ display:flex; gap:14px; align-items:flex-start; background:var(--cream); border-radius:var(--radius-sm); padding:18px 20px; }
.benefit-item svg{ width:24px; height:24px; color:var(--accent-dark); flex-shrink:0; }
.benefit-item p{ margin:0; font-size:.9rem; color:var(--ink); }

.two-col-list{ display:grid; grid-template-columns:1fr 1fr; gap:40px; margin-top:12px; }
.two-col-list h4{ font-family:'Poppins',sans-serif; color:var(--forest); font-size:1.05rem; margin:0 0 .6em; }
.two-col-list li{ display:flex; gap:10px; padding:6px 0; color:var(--muted); font-size:.94rem; }
.two-col-list li svg{ width:16px; height:16px; color:var(--accent); margin-top:5px; flex-shrink:0; }

/* ---------- Company at a glance (about) ---------- */
.glance-grid{ display:grid; grid-template-columns:repeat(2,1fr); gap:0; border:1px solid var(--border); border-radius:var(--radius-md); overflow:hidden; background:var(--white); }
.glance-item{ padding:24px 30px; border-bottom:1px solid var(--border); border-right:1px solid var(--border); }
.glance-item:nth-child(2n){ border-right:none; }
.glance-label{ font-size:.74rem; letter-spacing:.09em; text-transform:uppercase; color:var(--muted-2); font-family:'Poppins',sans-serif; font-weight:600; margin-bottom:6px; }
.glance-value{ font-weight:600; color:var(--forest); }
.glance-stats{ display:grid; grid-template-columns:repeat(3,1fr); gap:20px; margin-top:28px; }
.glance-stat{ background:var(--forest); color:var(--white); border-radius:var(--radius-md); padding:28px 24px; }
.glance-stat:nth-child(2){ background:var(--cream-2); color:var(--forest); }
.glance-stat:nth-child(3){ background:var(--cream-2); color:var(--forest); }
.glance-stat .num{ font-family:'Poppins',sans-serif; font-weight:800; font-size:2rem; }
.glance-stat p{ margin:.4em 0 0; font-size:.88rem; opacity:.85; }

/* ---------- Team ---------- */
.team-grid{ display:grid; grid-template-columns:repeat(3,1fr); gap:28px; }
.team-card{ background:var(--white); border:1px solid var(--border); border-radius:var(--radius-md); padding:34px 26px; text-align:center; transition:transform .25s ease, box-shadow .25s ease; }
.team-card:hover{ transform:translateY(-6px); box-shadow:var(--shadow-md); }
.avatar-initials{
  width:82px; height:82px; border-radius:50%; margin:0 auto 18px; display:flex; align-items:center; justify-content:center;
  background:linear-gradient(160deg,var(--forest),var(--forest-soft)); color:#8fe3a4; font-family:'Poppins',sans-serif; font-weight:700; font-size:1.5rem;
}
.team-card h3{ margin-bottom:.2em; font-size:1.08rem; }
.team-role{ color:var(--accent-dark); font-weight:600; font-size:.86rem; font-family:'Poppins',sans-serif; margin-bottom:10px; }
.team-card p.meta{ color:var(--muted); font-size:.88rem; margin:0; }

/* ---------- Clients / trust ---------- */
.clients-note{ text-align:center; color:var(--muted); max-width:640px; margin:-24px auto 40px; font-size:.96rem; }
.clients-grid{ display:grid; grid-template-columns:repeat(4,1fr); gap:16px; }
.client-chip{
  background:var(--white); border:1px solid var(--border); border-radius:var(--radius-sm);
  padding:20px 18px; text-align:center; font-family:'Poppins',sans-serif; font-weight:600; color:var(--forest);
  font-size:.94rem; display:flex; align-items:center; justify-content:center; min-height:76px; line-height:1.3;
  transition:transform .2s ease, box-shadow .2s ease;
}
.client-chip:hover{ transform:translateY(-4px); box-shadow:var(--shadow-sm); }
.client-chip.featured{ background:var(--forest); color:var(--white); }

.embassy-cards{ display:grid; grid-template-columns:repeat(2,1fr); gap:24px; margin-top:24px; }
.embassy-card{ background:var(--forest); color:var(--white); border-radius:var(--radius-md); padding:32px; }
.embassy-card h4{ color:var(--white); font-size:1.15rem; margin-bottom:.5em; }
.embassy-card p{ color:#cdd9d1; margin:0; font-size:.92rem; }

/* ---------- Featured project ---------- */
.project-feature{ display:grid; grid-template-columns:1fr 1fr; gap:48px; align-items:center; }
.project-gallery-mini{ display:grid; grid-template-columns:1fr 1fr; gap:14px; }
.project-gallery-mini img{ border-radius:var(--radius-sm); box-shadow:var(--shadow-sm); aspect-ratio:4/3; object-fit:cover; }
.project-gallery-mini img:first-child{ grid-column:1/-1; aspect-ratio:16/9; }

.gallery-grid{ display:grid; grid-template-columns:repeat(3,1fr); gap:22px; }
.gallery-item{ position:relative; border-radius:var(--radius-md); overflow:hidden; box-shadow:var(--shadow-sm); cursor:pointer; }
.gallery-item img{ width:100%; height:260px; object-fit:cover; transition:transform .4s ease; }
.gallery-item:hover img{ transform:scale(1.06); }
.gallery-cap{
  position:absolute; inset:auto 0 0 0; padding:16px 18px; color:#fff; font-family:'Poppins',sans-serif; font-weight:600; font-size:.92rem;
  background:linear-gradient(0deg, rgba(19,46,34,.85), rgba(19,46,34,0));
}

.lightbox{ position:fixed; inset:0; background:rgba(19,30,24,.92); display:none; align-items:center; justify-content:center; z-index:2000; padding:40px; }
.lightbox.open{ display:flex; }
.lightbox img{ max-width:min(900px,90vw); max-height:82vh; border-radius:var(--radius-md); box-shadow:var(--shadow-lg); }
.lightbox-close{ position:absolute; top:26px; right:32px; background:rgba(255,255,255,.12); border:none; color:#fff; width:44px; height:44px; border-radius:50%; cursor:pointer; display:flex; align-items:center; justify-content:center; }
.lightbox-close svg{ width:22px; height:22px; }
.lightbox-cap{ position:absolute; bottom:30px; left:0; right:0; text-align:center; color:#d7e4dc; font-size:.92rem; }

/* ---------- CTA banner ---------- */
.cta-banner{ background:linear-gradient(160deg,var(--forest) 0%, var(--forest-2) 100%); color:var(--white); text-align:center; padding:80px 0; }
.cta-banner h2{ color:var(--white); font-size:clamp(1.7rem,3.4vw,2.5rem); max-width:620px; margin:0 auto .4em; }
.cta-banner p{ color:#cdd9d1; max-width:560px; margin:0 auto 2em; }
.cta-actions{ display:flex; gap:16px; justify-content:center; flex-wrap:wrap; }

/* ---------- Contact page ---------- */
.contact-grid{ display:grid; grid-template-columns:.9fr 1.1fr; gap:48px; align-items:flex-start; }
.contact-card{ background:var(--white); border:1px solid var(--border); border-radius:var(--radius-md); padding:28px; margin-bottom:20px; }
.contact-card h4{ font-size:.78rem; letter-spacing:.08em; text-transform:uppercase; color:var(--muted-2); font-family:'Poppins',sans-serif; margin-bottom:10px; }
.contact-row{ display:flex; align-items:flex-start; gap:14px; padding:10px 0; }
.contact-row svg{ width:22px; height:22px; color:var(--accent-dark); flex-shrink:0; margin-top:2px; }
.contact-row a, .contact-row span{ color:var(--ink); font-size:.98rem; }
.contact-row a:hover{ color:var(--accent-dark); }
.contact-btns{ display:flex; gap:12px; margin-top:8px; flex-wrap:wrap; }
.map-embed{ border-radius:var(--radius-md); overflow:hidden; box-shadow:var(--shadow-sm); border:1px solid var(--border); }
.map-embed iframe{ width:100%; height:260px; border:0; display:block; }

.form-card{ background:var(--white); border:1px solid var(--border); border-radius:var(--radius-md); padding:36px; }
.form-grid{ display:grid; grid-template-columns:1fr 1fr; gap:18px; }
.form-group{ margin-bottom:18px; }
.form-group.full{ grid-column:1/-1; }
label{ display:block; font-family:'Poppins',sans-serif; font-weight:600; font-size:.85rem; color:var(--forest); margin-bottom:7px; }
input, select, textarea{
  width:100%; padding:13px 16px; border:1.5px solid var(--border); border-radius:10px; font-family:'Inter',sans-serif;
  font-size:.95rem; color:var(--ink); background:var(--cream); transition:border-color .2s ease, background .2s ease;
}
input:focus, select:focus, textarea:focus{ outline:none; border-color:var(--accent); background:var(--white); }
textarea{ resize:vertical; min-height:120px; }
.form-note{ font-size:.82rem; color:var(--muted-2); margin-top:14px; }

/* ---------- Footer ---------- */
.site-footer{ background:var(--forest-2); color:#cdd9d1; padding:72px 0 0; }
.footer-grid{ display:grid; grid-template-columns:1.4fr 1fr 1fr 1.2fr; gap:40px; padding-bottom:56px; border-bottom:1px solid rgba(255,255,255,.1); }
.footer-brand img{ height:40px; margin-bottom:18px; }
.footer-brand p{ font-size:.92rem; color:#a9bab0; max-width:280px; }
.footer-col h4{ color:#fff; font-family:'Poppins',sans-serif; font-size:.92rem; letter-spacing:.05em; text-transform:uppercase; margin-bottom:18px; }
.footer-col ul li{ margin-bottom:11px; }
.footer-col a{ color:#a9bab0; font-size:.92rem; transition:color .2s ease; }
.footer-col a:hover{ color:#7fd996; }
.footer-contact li{ display:flex; gap:10px; align-items:flex-start; font-size:.9rem; color:#a9bab0; margin-bottom:14px; }
.footer-contact svg{ width:18px; height:18px; color:#7fd996; flex-shrink:0; margin-top:2px; }
.footer-social{ display:flex; gap:10px; margin-top:18px; }
.footer-social a{ width:38px; height:38px; border-radius:50%; background:rgba(255,255,255,.08); display:flex; align-items:center; justify-content:center; }
.footer-social a:hover{ background:var(--accent); }
.footer-social svg{ width:18px; height:18px; }
.footer-bottom{ padding:24px 0 30px; display:flex; justify-content:space-between; align-items:center; flex-wrap:wrap; gap:12px; font-size:.84rem; color:#8ba098; }
.footer-bottom a{ color:#8ba098; }
.footer-bottom a:hover{ color:#fff; }

/* ---------- Misc utility ---------- */
.center{ text-align:center; }
.mt-lg{ margin-top:56px; }
.whatsapp-float{
  position:fixed; bottom:26px; right:26px; z-index:900; width:58px; height:58px; border-radius:50%;
  background:#25D366; display:flex; align-items:center; justify-content:center; box-shadow:0 10px 24px rgba(0,0,0,.25);
  transition:transform .2s ease;
}
.whatsapp-float:hover{ transform:scale(1.08); }
.whatsapp-float svg{ width:30px; height:30px; color:#fff; }

/* ============ Responsive ============ */
@media (max-width:992px){
  .hero-grid{ grid-template-columns:1fr; }
  .hero-media{ min-height:320px; margin-top:20px; }
  .stats-grid{ grid-template-columns:repeat(2,1fr); }
  .stat-item{ border-right:none; border-bottom:1px solid var(--border); }
  .stat-item:nth-child(2n){ border-right:none; }
  .feature-grid{ grid-template-columns:repeat(2,1fr); }
  .service-block-grid{ grid-template-columns:1fr; gap:32px; }
  .service-block-grid.reverse .service-block-media{ order:1; }
  .service-block-grid.reverse .service-block-content{ order:2; }
  .glance-grid{ grid-template-columns:1fr; }
  .glance-item:nth-child(2n){ border-right:1px solid var(--border); }
  .glance-item:last-child, .glance-item:nth-last-child(1){ border-bottom:none; }
  .team-grid{ grid-template-columns:1fr; max-width:420px; margin:0 auto; }
  .clients-grid{ grid-template-columns:repeat(2,1fr); }
  .project-feature{ grid-template-columns:1fr; }
  .gallery-grid{ grid-template-columns:repeat(2,1fr); }
  .contact-grid{ grid-template-columns:1fr; }
  .footer-grid{ grid-template-columns:1fr 1fr; }
  .benefit-grid{ grid-template-columns:1fr; }
  .two-col-list{ grid-template-columns:1fr; gap:8px; }
  .embassy-cards{ grid-template-columns:1fr; }
  .mini-cards{ grid-template-columns:1fr; }
}

@media (max-width:768px){
  .nav-links{
    position:fixed; top:70px; left:0; right:0; background:var(--cream); flex-direction:column; align-items:flex-start;
    padding:20px 24px 28px; gap:6px; box-shadow:0 12px 24px rgba(0,0,0,.08); border-bottom:1px solid var(--border);
    transform:translateY(-130%); opacity:0; transition:all .3s ease; pointer-events:none;
  }
  .nav-links.open{ transform:translateY(0); opacity:1; pointer-events:auto; }
  .nav-links a{ padding:12px 0; width:100%; border-bottom:1px solid var(--border); }
  .nav-phone{ display:none; }
  .hamburger{ display:flex; }
  .section{ padding:64px 0; }
  .section-sm{ padding:44px 0; }
  .service-block{ padding:52px 0; }
  .feature-grid{ grid-template-columns:1fr; }
  .services-grid{ grid-template-columns:1fr; }
  .clients-grid{ grid-template-columns:repeat(2,1fr); }
  .gallery-grid{ grid-template-columns:1fr; }
  .footer-grid{ grid-template-columns:1fr; gap:32px; padding-bottom:36px; }
  .footer-bottom{ flex-direction:column; align-items:flex-start; }
  .form-grid{ grid-template-columns:1fr; }
  .page-banner{ padding:56px 0 64px; }
  .hero{ padding-top:64px; }
  .mini-cards{ grid-template-columns:1fr; }
}
