.elementor-204 .elementor-element.elementor-element-9687334{--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-204 .elementor-element.elementor-element-f72c897{--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-204 .elementor-element.elementor-element-c1020ad{--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-204 .elementor-element.elementor-element-af010b6{--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-204 .elementor-element.elementor-element-4b13699{--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-204 .elementor-element.elementor-element-7f2798c{--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-4845888 *//* ==========================================================
   PAGE HEADER — FREE TOOLS  (Black / White / Grey)
   Paste into Elementor: Site Settings > Custom CSS  (or Appearance >
   Customize > Additional CSS). Everything is scoped under
   #gb-pagehead-widget, so it can't leak out and theme styles can't leak in.
   Fonts: Montserrat + Inter + Noto Sans Devanagari (the Hindi line in the
   h1 needs the Devanagari font; the <link> is in the HTML file).
   No global.css tokens needed. Tokens match the other widgets.
   One CSS serves every inner page header (Free Tools, Services, ...):
   each page just uses its own HTML widget with the same id.

   THIS VERSION:
     - Section background switched to #e7e7dd — the same colour/dot-grid
       pattern used by the video-carousel, about-founder and social-feed
       sections — instead of the flatter #f2f2f2, for consistency.
     - Removed the grayscale(1) filter on .gp-media img: the office/team
       photo now shows in its original colour, matching how the other
       widgets treat photos.
   Tweaks:
     --wrap        content width (keep the same as your hero: 1250px)
     .gp-media     max-width sets the image size, aspect-ratio its shape
   ========================================================== */

#gb-pagehead-widget{--black:#000;--g900:#262626;--g600:#6b6b6b;--g450:#8f8f8f;--g200:#e2e2e2;--white:#fff;--bg:#e7e7dd;
  --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:var(--bg);
  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}
/* 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}
#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}
}

/* ---- CTA button row (optional, used on the Consultation page header) ---- */
#gb-pagehead-widget .gp-actions{display:flex;flex-wrap:wrap;gap:12px;margin-top:26px}
#gb-pagehead-widget .gp-btn,
#gb-pagehead-widget .gp-btn:hover,
#gb-pagehead-widget .gp-btn:focus{display:inline-flex;align-items:center;justify-content:center;gap:10px;min-height:48px;padding:0 24px;border-radius:6px;
  font:700 14.5px/1 var(--font-display);color:var(--white);background:var(--black);border:2px solid var(--black);
  cursor:pointer;transition:background .2s,border-color .2s}
#gb-pagehead-widget .gp-btn svg{width:18px;height:18px;flex:none}
#gb-pagehead-widget .gp-btn:focus-visible{outline:3px solid var(--black);outline-offset:3px}
@media(hover:hover) and (pointer:fine){
#gb-pagehead-widget .gp-btn:hover{background:var(--g900);border-color:var(--g900)}
}
#gb-pagehead-widget.gp-js.is-in .gp-copy > *:nth-child(5){transition-delay:.5s}
@media(max-width:880px){
#gb-pagehead-widget .gp-actions{justify-content:center}
}
@media(max-width:560px){
#gb-pagehead-widget .gp-actions{flex-direction:column}
#gb-pagehead-widget .gp-btn{width:100%}
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-e0cde23 *//* ==========================================================
   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)

   NOTE: laid out for 3 stats (Established / Cities Consulted / Team
   Members). Stays a single row of 3 columns on every breakpoint,
   including mobile — sizes and padding just shrink down.
   ========================================================== */

#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(3,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 ---- */
/* stays a 3-column row all the way down; padding, font-size and the
   label text just get tighter so "Cities Consulted" etc. still fit */
@media(max-width:880px){
#gb-stats-widget{--pad:24px}
#gb-stats-widget .gn-stat{padding:22px 10px}
}
@media(max-width:560px){
#gb-stats-widget{--pad:16px}
#gb-stats-widget .gn-in{padding-block:6px}
#gb-stats-widget .gn-stat{padding:16px 6px}
#gb-stats-widget .gn-stat b{font-size:clamp(19px,6vw,26px)}
#gb-stats-widget .gn-stat span{margin-top:6px;font-size:11px;line-height:1.25}
}
@media(max-width:380px){
#gb-stats-widget{--pad:12px}
#gb-stats-widget .gn-stat{padding:14px 4px}
#gb-stats-widget .gn-stat b{font-size:clamp(17px,6.5vw,22px)}
#gb-stats-widget .gn-stat span{font-size:10.2px}
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-2f4e16f *//* ==========================================================
   OUR STORY + MISSION  (Light bg #e7e7dd / Black / White / Grey)
   Paste into Elementor: Site Settings > Custom CSS  (or Appearance >
   Customize > Additional CSS). Everything is scoped under
   #gb-story-widget, so it can't leak out and theme styles can't leak in.
   Fonts: Montserrat + Inter (loaded in the site head or the HTML file).
   No global.css tokens needed. Tokens match the other widgets.
   Tweaks:
     --wrap   content width (keep the same as your hero: 1250px)

   CHANGE IN THIS VERSION:
     - .gj-title font size reduced (clamp 26–40px → clamp 22–32px) so the
       two-line heading sits smaller/tighter above the body copy.
   ========================================================== */

#gb-story-widget{--black:#000;--ink:#0b0b0b;--g900:#262626;--g600:#6b6b6b;--g450:#8f8f8f;--g250:#d4d4d4;--g200:#e2e2e2;--white:#fff;--bg:#e7e7dd;
  --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-story-widget *,
#gb-story-widget *::before,
#gb-story-widget *::after{box-sizing:border-box}
#gb-story-widget h2,
#gb-story-widget h3,
#gb-story-widget p{margin:0;padding:0;text-transform:none}

/* ---- Section ---- */
#gb-story-widget .gj-wrap{width:100%;max-width:none;margin:0;padding-inline:var(--pad)}
#gb-story-widget .gj-section{position:relative;overflow:hidden;color:var(--black);padding:96px 0 88px;
  background-color:var(--bg);
  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-story-widget .gj-grid{display:grid;grid-template-columns:1fr 1fr;gap:72px;align-items:stretch}

/* ---- Story (left) ---- */
#gb-story-widget .gj-left{display:flex;flex-direction:column;justify-content:center}
#gb-story-widget .gj-eyebrow{display:inline-flex;align-items:center;gap:8px;margin-bottom:16px;padding:6px 14px 6px 11px;border-radius:999px;
  font-family:var(--font-display);font-weight:600;font-size:13px;color:var(--g900);
  background:rgba(0,0,0,.05);border:1px solid rgba(0,0,0,.16)}
#gb-story-widget .gj-eyebrow svg{width:15px;height:15px;flex:none}
#gb-story-widget .gj-title{font-family:var(--font-display);font-weight:800;font-size:clamp(22px,2.4vw,32px);line-height:1.16;
  letter-spacing:-.02em;color:var(--black);max-width:20ch;text-wrap:balance;margin-bottom:22px}
#gb-story-widget .gj-title .soft{color:var(--g450);font-weight:700}
#gb-story-widget .gj-text{max-width:56ch;margin-bottom:16px;font-size:16.5px;line-height:1.75;color:var(--g600)}
#gb-story-widget .gj-text:last-child{margin-bottom:0}

/* ---- Mission card (right): black, so the one-line promise stands out.
        Stretches to match the left column's height, content centred. ---- */
#gb-story-widget .gj-card{position:relative;overflow:hidden;padding:44px 40px;border-radius:22px;color:var(--white);
  display:flex;flex-direction:column;justify-content:center;
  background-color:var(--ink);
  background-image:
    radial-gradient(80% 60% at 100% 0%,rgba(255,255,255,.12),transparent 70%),
    radial-gradient(rgba(255,255,255,.07) 1px,transparent 1.3px);
  background-size:auto,20px 20px;
  box-shadow:0 40px 60px -30px rgba(0,0,0,.6),0 0 0 8px rgba(0,0,0,.05)}
#gb-story-widget .gj-ico{width:60px;height:60px;border-radius:50%;display:grid;place-items:center;
  color:var(--black);background:var(--white);box-shadow:0 0 0 6px rgba(255,255,255,.1)}
#gb-story-widget .gj-ico svg{width:28px;height:28px;display:block}
#gb-story-widget .gj-h{margin-top:26px;font-family:var(--font-display);font-weight:800;font-size:clamp(22px,2vw,26px);line-height:1.2;letter-spacing:-.01em;color:var(--white)}
#gb-story-widget .gj-mission{margin-top:12px;font-size:16.5px;line-height:1.75;color:var(--g250)}

/* ---- One-time reveal (only when JS is running) ---- */
@keyframes gj-rise{from{opacity:0;transform:translateY(22px)}to{opacity:1;transform:none}}
#gb-story-widget.gj-js .gj-left,
#gb-story-widget.gj-js .gj-card{opacity:0}
#gb-story-widget.gj-js.is-in .gj-left{opacity:1;animation:gj-rise .7s ease backwards;animation-delay:.1s}
#gb-story-widget.gj-js.is-in .gj-card{opacity:1;animation:gj-rise .7s ease backwards;animation-delay:.25s}

/* ---- Responsive ---- */
@media(max-width:1100px){
#gb-story-widget .gj-section{padding:80px 0 72px}
#gb-story-widget .gj-grid{gap:48px}
#gb-story-widget .gj-card{padding:38px 32px}
}
/* tablet + phone: one column, everything centred */
@media(max-width:900px){
#gb-story-widget{--pad:24px}
#gb-story-widget .gj-section{padding:56px 0 52px}
#gb-story-widget .gj-grid{grid-template-columns:1fr;gap:36px}
#gb-story-widget .gj-left{text-align:center;align-items:center}
#gb-story-widget .gj-title{max-width:none;margin-inline:auto}
#gb-story-widget .gj-text{margin-inline:auto}
#gb-story-widget .gj-card{width:100%;max-width:520px;margin-inline:auto;text-align:center;border-radius:20px;padding:34px 26px}
#gb-story-widget .gj-ico{margin-inline:auto}
}
@media(max-width:560px){
#gb-story-widget{--pad:20px}
#gb-story-widget .gj-section{padding:44px 0 42px}
#gb-story-widget .gj-eyebrow{font-size:12px;padding:5px 12px 5px 10px}
#gb-story-widget .gj-text,
#gb-story-widget .gj-mission{font-size:15px}
#gb-story-widget .gj-card{padding:28px 20px}
}
@media(max-width:380px){
#gb-story-widget{--pad:16px}
#gb-story-widget .gj-title{font-size:19px}
}
@media(prefers-reduced-motion:reduce){
#gb-story-widget.gj-js .gj-left,
#gb-story-widget.gj-js .gj-card{opacity:1;animation:none}
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-43fba63 *//* ==========================================================
   OUR VALUES — 3 IN ONE PANEL  (Light bg #e7e7dd / Black / White / Grey)
   Paste into Elementor: Site Settings > Custom CSS (Pro), or
   Appearance > Customize > Additional CSS (free Elementor).
   Everything is scoped under #gb-values-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.
   Tweaks:
     --wrap   content width (keep the same as your hero: 1250px)
     --ico    icon circle size (40px)

   CHANGES IN THIS VERSION:
     - Icon circles are now colourful: .gw-ico.c1 (blue), .c2 (amber),
       .c3 (green) — a gradient fill + matching soft ring, instead of
       plain black. Swap the hex values below to change the palette.
   ========================================================== */

#gb-values-widget{--black:#000;--g900:#262626;--g600:#6b6b6b;--g450:#8f8f8f;--g200:#e2e2e2;--white:#fff;--bg:#e7e7dd;
  --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));
  --ico:40px;
  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-values-widget *,
#gb-values-widget *::before,
#gb-values-widget *::after{box-sizing:border-box}
#gb-values-widget h2,
#gb-values-widget h3,
#gb-values-widget p{margin:0;padding:0;text-transform:none}

/* ---- Section ---- */
#gb-values-widget .gw-wrap{width:100%;max-width:none;margin:0;padding-inline:var(--pad)}
#gb-values-widget .gw-section{position:relative;overflow:hidden;color:var(--black);padding:76px 0 70px;
  background-color:var(--bg);
  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 var(--g200);border-bottom:1px solid var(--g200)}

/* ---- Heading: centred on every screen size ---- */
#gb-values-widget .gw-head{display:flex;flex-direction:column;align-items:center;text-align:center;margin-bottom:38px}
#gb-values-widget .gw-eyebrow{display:inline-flex;align-items:center;gap:8px;margin-bottom:14px;padding:6px 14px 6px 11px;border-radius:999px;
  font-family:var(--font-display);font-weight:600;font-size:13px;color:var(--g900);
  background:rgba(0,0,0,.05);border:1px solid rgba(0,0,0,.16)}
