.elementor-233 .elementor-element.elementor-element-6bb368d{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}.elementor-233 .elementor-element.elementor-element-e8bf41e{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}.elementor-233 .elementor-element.elementor-element-9bd1279{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}.elementor-233 .elementor-element.elementor-element-9f68d18{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}.elementor-233 .elementor-element.elementor-element-c66c12f{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}.elementor-233 .elementor-element.elementor-element-c61beac{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}.elementor-233 .elementor-element.elementor-element-099aa20{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}:root{--page-title-display:none;}/* Start custom CSS for html, class: .elementor-element-f092dce *//* ==========================================================
   PAGE HEADER — ALL-IN-ONE CSS  (Black / White / Grey)
   ONE file for the Lead Generation and Consultation page headers:
   part 1 = base layout, part 2 = light #e7e7dd variant.
   Paste ONCE into Elementor: Site Settings > Custom CSS (Pro), or
   Appearance > Customize > Additional CSS (free Elementor, click Publish).
   If you already pasted page-header.css and page-header-alt.css, DELETE
   them and paste only this file, so nothing is duplicated.
   Everything is scoped under #gb-pagehead-widget, so it can't leak out
   and theme styles can't leak in.
   Fonts: Montserrat + Inter (the <link> is in the HTML file).
   Tweaks:
     --wrap        content width (keep the same as your hero: 1250px)
     .gp-media     max-width sets the image size, aspect-ratio its shape
   ========================================================== */

/* ============ PART 1: BASE LAYOUT ============ */

#gb-pagehead-widget{--black:#000;--g900:#262626;--g600:#6b6b6b;--g450:#8f8f8f;--g200:#e2e2e2;--white:#fff;
  --font-display:'Montserrat','Inter','Noto Sans Devanagari',system-ui,-apple-system,'Segoe UI',Roboto,Arial,sans-serif;
  --font-body:'Inter','Noto Sans Devanagari',system-ui,-apple-system,'Segoe UI',Roboto,Arial,sans-serif;
  --wrap:1250px;
  --pad:max(24px,calc((100% - var(--wrap))/2));
  font-family:var(--font-body);line-height:1.5;text-align:left;position:relative;width:100%;
  -webkit-text-size-adjust:100%;-webkit-font-smoothing:antialiased;}

/* ---- Theme / Elementor guards ---- */
#gb-pagehead-widget *,
#gb-pagehead-widget *::before,
#gb-pagehead-widget *::after{box-sizing:border-box}
#gb-pagehead-widget h1,
#gb-pagehead-widget p{margin:0;padding:0;text-transform:none}
#gb-pagehead-widget a{text-decoration:none;box-shadow:none}
#gb-pagehead-widget img{max-width:none;margin:0;border:0;border-radius:0;box-shadow:none}

/* ---- Section ---- */
#gb-pagehead-widget .gp-wrap{width:100%;max-width:none;margin:0;padding-inline:var(--pad)}
#gb-pagehead-widget .gp-section{position:relative;overflow:hidden;color:var(--black);padding:64px 0 60px;
  background-color:#f2f2f2;
  background-image:
    radial-gradient(70% 60% at 50% 0%,rgba(255,255,255,.95),transparent 70%),
    radial-gradient(rgba(0,0,0,.09) 1px,transparent 1.3px);
  background-size:auto,18px 18px;
  border-bottom:1px solid var(--g200)}
#gb-pagehead-widget .gp-grid{display:grid;grid-template-columns:1.15fr .85fr;gap:56px;align-items:center}

/* ---- Copy ---- */
#gb-pagehead-widget .gp-crumb{display:flex;align-items:center;flex-wrap:wrap;gap:9px;margin-bottom:20px;
  font-size:13px;font-weight:600;line-height:1.4;color:var(--g600)}
#gb-pagehead-widget .gp-crumb a,
#gb-pagehead-widget .gp-crumb a:focus{color:var(--g600);transition:color .2s}
#gb-pagehead-widget .gp-crumb svg{width:10px;height:10px;flex:none;opacity:.7}
#gb-pagehead-widget .gp-crumb span{color:var(--black)}
#gb-pagehead-widget .gp-badge{display:inline-flex;align-items:center;gap:8px;max-width:100%;padding:6px 14px 6px 11px;border-radius:999px;
  font-family:var(--font-display);font-weight:600;font-size:13px;line-height:1.3;color:var(--g900);
  background:rgba(0,0,0,.05);border:1px solid rgba(0,0,0,.16)}
#gb-pagehead-widget .gp-badge svg{width:15px;height:15px;flex:none}
#gb-pagehead-widget .gp-title{margin-top:18px;font-family:var(--font-display);font-weight:800;font-size:clamp(30px,3.8vw,48px);line-height:1.08;
  letter-spacing:-.02em;color:var(--black);max-width:20ch;text-wrap:balance}
/* optional second line (Hindi). No negative tracking, taller line-height for Devanagari */
#gb-pagehead-widget .gp-title .hi{display:block;margin-top:12px;font-size:.5em;font-weight:600;line-height:1.5;letter-spacing:0;color:var(--g450)}
#gb-pagehead-widget .gp-sub{margin-top:18px;max-width:50ch;font-size:clamp(15px,1.3vw,17px);line-height:1.7;color:var(--g600)}

/* ---- Image (placeholder or photo) ---- */
#gb-pagehead-widget .gp-media{position:relative;width:100%;max-width:440px;margin-left:auto;aspect-ratio:4/3;border-radius:22px;overflow:hidden;
  background-color:#fff;background-image:radial-gradient(rgba(0,0,0,.09) 1px,transparent 1.3px);background-size:18px 18px;
  border:1px solid rgba(0,0,0,.14);box-shadow:0 30px 50px -30px rgba(0,0,0,.4)}
#gb-pagehead-widget .gp-media img{position:absolute;inset:0;width:100%;height:100%;object-fit:cover;display:block;filter:grayscale(1) contrast(1.05)}
#gb-pagehead-widget .gp-tag{position:absolute;top:14px;left:14px;z-index:2;display:inline-flex;align-items:center;gap:7px;
  padding:6px 12px 6px 9px;border-radius:999px;font-family:var(--font-display);font-weight:700;font-size:11px;letter-spacing:.02em;color:var(--white);
  background:rgba(0,0,0,.5);border:1px solid rgba(255,255,255,.4);
  -webkit-backdrop-filter:blur(6px);backdrop-filter:blur(6px)}
#gb-pagehead-widget .gp-tag svg{width:13px;height:13px;flex:none}
#gb-pagehead-widget .gp-fill{position:absolute;inset:0;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:10px;padding:22px;text-align:center}
#gb-pagehead-widget .gp-fill svg{width:38px;height:38px;color:var(--black);opacity:.55}
#gb-pagehead-widget .gp-fill span{font-family:var(--font-display);font-weight:700;font-size:14px;line-height:1.4;color:var(--black);max-width:22ch}
#gb-pagehead-widget .gp-fill em{font-style:normal;font-size:12px;font-weight:600;color:var(--g600)}

/* ---- One-time reveal (only when JS is running) ---- */
#gb-pagehead-widget.gp-js .gp-copy > *,
#gb-pagehead-widget.gp-js .gp-media{opacity:0;transform:translateY(18px)}
#gb-pagehead-widget.gp-js.is-in .gp-copy > *,
#gb-pagehead-widget.gp-js.is-in .gp-media{opacity:1;transform:none;transition:opacity .7s ease,transform .7s ease}
#gb-pagehead-widget.gp-js.is-in .gp-copy > *:nth-child(1){transition-delay:.1s}
#gb-pagehead-widget.gp-js.is-in .gp-copy > *:nth-child(2){transition-delay:.2s}
#gb-pagehead-widget.gp-js.is-in .gp-copy > *:nth-child(3){transition-delay:.3s}
#gb-pagehead-widget.gp-js.is-in .gp-copy > *:nth-child(4){transition-delay:.4s}
#gb-pagehead-widget.gp-js.is-in .gp-media{transition-delay:.35s}

