/*
 * Site footer.
 *
 * Extracted from the source file during migration. The rules are the source
 * rules; only their home is new.
 *
 * Specificity note: the typography rules below are prefixed with `.fbf` rather
 * than targeting `.fbf-col h3` etc. directly. Elementor's Kit stylesheet
 * (`elementor-post-<kit>.css`, active via the `elementor-kit-N` body class)
 * emits `.elementor-kit-N h3`, `... p`, `... a` at specificity (0,1,1) — the
 * same as an unprefixed rule here — and WordPress enqueues the kit AFTER this
 * file, so an equal-specificity tie was being decided by source order and the
 * kit won. The extra `.fbf` puts these at (0,2,x), out of the kit's reach. Do
 * not remove it when editing.
 */

/* ===== reset ===== */
.fbf,.fbf *{box-sizing:border-box;margin:0;padding:0}
.fbf button{all:unset;box-sizing:border-box;cursor:pointer}
.fbf a,.fbf a:hover{text-decoration:none!important;box-shadow:none!important;
border-bottom-width:0;outline:none}
.fbf ul,.fbf li{list-style:none!important;margin:0;padding:0}
.fbf p{margin:0!important}
.fbf img{border:none;box-shadow:none;max-width:100%}
.fbf svg{display:inline-block;vertical-align:middle}
.fbf a:focus-visible,.fbf button:focus-visible{
outline:2px solid #0066CC!important;outline-offset:2px;border-radius:4px}

/* ===== tokens ===== */
.fbf{
--fbf-max:1360px;
--fbf-pad:28px;

/* apni factory image ka URL yahan daalein — khali chhor dein to sirf gradient */
--fbf-photo:none;

--fbf-navy:#042B6D;
--fbf-blue:#0066CC;
--fbf-head:#0F1B2E;
--fbf-link:#77808F;
--fbf-body:#4B5D77;
--fbf-mute:#8B98AB;
--fbf-rule:#D9E4F1;

position:relative;isolation:isolate;overflow:hidden;
background:linear-gradient(118deg,#F8FBFE 0%,#EFF5FC 38%,#E7EFFA 68%,#F4F8FD 100%);
color:var(--fbf-body);
font-family:'Inter','Segoe UI',system-ui,sans-serif;
font-size:16px;line-height:1.6;letter-spacing:normal;text-transform:none;
-webkit-font-smoothing:antialiased}

/* upar patli brand line — header se rishta */
.fbf::before{content:"";position:absolute;top:0;left:0;right:0;height:3px;z-index:3;
background:linear-gradient(90deg,#0066CC,#2EB0E7 45%,#7B4DD8)}

/* photo: daayen taraf, mask ke saath ghulti hui + soft blue glow */
.fbf-bgs{position:absolute;inset:0;z-index:0;pointer-events:none;overflow:hidden}
.fbf-bgs .ph{position:absolute;right:0;top:0;width:54%;height:100%;
background-image:var(--fbf-photo);background-size:cover;background-position:center 60%;
opacity:.15;filter:grayscale(.5);
-webkit-mask-image:linear-gradient(270deg,#000 0%,rgba(0,0,0,.5) 45%,transparent 88%);
mask-image:linear-gradient(270deg,#000 0%,rgba(0,0,0,.5) 45%,transparent 88%)}
/* `.fbf-bgs` clips, but the glow is 620px wide inside a 360px screen and any
   ancestor that scrolls would inherit the overflow. Capping it to the band
   keeps the effect and removes the risk. */
.fbf-bgs .gl{position:absolute;left:-140px;top:-180px;
width:min(620px,140%);height:520px;max-width:calc(100% + 280px);
border-radius:50%;background:radial-gradient(circle,rgba(46,176,231,.20),transparent 65%)}
.fbf .fbf-in{position:relative;z-index:2;
max-width:var(--fbf-max);margin:0 auto;padding:0 var(--fbf-pad);width:100%}
.fbf.fbf b,.fbf.fbf strong,.fbf.fbf h3{font-family:'IBM Plex Sans','Inter',sans-serif}

/* ================= MAIN GRID ================= */
.fbf-grid{display:grid;grid-template-columns:minmax(0,292px) minmax(0,1fr);
gap:46px;padding-top:44px;padding-bottom:36px}

/* ---- brand ---- */
.fbf-lock{display:flex;align-items:center;gap:12px;margin-bottom:13px}
.fbf-lock img{height:42px;width:auto;max-width:58px;object-fit:contain;display:block}
.fbf-lock .sep{width:1px;height:32px;flex:0 0 1px;
background:linear-gradient(180deg,transparent,var(--fbf-rule) 45%,transparent)}
.fbf-lock .txt{display:flex;flex-direction:column;line-height:1.1}
.fbf-lock .txt b{font-family:'IBM Plex Sans',sans-serif;font-size:18px;font-weight:700;
color:var(--fbf-head);letter-spacing:.015em;white-space:nowrap}
.fbf-lock .txt small{font-size:clamp(9.5px,1.6vw,10.5px);font-weight:600;letter-spacing:.18em;
text-transform:uppercase;color:var(--fbf-mute);margin-top:5px;white-space:nowrap}
.fbf-brand .blurb{font-size:13.2px;line-height:1.6;color:var(--fbf-body);
margin-bottom:16px!important;max-width:44ch}

.fbf-reach{display:flex;flex-direction:column;gap:9px;margin-bottom:14px}
.fbf .fbf-reach a,.fbf .fbf-reach div{display:flex;align-items:flex-start;gap:9px;
font-size:13.2px;line-height:1.5;color:var(--fbf-body)!important;transition:color .2s}
.fbf-reach svg{flex:0 0 14px;width:14px;height:14px;margin-top:3px;
stroke:var(--fbf-blue);fill:none;stroke-width:1.9;stroke-linecap:round;stroke-linejoin:round}
.fbf-reach a:hover{color:var(--fbf-blue)!important}

.fbf .fbf-certs{font-size:12.2px;line-height:1.7;color:var(--fbf-mute);letter-spacing:.02em;
padding-top:13px;border-top:1px solid var(--fbf-rule)}
.fbf .fbf-certs b{font-family:'Inter',sans-serif;font-weight:700;color:var(--fbf-body);
letter-spacing:.1em;text-transform:uppercase;font-size:9.6px;display:block;margin-bottom:3px}

/* ---- link columns ---- */
.fbf-cols{display:grid;grid-template-columns:repeat(5,minmax(0,1fr));gap:24px 22px}
.fbf-col{min-width:0}
.fbf .fbf-col h3{font-family:'IBM Plex Sans',sans-serif;font-size:13.6px;font-weight:700;
color:var(--fbf-head);line-height:1.3;position:relative;
padding-bottom:9px;margin-bottom:9px!important}
.fbf-col h3::after{content:"";position:absolute;left:0;bottom:0;width:20px;height:2px;
background:var(--fbf-blue);border-radius:2px}
.fbf-col h3 .cv{display:none;width:14px;height:14px;flex:0 0 14px;stroke:var(--fbf-mute);
fill:none;stroke-width:2.2;stroke-linecap:round;stroke-linejoin:round;transition:transform .3s}
.fbf-sub{display:flex;flex-direction:column}
.fbf .fbf-sub a{display:inline-block;width:fit-content;font-size:13.2px;line-height:1.45;
padding:5px 0;color:var(--fbf-link)!important;transition:color .18s,transform .18s}
/* A 20px link is fine under a cursor and too small under a thumb. The taller
   hit area is given only where the pointer is coarse, so the desktop column
   keeps its tighter rhythm. */
@media(pointer:coarse){
.fbf .fbf-sub a{min-height:44px;display:flex;align-items:center;padding:4px 0}}
.fbf-sub a:hover{color:var(--fbf-blue)!important;transform:translateX(3px)}

/* ================= BOTTOM BAR ================= */
.fbf .fbf-bot{position:relative;z-index:2;background:var(--fbf-navy);color:#CFE0F3}
.fbf-bot .fbf-in{display:flex;align-items:center;justify-content:space-between;
gap:16px 26px;padding-top:13px;padding-bottom:13px;flex-wrap:wrap}
.fbf-bot .copy{font-size:13px;color:#E4EEFA}
.fbf-bot .copy b{font-weight:600;color:#fff}
.fbf-bot .right{display:flex;align-items:center;gap:24px;flex-wrap:wrap}
.fbf-bot .socials{display:flex;gap:14px;align-items:center}
.fbf-bot .socials svg{width:15px;height:15px;fill:#93AECE;transition:fill .2s}
.fbf-bot .socials a:hover svg{fill:#fff}
.fbf-bot .legal{display:flex;align-items:center;gap:20px;flex-wrap:wrap}
.fbf-bot .legal a{font-size:12.6px;color:#B6CDE8!important;transition:color .2s}
.fbf-bot .legal a:hover{color:#fff!important;text-decoration:underline!important}
.fbf .fbf-up{display:inline-flex;align-items:center;gap:6px;font-size:12.6px;color:#B6CDE8;
transition:color .2s}
.fbf-up svg{width:12px;height:12px;stroke:currentColor;fill:none;stroke-width:2.3;
stroke-linecap:round;stroke-linejoin:round}
.fbf-up:hover{color:#fff}

/* ================= RESPONSIVE ================= */
@media(max-width:1160px){
.fbf-grid{grid-template-columns:1fr;gap:32px;padding-top:38px}
.fbf-brand{display:grid;grid-template-columns:minmax(0,1fr) auto;gap:28px;align-items:start}
.fbf-brand .blurb{max-width:52ch}
.fbf-reach{margin-bottom:0}
.fbf .fbf-certs{grid-column:1/-1;border-top:1px solid var(--fbf-rule)}}

@media(max-width:860px){
.fbf{--fbf-pad:20px}
.fbf-brand{grid-template-columns:1fr;gap:14px}
.fbf-cols{grid-template-columns:repeat(3,minmax(0,1fr));gap:26px 20px}
.fbf-bgs .ph{width:100%;opacity:.10;
-webkit-mask-image:linear-gradient(0deg,#000 0%,transparent 85%);
mask-image:linear-gradient(0deg,#000 0%,transparent 85%)}}

@media(max-width:640px){
.fbf-cols{grid-template-columns:repeat(2,minmax(0,1fr))}}

@media(max-width:520px){
.fbf-grid{padding-top:32px;padding-bottom:26px;gap:24px}
.fbf-cols{grid-template-columns:1fr;gap:0}
.fbf-col{border-bottom:1px solid var(--fbf-rule)}
.fbf-col:last-child{border-bottom:none}
.fbf .fbf-col h3{display:flex;align-items:center;justify-content:space-between;
cursor:pointer;padding:14px 0;margin-bottom:0!important;font-size:14px}
.fbf-col h3::after{display:none}
.fbf-col h3 .cv{display:block}
.fbf-col.open h3 .cv{transform:rotate(180deg)}
.fbf-sub{max-height:0;overflow:hidden;transition:max-height .35s ease}
.fbf-col.open .fbf-sub{max-height:420px;padding-bottom:10px}
.fbf-bot .fbf-in{flex-direction:column;align-items:flex-start;gap:12px}
.fbf-bot .right{width:100%;justify-content:space-between;gap:14px}
.fbf-bot .legal{gap:14px}}