#gb-values-widget .gw-eyebrow svg{width:15px;height:15px;flex:none}
#gb-values-widget .gw-title{font-family:var(--font-display);font-weight:800;font-size:clamp(24px,2.6vw,34px);line-height:1.15;
  letter-spacing:-.02em;color:var(--black);max-width:24ch;text-wrap:balance}
#gb-values-widget .gw-title .soft{color:var(--g450);font-weight:700}

/* ---- One white panel, three columns split by thin lines ---- */
#gb-values-widget .gw-panel{display:grid;grid-template-columns:repeat(3,1fr);overflow:hidden;
  background:var(--white);border:1px solid var(--g200);border-radius:22px;
  box-shadow:0 24px 40px -30px rgba(0,0,0,.35)}
#gb-values-widget .gw-item{min-width:0;padding:32px 30px 30px;border-left:1px solid var(--g200)}
#gb-values-widget .gw-item:first-child{border-left:0}
#gb-values-widget .gw-ico{width:var(--ico);height:var(--ico);border-radius:50%;display:grid;place-items:center;
  color:var(--white);background:var(--black);box-shadow:0 0 0 5px rgba(0,0,0,.07)}
#gb-values-widget .gw-ico svg{width:19px;height:19px;display:block}

/* colourful icon circles — gradient fill + soft matching ring */
#gb-values-widget .gw-ico.c1{background:linear-gradient(135deg,#60a5fa,#2563eb);box-shadow:0 0 0 5px rgba(37,99,235,.14)}
#gb-values-widget .gw-ico.c2{background:linear-gradient(135deg,#fbbf24,#d97706);box-shadow:0 0 0 5px rgba(217,119,6,.16)}
#gb-values-widget .gw-ico.c3{background:linear-gradient(135deg,#34d399,#059669);box-shadow:0 0 0 5px rgba(5,150,105,.16)}