/* ---- Hover (mouse only) ---- */
@media(hover:hover) and (pointer:fine){
#gb-pagehead-widget .gp-crumb a:hover{color:var(--black);text-decoration:underline;text-underline-offset:3px}
}
#gb-pagehead-widget .gp-crumb a:focus-visible{outline:2px solid var(--black);outline-offset:3px;border-radius:2px}

/* ---- Responsive ---- */
@media(max-width:1100px){
#gb-pagehead-widget .gp-section{padding:56px 0 52px}
#gb-pagehead-widget .gp-grid{gap:40px}
}
/* tablet + phone: single column, everything centred */
@media(max-width:880px){
#gb-pagehead-widget{--pad:24px}
#gb-pagehead-widget .gp-section{padding:44px 0 40px}
#gb-pagehead-widget .gp-grid{grid-template-columns:1fr;gap:32px}
#gb-pagehead-widget .gp-copy{text-align:center}
#gb-pagehead-widget .gp-crumb{justify-content:center}
#gb-pagehead-widget .gp-title{max-width:none;margin-inline:auto}
#gb-pagehead-widget .gp-sub{margin-inline:auto}
#gb-pagehead-widget .gp-media{max-width:420px;margin-inline:auto;border-radius:20px}
}
@media(max-width:560px){
#gb-pagehead-widget{--pad:20px}
#gb-pagehead-widget .gp-section{padding:36px 0 34px}
#gb-pagehead-widget .gp-crumb{margin-bottom:16px}
#gb-pagehead-widget .gp-badge{font-size:12px;padding:5px 12px 5px 10px}
#gb-pagehead-widget .gp-title{margin-top:16px}
#gb-pagehead-widget .gp-media{max-width:none}
}
@media(max-width:380px){
#gb-pagehead-widget{--pad:16px}
#gb-pagehead-widget .gp-title{font-size:27px}
}
@media(prefers-reduced-motion:reduce){
#gb-pagehead-widget.gp-js .gp-copy > *,
#gb-pagehead-widget.gp-js .gp-media{opacity:1;transform:none;transition:none}
}

/* ============ PART 2: LIGHT #e7e7dd VARIANT (Consultation + Lead Generation) ============ */


/* ---- Background: same colour + dot pattern as Client Stories ---- */
#gb-pagehead-widget .gp-section.gp-consult,
#gb-pagehead-widget .gp-section.gp-leadgen{background-color:#e7e7dd;
  background-image:
    radial-gradient(70% 50% at 50% 0%,rgba(255,255,255,.95),transparent 70%),
    radial-gradient(rgba(0,0,0,.09) 1px,transparent 1.3px);
  background-size:auto,18px 18px}

/* ---- Smaller heading, badge in caps ---- */
#gb-pagehead-widget .gp-section.gp-consult .gp-title,
#gb-pagehead-widget .gp-section.gp-leadgen .gp-title{font-size:clamp(24px,2.8vw,36px);line-height:1.15;max-width:28ch}
#gb-pagehead-widget .gp-section.gp-consult .gp-badge,
#gb-pagehead-widget .gp-section.gp-leadgen .gp-badge{letter-spacing:.06em;font-size:12px}

/* ---- Photo: original colour ---- */
#gb-pagehead-widget .gp-section.gp-consult .gp-media img,
#gb-pagehead-widget .gp-section.gp-leadgen .gp-media img{filter:none}

/* ---- Buttons ---- */
#gb-pagehead-widget .gp-cta{display:flex;flex-wrap:wrap;gap:14px;margin-top:28px}
#gb-pagehead-widget .gp-cbtn,
#gb-pagehead-widget .gp-cbtn:visited,
#gb-pagehead-widget .gp-cbtn:focus{display:inline-flex;align-items:center;justify-content:center;min-height:50px;padding:0 28px;
  border-radius:999px;border:1.5px solid #000;font-family:'Montserrat','Inter',system-ui,sans-serif;font-weight:700;font-size:15px;line-height:1;
  text-align:center;text-decoration:none;touch-action:manipulation;transition:background .2s,color .2s,transform .2s}
#gb-pagehead-widget .gp-cbtn-1,
#gb-pagehead-widget .gp-cbtn-1:visited,
#gb-pagehead-widget .gp-cbtn-1:focus{background:#000;color:#fff}
#gb-pagehead-widget .gp-cbtn-2,
#gb-pagehead-widget .gp-cbtn-2:visited,
#gb-pagehead-widget .gp-cbtn-2:focus{background:transparent;color:#000}
#gb-pagehead-widget .gp-cbtn:focus-visible{outline:2px solid #000;outline-offset:3px}
@media(hover:hover) and (pointer:fine){
#gb-pagehead-widget .gp-cbtn-1:hover{background:#262626;color:#fff;transform:translateY(-2px)}
#gb-pagehead-widget .gp-cbtn-2:hover{background:#000;color:#fff;transform:translateY(-2px)}
}

/* ---- Tagline under the buttons ---- */
#gb-pagehead-widget .gp-cnote{margin-top:24px;font-size:13px;font-weight:600;line-height:1.7;color:#6b6b6b}

/* ---- Reveal delay for the 5th item ---- */
#gb-pagehead-widget.gp-js.is-in .gp-copy > *:nth-child(5){transition-delay:.5s}

/* ---- Responsive (tablet + phone: single column, centred, from the base CSS) ---- */
@media(max-width:880px){
#gb-pagehead-widget .gp-section.gp-consult .gp-title,
#gb-pagehead-widget .gp-section.gp-leadgen .gp-title{max-width:none}
#gb-pagehead-widget .gp-cta{justify-content:center}
}
@media(max-width:560px){
#gb-pagehead-widget .gp-section.gp-consult .gp-badge,
#gb-pagehead-widget .gp-section.gp-leadgen .gp-badge{font-size:11px;padding:5px 12px}
#gb-pagehead-widget .gp-cta{flex-direction:column;align-items:stretch;gap:12px;margin-top:24px}
#gb-pagehead-widget .gp-cbtn{width:100%;min-height:48px}
#gb-pagehead-widget .gp-cnote{margin-top:20px;font-size:12.5px}
}
@media(max-width:380px){
#gb-pagehead-widget .gp-section.gp-consult .gp-title,
#gb-pagehead-widget .gp-section.gp-leadgen .gp-title{font-size:22px}
}
@media(prefers-reduced-motion:reduce){
#gb-pagehead-widget .gp-cbtn{transition:none}
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-97836af *//* ==========================================================
   STATS STRIP  (Black / White / Grey)
   Paste into Elementor: Site Settings > Custom CSS (Pro), or
   Appearance > Customize > Additional CSS (free Elementor).
   Everything is scoped under #gb-stats-widget, so it can't leak out and
   theme styles can't leak in. Paste it ONCE for the whole site: every
   page's stats strip uses it.
   Fonts (Montserrat + Inter) are loaded by the <link> in the HTML file.
   Tweaks:
     --wrap   content width (keep the same as your hero: 1250px)
   ========================================================== */

#gb-stats-widget{--black:#000;--ink:#0b0b0b;--g400:#a3a3a3;--white:#fff;
  --font-display:'Montserrat','Inter',system-ui,-apple-system,'Segoe UI',Roboto,Arial,sans-serif;
  --font-body:'Inter',system-ui,-apple-system,'Segoe UI',Roboto,Arial,sans-serif;
  --wrap:1250px;
  --pad:max(24px,calc((100% - var(--wrap))/2));
  font-family:var(--font-body);line-height:1.5;text-align:center;position:relative;width:100%;
  -webkit-text-size-adjust:100%;-webkit-font-smoothing:antialiased;}

/* ---- Theme / Elementor guards ---- */
#gb-stats-widget *,
#gb-stats-widget *::before,
#gb-stats-widget *::after{box-sizing:border-box}
#gb-stats-widget b{font-weight:800}