#gb-values-widget .gw-h{margin-top:20px;font-family:var(--font-display);font-weight:800;font-size:clamp(16px,1.5vw,18px);line-height:1.25;letter-spacing:-.01em;color:var(--black)}
#gb-values-widget .gw-text{margin-top:8px;font-size:14px;line-height:1.7;color:var(--g600)}

/* ---- One-time reveal (only when JS is running).
   Animation with "backwards" fill. ---- */
@keyframes gw-rise{from{opacity:0;transform:translateY(22px)}to{opacity:1;transform:none}}
#gb-values-widget.gw-js .gw-item{opacity:0}
#gb-values-widget.gw-js.is-in .gw-item{opacity:1;animation:gw-rise .7s ease backwards}
#gb-values-widget.gw-js.is-in .gw-item:nth-child(1){animation-delay:.05s}
#gb-values-widget.gw-js.is-in .gw-item:nth-child(2){animation-delay:.18s}
#gb-values-widget.gw-js.is-in .gw-item:nth-child(3){animation-delay:.31s}

/* ---- Responsive ---- */
@media(max-width:1100px){
#gb-values-widget .gw-section{padding:64px 0 58px}
#gb-values-widget .gw-item{padding:28px 24px 26px}
}
/* tablet + phone: stacked rows in the same panel, item content centred too */
@media(max-width:880px){
#gb-values-widget{--pad:24px}
#gb-values-widget .gw-section{padding:52px 0 48px}
#gb-values-widget .gw-head{margin-bottom:28px}
#gb-values-widget .gw-title{max-width:none}
#gb-values-widget .gw-panel{grid-template-columns:1fr;border-radius:20px;max-width:560px;margin-inline:auto}
#gb-values-widget .gw-item{border-left:0;border-top:1px solid var(--g200);padding:26px 22px;text-align:center}
#gb-values-widget .gw-item:first-child{border-top:0}
#gb-values-widget .gw-ico{margin-inline:auto}
}
@media(max-width:560px){
#gb-values-widget{--pad:20px;--ico:38px}
#gb-values-widget .gw-section{padding:42px 0 40px}
#gb-values-widget .gw-eyebrow{font-size:12px;padding:5px 12px 5px 10px}
#gb-values-widget .gw-title{font-size:24px}
#gb-values-widget .gw-ico svg{width:18px;height:18px}
#gb-values-widget .gw-h{margin-top:16px;font-size:16px}
#gb-values-widget .gw-text{font-size:13.5px}
}
@media(max-width:380px){
#gb-values-widget{--pad:16px}
#gb-values-widget .gw-title{font-size:22px}
}
@media(prefers-reduced-motion:reduce){
#gb-values-widget.gw-js .gw-item{opacity:1;animation:none}
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-f2a662d *//* ==========================================================
   ABOUT US: TEAM GALLERY  (Light bg #e7e7dd / Black / Grey)
   Paste into Elementor: Site Settings > Custom CSS (Pro), or
   Appearance > Customize > Additional CSS (free Elementor).
   Everything is scoped under #gb-gallery-widget, so it can't leak out
   and theme styles can't leak in. SELF-CONTAINED: it no longer needs the
   old global classes (.wrap, .gallery-strip, .imgslot, .eyebrow, .section,
   .rv). Delete the old CSS you had for this section (the widget's
   Advanced > Custom CSS) so the old .section.rv rules don't affect other
   sections.
   Fonts (Montserrat + Inter) are loaded by the <link> in the HTML file.
   Tweaks:
     --wrap    content width (keep the same as your hero: 1250px)
     --gap     space between the photos
     --radius  photo corner radius (5px)
   Photos are always in original colour (no grayscale filter).
   ========================================================== */

#gb-gallery-widget{--black:#000;--g900:#262626;--g600:#6b6b6b;--g450:#8f8f8f;--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:22px;
  --radius:5px;
  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-gallery-widget *,
#gb-gallery-widget *::before,
#gb-gallery-widget *::after{box-sizing:border-box}
#gb-gallery-widget h2,
#gb-gallery-widget p,
#gb-gallery-widget figure,
#gb-gallery-widget figcaption{margin:0;padding:0;text-transform:none}
#gb-gallery-widget img{max-width:none;margin:0;border:0;border-radius:0;box-shadow:none}

/* ---- Section: same #e7e7dd + dot pattern as Client Stories ---- */
#gb-gallery-widget .gy-wrap{width:100%;max-width:none;margin:0;padding-inline:var(--pad)}
#gb-gallery-widget .gy-section{position:relative;overflow:hidden;color:var(--black);padding:84px 0 76px;
  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 (centred on every screen size) ---- */
#gb-gallery-widget .gy-head{display:flex;flex-direction:column;align-items:center;text-align:center;margin-bottom:46px}
#gb-gallery-widget .gy-eyebrow{display:inline-flex;align-items:center;gap:8px;margin-bottom:16px;padding:6px 14px 6px 11px;border-radius:999px;
  font-family:var(--font-display);font-weight:600;font-size:13px;color:var(--g900);
  background:rgba(0,0,0,.05);border:1px solid rgba(0,0,0,.16)}
#gb-gallery-widget .gy-eyebrow svg{width:15px;height:15px;flex:none}
#gb-gallery-widget .gy-title{font-family:var(--font-display);font-weight:800;font-size:clamp(26px,3.1vw,42px);line-height:1.14;
  letter-spacing:-.02em;color:var(--black);max-width:26ch;text-wrap:balance}