/* ---- Strip ---- */
#gb-stats-widget .gn-wrap{width:100%;max-width:none;margin:0;padding-inline:var(--pad)}
#gb-stats-widget .gn-section{position:relative;overflow:hidden;color:var(--white);
  background-color:var(--ink);
  background-image:
    radial-gradient(60% 140% at 50% 0%,rgba(255,255,255,.09),transparent 70%),
    radial-gradient(rgba(255,255,255,.06) 1px,transparent 1.3px);
  background-size:auto,20px 20px}
#gb-stats-widget .gn-in{display:grid;grid-template-columns:repeat(4,1fr);padding-block:12px}
#gb-stats-widget .gn-stat{min-width:0;padding:24px 16px;border-left:1px solid rgba(255,255,255,.16)}
#gb-stats-widget .gn-stat:first-child{border-left:0}
#gb-stats-widget .gn-stat b{display:block;font-family:var(--font-display);font-weight:800;font-size:clamp(26px,2.6vw,36px);
  line-height:1.05;letter-spacing:-.02em;color:var(--white);font-variant-numeric:tabular-nums;white-space:nowrap}
#gb-stats-widget .gn-stat span{display:block;margin-top:8px;font-size:13.5px;font-weight:500;line-height:1.35;color:var(--g400)}

/* a longer value (e.g. "7-10 days") may wrap instead of overflowing on small phones:
   add class gn-long to that <b> */
#gb-stats-widget .gn-stat b.gn-long{white-space:normal;overflow-wrap:anywhere}

/* ---- Responsive ---- */
@media(max-width:880px){
#gb-stats-widget{--pad:24px}
}
/* 2 x 2 grid on tablet and phone */
@media(max-width:700px){
#gb-stats-widget .gn-in{grid-template-columns:1fr 1fr;padding-block:4px}
#gb-stats-widget .gn-stat{border-left:0;padding:22px 12px}
#gb-stats-widget .gn-stat:nth-child(2n){border-left:1px solid rgba(255,255,255,.16)}
#gb-stats-widget .gn-stat:nth-child(n+3){border-top:1px solid rgba(255,255,255,.16)}
}
@media(max-width:560px){
#gb-stats-widget{--pad:20px}
#gb-stats-widget .gn-stat span{font-size:12.5px}
}
@media(max-width:380px){
#gb-stats-widget{--pad:16px}
#gb-stats-widget .gn-stat{padding:18px 8px}
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-9e3f76f *//* ==========================================================
   CHALLENGES / APPROACH + WHAT WE COVER  (Black / White / Grey)
   ONE CSS for both the Consultation and the Lead Generation page
   Paste into: Elementor Site Settings > Custom CSS (Pro), or
   Appearance > Customize > Additional CSS (works on free Elementor).
   Everything is scoped under #gb-cover-widget, so it cannot leak out
   and theme styles cannot leak in. Paste it ONCE for the whole site.
   Fonts (Montserrat + Inter) are loaded by the <link> in the HTML file.
   Both blocks use the stone #e7e7dd + glow + dots background, matching
   the page header / FAQ / testimonials / process sections. All headings
   (including .is-split) center.
   Tweaks:
     --wrap   content width (keep the same as your hero: 1250px)

   CHANGES IN THIS VERSION:
     - Approach-card icon circles (Block A) are now colourful:
       .gw-ico.c1..c3 — gradient fill + soft matching ring, instead of
       plain black. Swap the hex values below to change the palette.
   ========================================================== */

#gb-cover-widget{--black:#000;--g900:#262626;--g600:#6b6b6b;--g450:#8f8f8f;--g300:#b8b8b8;--g200:#e2e2e2;--white:#fff;
  --font-display:'Montserrat','Inter',system-ui,-apple-system,'Segoe UI',Roboto,Arial,sans-serif;
  --font-body:'Inter',system-ui,-apple-system,'Segoe UI',Roboto,Arial,sans-serif;
  --wrap:1250px;--pad:max(24px,calc((100% - var(--wrap))/2));
  font-family:var(--font-body);line-height:1.5;text-align:left;position:relative;width:100%;
  -webkit-text-size-adjust:100%;-webkit-font-smoothing:antialiased}

/* ---- Theme / Elementor guards ---- */
#gb-cover-widget *,#gb-cover-widget *::before,#gb-cover-widget *::after{box-sizing:border-box}
#gb-cover-widget h2,#gb-cover-widget h3,#gb-cover-widget p{margin:0;padding:0;text-transform:none}
#gb-cover-widget ul{list-style:none;margin:0;padding:0}

#gb-cover-widget .gw-wrap{width:100%;padding-inline:var(--pad)}
#gb-cover-widget .gw-sec{position:relative;overflow:hidden}

/* ---- Shared heading bits (always centered, including .is-split) ---- */
#gb-cover-widget .gw-head{margin-bottom:32px;text-align:center}
#gb-cover-widget .gw-eyebrow{display:inline-flex;align-items:center;gap:7px;margin-bottom:14px;padding:5px 12px;border-radius:999px;
  font-family:var(--font-display);font-weight:600;font-size:12px;letter-spacing:.06em;text-transform:uppercase;
  color:var(--g900);background:rgba(0,0,0,.05);border:1px solid rgba(0,0,0,.16)}
#gb-cover-widget .gw-title{font-family:var(--font-display);font-weight:800;font-size:clamp(22px,2.6vw,32px);line-height:1.15;
  letter-spacing:-.02em;max-width:22ch;margin-inline:auto;text-wrap:balance}
#gb-cover-widget .gw-title .soft{color:var(--g450);font-weight:700}

/* ==== BLOCK A: challenges (stone) ==== */
#gb-cover-widget .gw-a{padding:64px 0 56px;color:var(--black);background-color:#e7e7dd;
  background-image:
    radial-gradient(70% 50% at 50% 0%,rgba(255,255,255,.95),transparent 70%),
    radial-gradient(rgba(0,0,0,.09) 1px,transparent 1.3px);
  background-size:auto,18px 18px}
#gb-cover-widget .gw-cards{display:grid;grid-template-columns:repeat(4,1fr);gap:16px;margin-top:32px}
#gb-cover-widget .gw-card{display:flex;flex-direction:column;padding:22px 20px 22px;background:var(--white);
  border:1px solid var(--g200);border-radius:18px;box-shadow:0 18px 28px -26px rgba(0,0,0,.35);
  transition:transform .35s ease,border-color .3s,box-shadow .3s}
#gb-cover-widget .gw-ico{width:38px;height:38px;margin-bottom:16px;border-radius:50%;display:grid;place-items:center;color:var(--white);background:var(--black)}
#gb-cover-widget .gw-ico svg{width:17px;height:17px;display:block}

/* colourful icon circles — gradient fill + soft matching ring */
#gb-cover-widget .gw-ico.c1{background:linear-gradient(135deg,#60a5fa,#2563eb);box-shadow:0 0 0 4px rgba(37,99,235,.14)}
#gb-cover-widget .gw-ico.c2{background:linear-gradient(135deg,#fbbf24,#d97706);box-shadow:0 0 0 4px rgba(217,119,6,.16)}
#gb-cover-widget .gw-ico.c3{background:linear-gradient(135deg,#34d399,#059669);box-shadow:0 0 0 4px rgba(5,150,105,.16)}

#gb-cover-widget .gw-q{font-family:var(--font-display);font-weight:700;font-size:16px;line-height:1.3;letter-spacing:-.01em;color:var(--black)}
#gb-cover-widget .gw-card p{margin-top:8px;font-size:14px;line-height:1.65;color:var(--g600)}

/* ==== BLOCK B: what we cover (stone, matching Block A) ==== */
#gb-cover-widget .gw-b{scroll-margin-top:80px;padding:64px 0 56px;color:var(--black);background-color:#e7e7dd;
  background-image:
    radial-gradient(70% 50% at 50% 0%,rgba(255,255,255,.95),transparent 70%),
    radial-gradient(rgba(0,0,0,.09) 1px,transparent 1.3px);
  background-size:auto,18px 18px;
  border-top:1px solid rgba(0,0,0,.1)}
#gb-cover-widget .gw-b .gw-eyebrow{color:var(--g900);background:rgba(0,0,0,.05);border-color:rgba(0,0,0,.16)}
#gb-cover-widget .gw-b .gw-title{color:var(--black);max-width:none}
#gb-cover-widget .gw-scope{display:grid;grid-template-columns:repeat(3,1fr);column-gap:40px;margin-top:36px}
#gb-cover-widget .gw-item{padding:22px 0 28px;border-top:1px solid rgba(0,0,0,.16)}
#gb-cover-widget .gw-num{display:block;margin-bottom:12px;font-family:var(--font-display);font-weight:700;font-size:12px;letter-spacing:.1em;color:var(--g450)}
#gb-cover-widget .gw-h{font-family:var(--font-display);font-weight:700;font-size:clamp(16px,1.5vw,18px);line-height:1.3;letter-spacing:-.01em;color:var(--black)}
#gb-cover-widget .gw-item p{margin-top:8px;max-width:38ch;font-size:14px;line-height:1.65;color:var(--g600)}

/* ---- One-time reveal (only when JS runs) ---- */
@keyframes gw-rise{from{opacity:0;transform:translateY(18px)}to{opacity:1;transform:none}}
#gb-cover-widget.gw-js .gw-card,#gb-cover-widget.gw-js .gw-item{opacity:0}
#gb-cover-widget.gw-js .gw-card.is-in,#gb-cover-widget.gw-js .gw-item.is-in{opacity:1;animation:gw-rise .6s ease backwards}
#gb-cover-widget.gw-js .gw-card:nth-child(2).is-in,#gb-cover-widget.gw-js .gw-item:nth-child(2).is-in{animation-delay:.08s}
#gb-cover-widget.gw-js .gw-card:nth-child(3).is-in,#gb-cover-widget.gw-js .gw-item:nth-child(3).is-in{animation-delay:.16s}
#gb-cover-widget.gw-js .gw-card:nth-child(4).is-in{animation-delay:.24s}

/* ---- Hover (mouse only) ---- */
@media(hover:hover) and (pointer:fine){
#gb-cover-widget .gw-card:hover{transform:translateY(-4px);border-color:rgba(0,0,0,.35);box-shadow:0 26px 38px -24px rgba(0,0,0,.45)}
#gb-cover-widget .gw-item{transition:border-color .3s}
#gb-cover-widget .gw-item:hover{border-top-color:var(--black)}
}

/* ---- Responsive ---- */
@media(max-width:1100px){
#gb-cover-widget .gw-a{padding:56px 0 48px}
#gb-cover-widget .gw-b{padding:56px 0 46px}
#gb-cover-widget .gw-cards{grid-template-columns:repeat(2,1fr)}
#gb-cover-widget .gw-scope{grid-template-columns:repeat(2,1fr);column-gap:32px}
}
@media(max-width:880px){
#gb-cover-widget{--pad:24px}
#gb-cover-widget .gw-head{margin-bottom:26px}
}
/* phone: cards/scope drop to one column, sizes step down once more */
@media(max-width:620px){
#gb-cover-widget{--pad:20px}
#gb-cover-widget .gw-a{padding:44px 0 40px}
#gb-cover-widget .gw-b{padding:44px 0 36px}
#gb-cover-widget .gw-head{margin-bottom:22px}
#gb-cover-widget .gw-cards{grid-template-columns:1fr;gap:14px;margin-top:26px}
#gb-cover-widget .gw-card{padding:20px 18px 20px}
#gb-cover-widget .gw-ico{width:34px;height:34px;margin-bottom:12px}
#gb-cover-widget .gw-ico svg{width:15px;height:15px}
#gb-cover-widget .gw-q{font-size:15px}
#gb-cover-widget .gw-scope{grid-template-columns:1fr;margin-top:26px}
#gb-cover-widget .gw-item{padding:20px 0 24px}
#gb-cover-widget .gw-eyebrow{font-size:11px;padding:5px 11px}
}
@media(max-width:380px){
#gb-cover-widget{--pad:16px}
#gb-cover-widget .gw-title{font-size:21px}
}
@media(prefers-reduced-motion:reduce){
#gb-cover-widget .gw-card{transition:none}
#gb-cover-widget.gw-js .gw-card,#gb-cover-widget.gw-js .gw-item{opacity:1;animation:none}
}

/* ==========================================================
   ADDITIONS FOR THE LEAD GENERATION PAGE
   .is-split   heading on the left, intro sentence on the right
               — now centered/stacked like every other heading
   .gw-sub     intro sentence
   .is-3       three cards in one row instead of four
   ========================================================== */
#gb-cover-widget .gw-head.is-split{display:flex;flex-direction:column;align-items:center;gap:14px;text-align:center;margin-bottom:32px}
#gb-cover-widget .gw-sub{margin:0;max-width:46ch;font-size:clamp(14px,1.2vw,16px);line-height:1.65;color:var(--g600);margin-inline:auto}
#gb-cover-widget .gw-cards.is-3{grid-template-columns:repeat(3,1fr)}
@media(max-width:880px){
#gb-cover-widget .gw-cards.is-3{grid-template-columns:1fr;max-width:520px;margin-inline:auto}
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-d0a8a8a *//* ==========================================================
   PROCESS STEPS + PHOTO STRIP  (Light bg #e7e7dd / Black / Grey)
   ONE CSS for both the Consultation and Lead Generation process
   sections. Paste into Elementor: Site Settings > Custom CSS (Pro), or
   Appearance > Customize > Additional CSS (free Elementor).
   Everything is scoped under #gb-process-widget, so it can't leak out
   and theme styles can't leak in. Fonts (Montserrat + Inter) are loaded
   by the <link> in the HTML file.
   Heading is centered, icons and numbers are smaller, spacing is
   tighter, mobile steps down more gradually.
   Tweaks:
     --wrap   content width (keep the same as your hero: 1250px)
     --gap    space between the photos
     photos are greyscale until hovered; remove the `filter` line on
     `.gq-shot img` for always-colour
   ========================================================== */

#gb-process-widget{--black:#000;--g900:#262626;--g600:#6b6b6b;--g450:#8f8f8f;--g200:#e2e2e2;--white:#fff;
  --font-display:'Montserrat','Inter',system-ui,-apple-system,'Segoe UI',Roboto,Arial,sans-serif;
  --font-body:'Inter',system-ui,-apple-system,'Segoe UI',Roboto,Arial,sans-serif;
  --wrap:1250px;
  --pad:max(24px,calc((100% - var(--wrap))/2));
  --gap:18px;
  font-family:var(--font-body);line-height:1.5;text-align:left;position:relative;width:100%;
  -webkit-text-size-adjust:100%;-webkit-font-smoothing:antialiased;}

/* ---- Theme / Elementor guards ---- */
#gb-process-widget *,
#gb-process-widget *::before,
#gb-process-widget *::after{box-sizing:border-box}
#gb-process-widget h2,
#gb-process-widget h3,
#gb-process-widget p{margin:0;padding:0;text-transform:none}
#gb-process-widget ol{list-style:none;margin:0;padding:0}
#gb-process-widget li{list-style:none;margin:0}
#gb-process-widget img{max-width:none;margin:0;border:0;border-radius:0;box-shadow:none}

/* ---- Section: same colour + dot pattern as the header / Client Stories ---- */
#gb-process-widget .gq-wrap{width:100%;max-width:none;margin:0;padding-inline:var(--pad)}
#gb-process-widget .gq-section{position:relative;overflow:hidden;color:var(--black);padding:60px 0 56px;
  background-color:#e7e7dd;
  background-image:
    radial-gradient(70% 50% at 50% 0%,rgba(255,255,255,.95),transparent 70%),
    radial-gradient(rgba(0,0,0,.09) 1px,transparent 1.3px);
  background-size:auto,18px 18px;
  border-top:1px solid rgba(0,0,0,.08);border-bottom:1px solid rgba(0,0,0,.08)}