#gb-gallery-widget .gy-title .soft{color:var(--g450);font-weight:700}

/* ---- Gallery: 4 across, photo + caption below ---- */
#gb-gallery-widget .gy-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:var(--gap)}
#gb-gallery-widget .gy-card{min-width:0}
#gb-gallery-widget .gy-photo{position:relative;aspect-ratio:1/1;overflow:hidden;border-radius:var(--radius);
  background-color:#d9d9cf;border:1px solid rgba(0,0,0,.12);
  box-shadow:0 26px 40px -30px rgba(0,0,0,.45);
  transition:transform .35s ease,box-shadow .35s ease,border-color .3s}
#gb-gallery-widget .gy-photo img{position:absolute;inset:0;width:100%;height:100%;object-fit:cover;display:block;
  filter:none;-webkit-filter:none;transform:scale(1.01);transition:transform .7s ease}
#gb-gallery-widget .gy-cap{display:flex;align-items:baseline;gap:12px;margin-top:16px;padding-top:14px;
  border-top:1px solid rgba(0,0,0,.2);transition:border-color .3s}
#gb-gallery-widget .gy-num{flex:none;font-family:var(--font-display);font-weight:700;font-size:12px;letter-spacing:.1em;color:var(--g450);
  font-variant-numeric:tabular-nums}