/* ---- Heading (centered) ---- */
#gb-process-widget .gq-head{margin-bottom:36px;text-align:center}
#gb-process-widget .gq-eyebrow{display:inline-flex;align-items:center;gap:7px;margin-bottom:12px;padding:5px 12px 5px 10px;border-radius:999px;
  font-family:var(--font-display);font-weight:600;font-size:12px;color:var(--g900);
  background:rgba(0,0,0,.05);border:1px solid rgba(0,0,0,.16)}
#gb-process-widget .gq-eyebrow svg{width:14px;height:14px;flex:none}
#gb-process-widget .gq-title{font-family:var(--font-display);font-weight:800;font-size:clamp(22px,2.6vw,32px);line-height:1.15;
  letter-spacing:-.02em;color:var(--black);max-width:22ch;margin-inline:auto;text-wrap:balance}
#gb-process-widget .gq-title .soft{color:var(--g450);font-weight:700}

/* ---- Steps: four across, joined by a thin line ---- */
#gb-process-widget .gq-steps{display:grid;grid-template-columns:repeat(4,1fr);gap:24px}
#gb-process-widget .gq-step{position:relative;min-width:0}
#gb-process-widget .gq-num{position:relative;z-index:1;width:44px;height:44px;border-radius:50%;display:grid;place-items:center;
  font-family:var(--font-display);font-weight:800;font-size:15px;line-height:1;letter-spacing:.02em;color:var(--white);background:var(--black);
  box-shadow:0 0 0 5px rgba(0,0,0,.07);font-variant-numeric:tabular-nums}
/* line from this circle to the next one */
#gb-process-widget .gq-step:not(:last-child)::before{content:'';position:absolute;top:21px;left:56px;right:-10px;height:2px;background:rgba(0,0,0,.22)}
#gb-process-widget .gq-h{margin-top:18px;font-family:var(--font-display);font-weight:700;font-size:clamp(15.5px,1.4vw,18px);line-height:1.3;letter-spacing:-.01em;color:var(--black)}
#gb-process-widget .gq-text{margin-top:6px;font-size:14px;line-height:1.65;color:var(--g600)}

/* ---- Photo strip ---- */
#gb-process-widget .gq-gallery{display:grid;grid-template-columns:repeat(4,1fr);gap:var(--gap);margin-top:40px}
#gb-process-widget .gq-shot{position:relative;aspect-ratio:1/1;overflow:hidden;border-radius:18px;
  background-color:var(--white);background-image:radial-gradient(rgba(0,0,0,.09) 1px,transparent 1.3px);background-size:18px 18px;
  border:1px solid rgba(0,0,0,.14);box-shadow:0 18px 30px -24px rgba(0,0,0,.35);
  transition:transform .35s ease,border-color .3s,box-shadow .3s}
#gb-process-widget .gq-shot img{position:absolute;inset:0;width:100%;height:100%;object-fit:cover;display:block;
  filter:grayscale(1) contrast(1.05);transform:scale(1.02);transition:filter .5s ease,transform .7s ease}
#gb-process-widget .gq-tag{position:absolute;top:12px;left:12px;z-index:2;max-width:calc(100% - 24px);padding:5px 11px;border-radius:999px;
  font-family:var(--font-display);font-weight:700;font-size:10.5px;letter-spacing:.02em;line-height:1.3;color:var(--white);
  background:rgba(0,0,0,.5);border:1px solid rgba(255,255,255,.4);
  -webkit-backdrop-filter:blur(6px);backdrop-filter:blur(6px)}
#gb-process-widget .gq-fill{position:absolute;inset:0;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:8px;padding:18px;text-align:center}
#gb-process-widget .gq-fill svg{width:26px;height:26px;color:var(--black);opacity:.55}
#gb-process-widget .gq-fill span{font-family:var(--font-display);font-weight:700;font-size:12.5px;line-height:1.4;color:var(--black);max-width:18ch}

/* ---- One-time reveal (only when JS is running) ---- */
@keyframes gq-rise{from{opacity:0;transform:translateY(18px)}to{opacity:1;transform:none}}
#gb-process-widget.gq-js .gq-step,
#gb-process-widget.gq-js .gq-shot{opacity:0}
#gb-process-widget.gq-js .gq-steps.is-in .gq-step,
#gb-process-widget.gq-js .gq-gallery.is-in .gq-shot{opacity:1;animation:gq-rise .6s ease backwards}
#gb-process-widget.gq-js .is-in > :nth-child(1){animation-delay:.05s}
#gb-process-widget.gq-js .is-in > :nth-child(2){animation-delay:.13s}
#gb-process-widget.gq-js .is-in > :nth-child(3){animation-delay:.21s}
#gb-process-widget.gq-js .is-in > :nth-child(4){animation-delay:.29s}

/* ---- Hover (mouse only) ---- */
@media(hover:hover) and (pointer:fine){
#gb-process-widget .gq-shot:hover{transform:translateY(-5px);border-color:rgba(0,0,0,.4);box-shadow:0 30px 42px -22px rgba(0,0,0,.5)}
#gb-process-widget .gq-shot:hover img{filter:none;transform:scale(1.07)}
}

/* ---- Responsive ---- */
@media(max-width:1100px){
#gb-process-widget .gq-section{padding:52px 0 48px}
#gb-process-widget .gq-steps{gap:20px}
#gb-process-widget .gq-step:not(:last-child)::before{right:-6px}
}
/* tablet: steps stack, centred, with a short connector between them */
@media(max-width:880px){
#gb-process-widget{--pad:24px;--gap:14px}
#gb-process-widget .gq-section{padding:44px 0 40px}
#gb-process-widget .gq-head{margin-bottom:28px}
#gb-process-widget .gq-steps{grid-template-columns:1fr;gap:0}
#gb-process-widget .gq-step{display:flex;flex-direction:column;align-items:center;text-align:center;padding-bottom:26px}
#gb-process-widget .gq-step:last-child{padding-bottom:0}
#gb-process-widget .gq-step:not(:last-child)::before{top:auto;left:50%;right:auto;bottom:6px;width:2px;height:18px;margin-left:-1px}
#gb-process-widget .gq-text{max-width:44ch;margin-inline:auto}
#gb-process-widget .gq-gallery{grid-template-columns:repeat(2,1fr);margin-top:36px}
#gb-process-widget .gq-shot{border-radius:16px}
}
/* phone: photo grid drops to 1-up so tags and captions have room */
@media(max-width:640px){
#gb-process-widget{--pad:20px;--gap:12px}
#gb-process-widget .gq-section{padding:36px 0 32px}
#gb-process-widget .gq-head{margin-bottom:24px}
#gb-process-widget .gq-eyebrow{font-size:11px;padding:5px 11px 5px 9px}
#gb-process-widget .gq-num{width:40px;height:40px;font-size:14px}
#gb-process-widget .gq-step:not(:last-child)::before{height:16px}
#gb-process-widget .gq-gallery{grid-template-columns:1fr;max-width:320px;margin-inline:auto}
#gb-process-widget .gq-shot{aspect-ratio:4/3}
#gb-process-widget .gq-tag{top:9px;left:9px;font-size:10px;padding:4px 9px}
#gb-process-widget .gq-fill{padding:12px;gap:6px}
#gb-process-widget .gq-fill svg{width:22px;height:22px}
#gb-process-widget .gq-fill span{font-size:11.5px}
}
@media(max-width:380px){
#gb-process-widget{--pad:16px}
#gb-process-widget .gq-title{font-size:21px}
#gb-process-widget .gq-section{padding:28px 0 26px}
}
@media(prefers-reduced-motion:reduce){
#gb-process-widget .gq-shot,
#gb-process-widget .gq-shot img{transition:none}
#gb-process-widget.gq-js .gq-step,
#gb-process-widget.gq-js .gq-shot{opacity:1;animation:none}
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-98fc95b *//* ==========================================================
   TESTIMONIALS — 3 QUOTES  (Black / White / Grey)
   ONE CSS for both the Consultation and Lead Generation testimonials.
   Paste into Elementor: Site Settings > Custom CSS  (or Appearance >
   Customize > Additional CSS). Everything is scoped under
   #gb-voices-widget, so it can't leak out and theme styles can't leak in.
   Fonts: Montserrat + Inter + Noto Sans Devanagari (the heading ends in a
   Hindi phrase; the <link> is in the HTML file).
   No global.css tokens needed. Tokens match the other widgets.
   Background: stone #e7e7dd + glow + dots, matching the page header /
   FAQ / process sections. Heading centered.
   Tweaks:
     --wrap   content width (keep the same as your hero: 1250px)
     --gap    space between cards
   ========================================================== */

#gb-voices-widget{--black:#000;--g900:#262626;--g600:#6b6b6b;--g450:#8f8f8f;--g300:#c8c8c8;--g200:#e2e2e2;--white:#fff;
  --font-display:'Montserrat','Inter','Noto Sans Devanagari',system-ui,-apple-system,'Segoe UI',Roboto,Arial,sans-serif;
  --font-body:'Inter','Noto Sans Devanagari',system-ui,-apple-system,'Segoe UI',Roboto,Arial,sans-serif;
  --wrap:1250px;
  --pad:max(24px,calc((100% - var(--wrap))/2));
  --gap:18px;
  font-family:var(--font-body);line-height:1.5;text-align:left;position:relative;width:100%;
  -webkit-text-size-adjust:100%;-webkit-font-smoothing:antialiased;}

/* ---- Theme / Elementor guards (themes love to decorate <blockquote>) ---- */
#gb-voices-widget *,
#gb-voices-widget *::before,
#gb-voices-widget *::after{box-sizing:border-box}
#gb-voices-widget h2,
#gb-voices-widget p{margin:0;padding:0;text-transform:none}
#gb-voices-widget figure{margin:0;padding:0}
#gb-voices-widget blockquote{margin:0;padding:0;border:0;background:none;quotes:none;font:inherit;color:inherit}
#gb-voices-widget blockquote::before,
#gb-voices-widget blockquote::after{content:none}
#gb-voices-widget strong{font-weight:inherit}
#gb-voices-widget img{max-width:none;margin:0;border:0;border-radius:0;box-shadow:none}

/* ---- Section: stone bg + glow + dots, matching the other sections ---- */
#gb-voices-widget .gr-wrap{width:100%;max-width:none;margin:0;padding-inline:var(--pad)}
#gb-voices-widget .gr-section{position:relative;overflow:hidden;color:var(--black);padding:60px 0 56px;
  background-color:#e7e7dd;
  background-image:
    radial-gradient(70% 50% at 50% 0%,rgba(255,255,255,.95),transparent 70%),
    radial-gradient(rgba(0,0,0,.09) 1px,transparent 1.3px);
  background-size:auto,18px 18px;
  border-top:1px solid rgba(0,0,0,.08);border-bottom:1px solid rgba(0,0,0,.08)}

/* ---- Heading (centered) ---- */
#gb-voices-widget .gr-head{margin-bottom:36px;text-align:center}
#gb-voices-widget .gr-title{font-family:var(--font-display);font-weight:800;font-size:clamp(22px,2.6vw,32px);line-height:1.2;
  letter-spacing:-.02em;color:var(--black);max-width:22ch;margin-inline:auto;text-wrap:balance}
#gb-voices-widget .gr-title .soft{color:var(--g450);font-weight:700}

/* ---- Cards ---- */
#gb-voices-widget .gr-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:var(--gap)}
#gb-voices-widget .gr-card{position:relative;display:flex;flex-direction:column;padding:22px 22px 20px;
  background:var(--white);border:1px solid var(--g200);border-radius:18px;
  box-shadow:0 18px 30px -26px rgba(0,0,0,.35);
  transition:transform .35s ease,border-color .3s,box-shadow .3s}
#gb-voices-widget .gr-mark{display:block;height:28px;font-family:var(--font-display);font-weight:800;font-size:60px;line-height:.9;color:var(--g300)}
#gb-voices-widget .gr-quote{flex:1;margin-top:6px}
#gb-voices-widget .gr-quote p{font-size:15px;font-weight:500;line-height:1.6;color:var(--g900)}

/* author row */
#gb-voices-widget .gr-who{display:flex;align-items:center;gap:12px;margin-top:18px;padding-top:16px;border-top:1px solid var(--g200)}
#gb-voices-widget .gr-av,
#gb-voices-widget .gr-photo{flex:none;width:40px;height:40px;border-radius:50%;box-shadow:0 0 0 4px rgba(0,0,0,.07)}
#gb-voices-widget .gr-av{display:grid;place-items:center;font-family:var(--font-display);font-weight:800;font-size:12px;letter-spacing:.02em;color:var(--white);background:var(--black)}
#gb-voices-widget .gr-photo{object-fit:cover;display:block;filter:grayscale(1) contrast(1.05)}
#gb-voices-widget .gr-id{display:flex;flex-direction:column;gap:2px;min-width:0}
#gb-voices-widget .gr-id strong{font-family:var(--font-display);font-weight:700;font-size:14px;line-height:1.3;color:var(--black)}
#gb-voices-widget .gr-id span{font-size:12px;font-weight:500;line-height:1.3;color:var(--g600)}

/* ---- One-time reveal (only when JS is running).
   Animation with "backwards" fill, so the hover lift still works afterwards. ---- */
@keyframes gr-rise{from{opacity:0;transform:translateY(18px)}to{opacity:1;transform:none}}
#gb-voices-widget.gr-js .gr-card{opacity:0}
#gb-voices-widget.gr-js.is-in .gr-card{opacity:1;animation:gr-rise .6s ease backwards}
#gb-voices-widget.gr-js.is-in .gr-card:nth-child(1){animation-delay:.08s}
#gb-voices-widget.gr-js.is-in .gr-card:nth-child(2){animation-delay:.16s}
#gb-voices-widget.gr-js.is-in .gr-card:nth-child(3){animation-delay:.24s}

/* ---- Hover (mouse only) ---- */
@media(hover:hover) and (pointer:fine){
#gb-voices-widget .gr-card:hover{transform:translateY(-5px);border-color:rgba(0,0,0,.35);box-shadow:0 26px 38px -22px rgba(0,0,0,.45)}
}