#gb-gallery-widget .gy-name{font-family:var(--font-display);font-weight:700;font-size:16px;line-height:1.3;letter-spacing:-.005em;color:var(--black)}

/* ---- One-time reveal (only when JS is running).
   Animation with "backwards" fill, so the hover lift still works afterwards. ---- */
@keyframes gy-rise{from{opacity:0;transform:translateY(22px)}to{opacity:1;transform:none}}
#gb-gallery-widget.gy-js .gy-card{opacity:0}
#gb-gallery-widget.gy-js .gy-grid.is-in .gy-card{opacity:1;animation:gy-rise .7s ease backwards}
#gb-gallery-widget.gy-js .gy-grid.is-in .gy-card:nth-child(1){animation-delay:.05s}
#gb-gallery-widget.gy-js .gy-grid.is-in .gy-card:nth-child(2){animation-delay:.15s}
#gb-gallery-widget.gy-js .gy-grid.is-in .gy-card:nth-child(3){animation-delay:.25s}
#gb-gallery-widget.gy-js .gy-grid.is-in .gy-card:nth-child(4){animation-delay:.35s}

/* ---- Hover (mouse only) ---- */
@media(hover:hover) and (pointer:fine){
#gb-gallery-widget .gy-card:hover .gy-photo{transform:translateY(-6px);border-color:rgba(0,0,0,.4);box-shadow:0 36px 50px -28px rgba(0,0,0,.55)}
#gb-gallery-widget .gy-card:hover .gy-photo img{transform:scale(1.06)}
#gb-gallery-widget .gy-card:hover .gy-cap{border-top-color:var(--black)}
}