/* ---- Responsive ---- */
@media(max-width:1100px){
#gb-voices-widget .gr-section{padding:52px 0 48px}
#gb-voices-widget .gr-card{padding:20px 20px 18px}
}
/* tablet: two columns */
@media(max-width:880px){
#gb-voices-widget{--pad:24px;--gap:14px}
#gb-voices-widget .gr-section{padding:44px 0 40px}
#gb-voices-widget .gr-head{margin-bottom:28px}
#gb-voices-widget .gr-grid{grid-template-columns:repeat(2,1fr);max-width:none}
#gb-voices-widget .gr-card{border-radius:16px}
}
/* phone: single column, centred */
@media(max-width:640px){
#gb-voices-widget{--pad:20px;--gap:12px}
#gb-voices-widget .gr-section{padding:36px 0 32px}
#gb-voices-widget .gr-head{margin-bottom:24px}
#gb-voices-widget .gr-grid{grid-template-columns:1fr;max-width:420px;margin-inline:auto}
#gb-voices-widget .gr-card{border-radius:16px;text-align:center;align-items:center;padding:20px 18px 18px}
#gb-voices-widget .gr-mark{height:24px;font-size:48px}
#gb-voices-widget .gr-quote p{font-size:14.5px}
#gb-voices-widget .gr-who{justify-content:center;align-self:stretch}
#gb-voices-widget .gr-id{text-align:left}
}
@media(max-width:380px){
#gb-voices-widget{--pad:16px}
#gb-voices-widget .gr-title{font-size:21px}
#gb-voices-widget .gr-section{padding:28px 0 26px}
#gb-voices-widget .gr-card{padding:18px 16px 16px}
}
@media(prefers-reduced-motion:reduce){
#gb-voices-widget .gr-card{transition:none}
#gb-voices-widget.gr-js .gr-card{opacity:1;animation:none}
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-d86f5eb *//* ==========================================================
   FAQ — ACCORDION  (Black / White / Grey)
   ONE CSS for both the Consultation and Lead Generation FAQ sections.
   Paste into Elementor: Site Settings > Custom CSS (Pro), or
   Appearance > Customize > Additional CSS (free Elementor).
   Everything is scoped under #gb-faq-widget, so it can't leak out and
   theme styles can't leak in. Fonts (Montserrat + Inter) are loaded by
   the <link> in the HTML file.
   Background: stone #e7e7dd + glow + dots, matching the other sections.
   Heading stays left/sticky on desktop (paired with the accordion),
   centers on tablet/phone.
   Tweaks:
     --wrap   content width (keep the same as your hero: 1250px)
   Answers open with a smooth height animation and are never cut off
   (no fixed max-height). Closed answers are hidden from keyboard and
   screen readers.
   ========================================================== */

#gb-faq-widget{--black:#000;--g900:#262626;--g600:#6b6b6b;--g450:#8f8f8f;--g200:#e2e2e2;--white:#fff;
  --font-display:'Montserrat','Inter',system-ui,-apple-system,'Segoe UI',Roboto,Arial,sans-serif;
  --font-body:'Inter',system-ui,-apple-system,'Segoe UI',Roboto,Arial,sans-serif;
  --wrap:1250px;
  --pad:max(24px,calc((100% - var(--wrap))/2));
  font-family:var(--font-body);line-height:1.5;text-align:left;position:relative;width:100%;
  -webkit-text-size-adjust:100%;-webkit-font-smoothing:antialiased;}

/* ---- Theme / Elementor guards ---- */
#gb-faq-widget *,
#gb-faq-widget *::before,
#gb-faq-widget *::after{box-sizing:border-box}
#gb-faq-widget h2,
#gb-faq-widget h3,
#gb-faq-widget p{margin:0;padding:0;text-transform:none}
#gb-faq-widget button{margin:0;text-transform:none;letter-spacing:normal;box-shadow:none;-webkit-appearance:none;appearance:none;font-family:inherit;border-radius:0}

/* ---- Section: stone bg + glow + dots, matching the other sections ---- */
#gb-faq-widget .gz-wrap{width:100%;max-width:none;margin:0;padding-inline:var(--pad)}
#gb-faq-widget .gz-section{position:relative;overflow:hidden;color:var(--black);padding:64px 0 60px;
  background-color:#e7e7dd;
  background-image:
    radial-gradient(70% 50% at 50% 0%,rgba(255,255,255,.95),transparent 70%),
    radial-gradient(rgba(0,0,0,.09) 1px,transparent 1.3px);
  background-size:auto,18px 18px;
  border-top:1px solid rgba(0,0,0,.08);border-bottom:1px solid rgba(0,0,0,.08)}
#gb-faq-widget .gz-grid{display:grid;grid-template-columns:5fr 7fr;gap:56px;align-items:start}

/* ---- Heading (left, stays in view while you read the answers) ---- */
#gb-faq-widget .gz-head{position:sticky;top:100px}
#gb-faq-widget .gz-eyebrow{display:inline-flex;align-items:center;gap:7px;margin-bottom:14px;padding:5px 12px 5px 10px;border-radius:999px;
  font-family:var(--font-display);font-weight:600;font-size:12px;color:var(--g900);
  background:rgba(0,0,0,.05);border:1px solid rgba(0,0,0,.16)}
#gb-faq-widget .gz-eyebrow svg{width:14px;height:14px;flex:none}
#gb-faq-widget .gz-title{font-family:var(--font-display);font-weight:800;font-size:clamp(22px,2.6vw,32px);line-height:1.18;
  letter-spacing:-.02em;color:var(--black);max-width:14ch;text-wrap:balance}
#gb-faq-widget .gz-title .soft{color:var(--g450);font-weight:700}

/* ---- Accordion ---- */
#gb-faq-widget .gz-acc{background:var(--white);border:1px solid var(--g200);border-radius:20px;overflow:hidden;
  box-shadow:0 20px 36px -28px rgba(0,0,0,.35)}
#gb-faq-widget .gz-item{border-top:1px solid var(--g200)}
#gb-faq-widget .gz-item:first-child{border-top:0}
#gb-faq-widget .gz-qh{font-size:inherit;line-height:inherit;font-weight:inherit}
#gb-faq-widget .gz-q,
#gb-faq-widget .gz-q:hover,
#gb-faq-widget .gz-q:focus{display:flex;align-items:center;justify-content:space-between;gap:16px;width:100%;padding:19px 22px;
  background:transparent;border:0;cursor:pointer;text-align:left;
  font-family:var(--font-display);font-weight:700;font-size:15.5px;line-height:1.4;letter-spacing:-.005em;color:var(--black);
  transition:background-color .2s}
#gb-faq-widget .gz-pm{flex:none;width:30px;height:30px;border-radius:50%;display:grid;place-items:center;
  color:var(--black);background:var(--white);border:1.5px solid rgba(0,0,0,.2);
  transition:background .2s,color .2s,border-color .2s,transform .3s}
#gb-faq-widget .gz-pm svg{width:14px;height:14px;display:block}
#gb-faq-widget .gz-item.open .gz-pm{background:var(--black);color:var(--white);border-color:var(--black);transform:rotate(45deg)}
#gb-faq-widget .gz-q:focus-visible{outline:3px solid var(--black);outline-offset:-3px;border-radius:20px}

/* answers: smooth height without a fixed max-height */
#gb-faq-widget .gz-a{display:grid;grid-template-rows:1fr}
#gb-faq-widget .gz-a-in{min-height:0;overflow:hidden}
#gb-faq-widget .gz-a p{padding:0 22px 20px;max-width:62ch;font-size:14.5px;line-height:1.7;color:var(--g600)}
#gb-faq-widget.gz-js .gz-a{grid-template-rows:0fr;transition:grid-template-rows .35s ease}
#gb-faq-widget.gz-js .gz-a-in{visibility:hidden;transition:visibility 0s linear .35s}
#gb-faq-widget.gz-js .gz-item.open .gz-a{grid-template-rows:1fr}
#gb-faq-widget.gz-js .gz-item.open .gz-a-in{visibility:visible;transition-delay:0s}

/* ---- One-time reveal (only when JS + motion are on) ---- */
@keyframes gz-rise{from{opacity:0;transform:translateY(18px)}to{opacity:1;transform:none}}
#gb-faq-widget.gz-anim .gz-head,
#gb-faq-widget.gz-anim .gz-acc{opacity:0}
#gb-faq-widget.gz-anim.is-in .gz-head{opacity:1;animation:gz-rise .6s ease backwards;animation-delay:.08s}
#gb-faq-widget.gz-anim.is-in .gz-acc{opacity:1;animation:gz-rise .6s ease backwards;animation-delay:.2s}

/* ---- Hover (mouse only) ---- */
@media(hover:hover) and (pointer:fine){
#gb-faq-widget .gz-q:hover{background:#fafafa}
#gb-faq-widget .gz-q:hover .gz-pm{border-color:var(--black)}
}