/* ---- Responsive ---- */
@media(max-width:1100px){
#gb-gallery-widget{--gap:18px}
#gb-gallery-widget .gy-section{padding:72px 0 64px}
}
/* tablet: photos 2 x 2 */
@media(max-width:900px){
#gb-gallery-widget{--pad:24px;--gap:16px}
#gb-gallery-widget .gy-section{padding:56px 0 52px}
#gb-gallery-widget .gy-head{margin-bottom:34px}
#gb-gallery-widget .gy-title{font-size:clamp(25px,4.6vw,32px)}
#gb-gallery-widget .gy-grid{grid-template-columns:repeat(2,1fr)}
}
/* phone: the forced line break in the heading goes, text wraps naturally */
@media(max-width:600px){
#gb-gallery-widget .gy-br{display:none}
#gb-gallery-widget .gy-title{max-width:22ch}
}
@media(max-width:560px){
#gb-gallery-widget{--pad:20px;--gap:12px}
#gb-gallery-widget .gy-section{padding:44px 0 40px}
#gb-gallery-widget .gy-head{margin-bottom:28px}
#gb-gallery-widget .gy-eyebrow{font-size:12px;padding:5px 12px 5px 10px}
#gb-gallery-widget .gy-title{font-size:25px}
#gb-gallery-widget .gy-cap{gap:8px;margin-top:12px;padding-top:10px}
#gb-gallery-widget .gy-num{font-size:11px}
#gb-gallery-widget .gy-name{font-size:14.5px}
}
/* small phones: one photo per row */
@media(max-width:419px){
#gb-gallery-widget{--gap:20px}
#gb-gallery-widget .gy-grid{grid-template-columns:1fr}
#gb-gallery-widget .gy-cap{margin-top:14px;padding-top:12px}
#gb-gallery-widget .gy-name{font-size:15.5px}
}
@media(max-width:380px){
#gb-gallery-widget{--pad:16px}
#gb-gallery-widget .gy-title{font-size:23px}
}
@media(prefers-reduced-motion:reduce){
#gb-gallery-widget .gy-photo,
#gb-gallery-widget .gy-photo img{transition:none}
#gb-gallery-widget.gy-js .gy-card{opacity:1;animation:none}
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-1122d86 *//* ==========================================================
   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 */