/* ---- Responsive ---- */
@media(max-width:1100px){
#gb-faq-widget .gz-section{padding:56px 0 52px}
#gb-faq-widget .gz-grid{gap:40px}
}
/* tablet: heading on top (centred), answers full width */
@media(max-width:880px){
#gb-faq-widget{--pad:24px}
#gb-faq-widget .gz-section{padding:48px 0 44px}
#gb-faq-widget .gz-grid{grid-template-columns:1fr;gap:28px}
#gb-faq-widget .gz-head{position:static;text-align:center}
#gb-faq-widget .gz-title{max-width:none;margin-inline:auto}
#gb-faq-widget .gz-acc{border-radius:18px}
}
/* phone */
@media(max-width:640px){
#gb-faq-widget{--pad:20px}
#gb-faq-widget .gz-section{padding:40px 0 36px}
#gb-faq-widget .gz-head{margin-bottom:4px}
#gb-faq-widget .gz-eyebrow{font-size:11px;padding:5px 11px 5px 9px}
#gb-faq-widget .gz-q,
#gb-faq-widget .gz-q:hover,
#gb-faq-widget .gz-q:focus{padding:15px 15px;font-size:14.5px;gap:12px}
#gb-faq-widget .gz-pm{width:28px;height:28px}
#gb-faq-widget .gz-pm svg{width:13px;height:13px}
#gb-faq-widget .gz-a p{padding:0 15px 16px;font-size:14px}
}
@media(max-width:380px){
#gb-faq-widget{--pad:16px}
#gb-faq-widget .gz-title{font-size:21px}
#gb-faq-widget .gz-section{padding:32px 0 30px}
}
@media(prefers-reduced-motion:reduce){
#gb-faq-widget.gz-js .gz-a,
#gb-faq-widget.gz-js .gz-a-in,
#gb-faq-widget .gz-pm{transition:none}
#gb-faq-widget.gz-anim .gz-head,
#gb-faq-widget.gz-anim .gz-acc{opacity:1;animation:none}
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-0f61ff8 *//* ==========================================================
   CTA BAND  (Black / White / Grey) — LIGHT VERSION
   Sits above a black footer, so the band is white with a dot grid.
   Paste into Elementor: Site Settings > Custom CSS (Pro), or
   Appearance > Customize > Additional CSS (free Elementor).
   Everything is scoped under #gb-cta-widget, so it can't leak out and
   theme styles can't leak in. Paste it ONCE for the whole site: every
   page's CTA band (home, Services, Consultation, Lead Generation) uses it.
   Fonts (Montserrat + Inter) are loaded by the <link> in the HTML file.
   Tweaks:
     --wrap   content width (keep the same as your hero: 1250px)
     if the band sits right under a light-grey section,
     change background-color below from #fff to #f2f2f2
   ========================================================== */

#gb-cta-widget{--black:#000;--g900:#262626;--g600:#6b6b6b;--g450:#8f8f8f;--g200:#e2e2e2;--white:#fff;
  --font-display:'Montserrat','Inter',system-ui,-apple-system,'Segoe UI',Roboto,Arial,sans-serif;
  --font-body:'Inter',system-ui,-apple-system,'Segoe UI',Roboto,Arial,sans-serif;
  --wrap:1250px;
  --pad:max(24px,calc((100% - var(--wrap))/2));
  font-family:var(--font-body);line-height:1.5;text-align:left;position:relative;width:100%;
  -webkit-text-size-adjust:100%;-webkit-font-smoothing:antialiased;}

/* ---- Theme / Elementor guards ---- */
#gb-cta-widget *,
#gb-cta-widget *::before,
#gb-cta-widget *::after{box-sizing:border-box}
#gb-cta-widget h2,
#gb-cta-widget p{margin:0;padding:0;text-transform:none}
#gb-cta-widget a{text-decoration:none;box-shadow:none}

/* ---- Section (soft grey wash sits behind the button) ---- */
#gb-cta-widget .gk-wrap{width:100%;max-width:none;margin:0;padding-inline:var(--pad)}
#gb-cta-widget .gk-section{position:relative;overflow:hidden;color:var(--black);padding:68px 0;
  background-color:#fff;
  background-image:
    radial-gradient(50% 120% at 88% 50%,rgba(0,0,0,.05),transparent 70%),
    radial-gradient(rgba(0,0,0,.09) 1px,transparent 1.3px);
  background-size:auto,18px 18px;
  border-top:1px solid var(--g200)}
#gb-cta-widget .gk-in{display:flex;align-items:center;justify-content:space-between;gap:28px 48px;flex-wrap:wrap}

/* ---- Copy ---- */
#gb-cta-widget .gk-title{font-family:var(--font-display);font-weight:800;font-size:clamp(26px,3vw,40px);line-height:1.12;
  letter-spacing:-.02em;color:var(--black);max-width:24ch;text-wrap:balance}
#gb-cta-widget .gk-title .soft{color:var(--g450);font-weight:700}
#gb-cta-widget .gk-sub{margin-top:14px;max-width:44ch;font-size:16px;line-height:1.65;color:var(--g600)}

/* ---- Button (solid black, like the other CTAs on light sections) ---- */
#gb-cta-widget .gk-btn,
#gb-cta-widget .gk-btn:hover,
#gb-cta-widget .gk-btn:focus{display:inline-flex;align-items:center;justify-content:center;gap:12px;min-height:56px;padding:0 28px;border-radius:6px;flex:none;
  font:700 15px/1 var(--font-display);color:var(--white);background:var(--black);border:2px solid var(--black);
  cursor:pointer;transition:background .2s,border-color .2s,transform .2s}
#gb-cta-widget .gk-btn svg{width:22px;height:22px;flex:none;transition:transform .25s}
#gb-cta-widget .gk-btn:focus-visible{outline:3px solid var(--black);outline-offset:3px}

/* ---- One-time reveal (only when JS is running) ---- */
#gb-cta-widget.gk-js .gk-copy,
#gb-cta-widget.gk-js .gk-btn{opacity:0;transform:translateY(18px)}
#gb-cta-widget.gk-js.is-in .gk-copy,
#gb-cta-widget.gk-js.is-in .gk-btn{opacity:1;transform:none;transition:opacity .7s ease,transform .7s ease,background .2s,border-color .2s}
#gb-cta-widget.gk-js.is-in .gk-copy{transition-delay:.15s}
#gb-cta-widget.gk-js.is-in .gk-btn{transition-delay:.35s,.35s,0s,0s}

/* ---- Hover (mouse only) ---- */
@media(hover:hover) and (pointer:fine){
#gb-cta-widget .gk-btn:hover{background:var(--g900);border-color:var(--g900)}
#gb-cta-widget .gk-btn:hover svg{transform:scale(1.12)}
}

/* ---- Responsive ---- */
@media(max-width:880px){
#gb-cta-widget{--pad:24px}
#gb-cta-widget .gk-section{padding:52px 0;
  background-image:radial-gradient(80% 60% at 50% 100%,rgba(0,0,0,.05),transparent 70%),radial-gradient(rgba(0,0,0,.09) 1px,transparent 1.3px)}
#gb-cta-widget .gk-in{flex-direction:column;align-items:flex-start;gap:24px}
#gb-cta-widget .gk-title{max-width:none}
}
@media(max-width:560px){
#gb-cta-widget{--pad:20px}
#gb-cta-widget .gk-section{padding:44px 0}
#gb-cta-widget .gk-sub{font-size:15px}
#gb-cta-widget .gk-btn{width:100%}
}
@media(max-width:380px){
#gb-cta-widget{--pad:16px}
#gb-cta-widget .gk-title{font-size:23px}
#gb-cta-widget .gk-btn{padding:0 20px;font-size:14.5px}
}
@media(prefers-reduced-motion:reduce){
#gb-cta-widget.gk-js .gk-copy,
#gb-cta-widget.gk-js .gk-btn{opacity:1;transform:none;transition:none}
}

/* ---- Centred variant ----
   Add the class  gk-center  to the root div (<div id="gb-cta-widget" class="gk-center">)
   to centre the text and button on tablet and phone. */
@media(max-width:880px){
#gb-cta-widget.gk-center .gk-in{align-items:center;text-align:center}
#gb-cta-widget.gk-center .gk-title,
#gb-cta-widget.gk-center .gk-sub{margin-inline:auto}
}/* End custom CSS */