
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+Bengali:wght@400;600;700;800&family=Noto+Sans:wght@400;600;700;800&display=swap");
:root{
 --ink:#0d1224; --ink2:#17182b; --paper:#f5f7fb; --white:#fff; --muted:#697386;
 --green:#18a458; --green2:#0d8046; --blue:#1355a4;
 --violet:#7159E8; --violet2:#9b86ff; --violetBlack:#1a152d; --line:rgba(24,36,74,.12);
 --radius:26px; --shadow:0 24px 70px rgba(22,25,60,.13); --max:1380px;
}
*{box-sizing:border-box}
html{scroll-behavior:smooth}
body{margin:0;background:linear-gradient(180deg,#fafbff,#f1f3fb 55%,#f8f9fd);color:var(--ink);font-size:18px;line-height:1.55}
body.bn,body.bn button,body.bn input,body.bn select,body.bn textarea,body.bn a,body.bn h1,body.bn h2,body.bn h3,body.bn h4,body.bn p,body.bn span,body.bn li,body.bn strong{font-family:"Noto Sans Bengali","Noto Sans",sans-serif}
body.en,body.en button,body.en input,body.en select,body.en textarea,body.en a,body.en h1,body.en h2,body.en h3,body.en p{font-family:"Noto Sans",Arial,sans-serif}
a{text-decoration:none;color:inherit}
img{display:block;max-width:100%}
.container{width:min(var(--max),94%);margin:auto}
[data-en],body.bn [data-en],body:not(.en) [data-en]{display:none!important}
body.en [data-bn]{display:none!important}
body.en [data-en]{display:initial!important}
.topbar{background:linear-gradient(90deg,#0b2c59,#111428 52%,#3a245c);color:#fff;font-family:Arial,sans-serif;font-size:13px}
.topbar .container{display:flex;justify-content:space-between;gap:16px;align-items:center;padding:8px 0;flex-wrap:wrap}
.header{position:sticky;top:0;z-index:50;background:rgba(255,255,255,.95);backdrop-filter:blur(18px);border-bottom:1px solid rgba(40,55,110,.08)}
.nav{min-height:82px;display:flex;align-items:center;gap:24px}
.logo img{width:auto;max-width:240px;max-height:64px;height:auto;object-fit:contain}
.menu{display:flex;gap:24px;align-items:center;margin-left:auto;font-weight:700}
.menu a{padding:10px 0;position:relative}
.menu a.active{background:linear-gradient(135deg,var(--green2),var(--green));color:#fff;border-radius:13px;padding:10px 14px;box-shadow:0 12px 28px rgba(24,164,88,.22)}
.menu a:after{content:"";position:absolute;height:3px;border-radius:99px;left:0;right:100%;bottom:0;background:linear-gradient(90deg,var(--green),var(--violet));transition:.2s}
.menu a:hover:after,.menu a.active:after{right:0}
.actions{display:flex;gap:10px;align-items:center}
.lang{display:flex;background:#eeeaff;border:1px solid #d9d0ff;border-radius:999px;padding:4px;font-family:Arial,sans-serif}
.lang button{border:0;background:transparent;padding:8px 11px;border-radius:999px;font-weight:800;cursor:pointer}
.lang button.active{background:linear-gradient(135deg,var(--violet),#5e45df);color:#fff}
.btn{display:inline-flex;align-items:center;justify-content:center;gap:8px;padding:13px 18px;border-radius:15px;font-weight:700;border:1px solid transparent;cursor:pointer;transition:.2s}
.btn:hover{transform:translateY(-2px)}
.btn-green{background:linear-gradient(135deg,var(--green2),var(--green));color:#fff}
.btn-violet{background:linear-gradient(135deg,var(--violet),#5e45df);color:#fff;box-shadow:0 14px 32px rgba(113,89,232,.22)}
.btn-dark{background:#17182b;color:#fff}
.btn-light{background:#fff;border-color:#dce1ef;color:#182340}
.mobmenu{display:none;border:0;background:#efeaff;border-radius:14px;padding:11px 14px;font-size:20px}
.hero{position:relative;min-height:650px;display:flex;align-items:center;overflow:hidden;background:#111}
.hero-bg{position:absolute;inset:0;background-position:center;background-size:cover;filter:saturate(1.02)}
.hero:after{content:"";position:absolute;inset:0;background:
linear-gradient(90deg,rgba(7,10,18,.90) 0%,rgba(12,16,31,.74) 47%,rgba(75,47,129,.45) 100%),
radial-gradient(circle at 78% 25%,rgba(113,89,232,.35),transparent 32%)}
.hero .container{position:relative;z-index:2;padding:70px 0}
.hero-grid{display:grid;grid-template-columns:1.18fr .82fr;gap:44px;align-items:end}
.hero-copy{color:#fff;max-width:780px}
.eyebrow{display:inline-flex;align-items:center;gap:7px;border-radius:999px;padding:8px 12px;background:rgba(113,89,232,.18);border:1px solid rgba(209,202,255,.34);color:#dcd6ff;font-family:Arial,sans-serif;font-weight:800;font-size:12px;letter-spacing:.03em}
.hero h1{font-size:clamp(52px,5vw,78px);line-height:1.02;margin:18px 0 14px;font-weight:700;letter-spacing:-.025em}
.hero p{font-size:18px;font-weight:500;color:rgba(255,255,255,.78);max-width:680px;margin:0;line-height:1.55;text-shadow:0 1px 10px rgba(0,0,0,.35)}
.hero-actions{display:flex;gap:12px;flex-wrap:wrap;margin-top:24px}
.hero-facts{display:flex;gap:10px;flex-wrap:wrap;margin-top:24px}
.fact{padding:12px 14px;border:1px solid rgba(255,255,255,.14);background:rgba(255,255,255,.08);border-radius:16px;min-width:145px}
.fact b{display:block;color:#fff;font-size:20px}
.fact span{font-size:13px;color:rgba(255,255,255,.75)}
.control{background:rgba(15,15,30,.76);border:1px solid rgba(255,255,255,.16);backdrop-filter:blur(18px);border-radius:28px;padding:22px;color:#fff;box-shadow:var(--shadow)}
.control h3{font-size:25px;margin:10px 0 14px}
.control .step{padding:12px 13px;border-radius:15px;background:rgba(255,255,255,.075);border:1px solid rgba(255,255,255,.1);margin:8px 0}
.control .step small{display:inline-flex;width:30px;color:#bdacff;font-family:Arial,sans-serif;font-weight:900}
.section{padding:78px 0}
.section.dark{background:linear-gradient(135deg,#0f1425,#181528 54%,#2e1b4e);color:#fff}
.section.soft{background:rgba(255,255,255,.55)}
.head{display:flex;justify-content:space-between;align-items:flex-end;gap:24px;margin-bottom:30px}
.head h2{font-size:clamp(36px,3.7vw,56px);line-height:1.08;margin:8px 0 0}
.head p{max-width:620px;color:var(--muted);margin:0}
.dark .head p{color:rgba(255,255,255,.7)}
.grid2{display:grid;grid-template-columns:1fr 1fr;gap:26px;align-items:center}
.grid3{display:grid;grid-template-columns:repeat(3,1fr);gap:18px}
.card{background:#fff;border:1px solid var(--line);border-radius:var(--radius);box-shadow:var(--shadow);overflow:hidden}
.card-pad{padding:22px}
.project-card img{width:100%;height:300px;object-fit:cover}
.project-card h3{font-size:30px;margin:0 0 8px}
.project-card p{color:var(--muted);margin:0}
.tag{display:inline-flex;border-radius:999px;padding:7px 10px;background:#efeaff;color:#5f47c6;border:1px solid #ddd4ff;font-size:13px;font-weight:700;margin-bottom:10px}
.trustline{display:grid;grid-template-columns:repeat(5,1fr);gap:12px}
.trustitem{padding:18px;border-radius:22px;border:1px solid var(--line);background:#fff}
.trustitem i{display:grid;place-items:center;width:44px;height:44px;border-radius:14px;background:linear-gradient(135deg,var(--blue),var(--violet));color:#fff;font-style:normal;margin-bottom:10px}
.trustitem h3{margin:0 0 6px;font-size:23px}
.trustitem p{margin:0;color:var(--muted);font-size:16px}
.mapframe{position:relative;border-radius:28px;overflow:hidden;border:1px solid var(--line);box-shadow:var(--shadow);background:#fff}
.mapframe img{width:100%;height:auto}
.plot-mark{position:absolute;border:4px solid #5cff8b;background:rgba(92,255,139,.20);box-shadow:0 0 36px rgba(92,255,139,.55);border-radius:12px;transition:.2s}
.selector{display:grid;gap:10px}
.selectbtn{text-align:left;border:1px solid #dddff1;background:#fff;padding:13px 14px;border-radius:15px;font-weight:700;cursor:pointer}
.selectbtn.active{background:linear-gradient(135deg,var(--violet),#5e45df);color:#fff;border-color:transparent}
.infobox{padding:18px;border-radius:18px;background:#f3f4fb;margin-top:14px}
.pricegrid{display:grid;grid-template-columns:repeat(2,1fr);gap:10px}
.pricecell{padding:14px;background:#fff;border:1px solid var(--line);border-radius:16px}
.pricecell b{display:block;font-size:22px}
.homepreview{display:grid;grid-template-columns:160px 1fr;gap:14px;align-items:center;margin-top:14px}
.homepreview img{width:160px;height:120px;object-fit:cover;border-radius:16px}
.brochuregrid{display:grid;grid-template-columns:1.2fr .8fr;gap:20px;align-items:start}
.brochuremain img{border-radius:26px;box-shadow:var(--shadow);cursor:zoom-in}
.brochurethumbs{display:grid;grid-template-columns:1fr 1fr;gap:12px}
.brochurethumbs img{border-radius:18px;box-shadow:0 12px 28px rgba(18,25,60,.1);cursor:zoom-in}
.officegrid{display:grid;grid-template-columns:1.4fr .7fr .7fr;gap:12px}
.officegrid img{width:100%;height:280px;object-fit:cover;border-radius:22px;box-shadow:var(--shadow)}
.officegrid img:nth-child(2),.officegrid img:nth-child(3){height:280px}
.leaders{display:grid;grid-template-columns:1fr 1fr;gap:16px}
.leader{display:grid;grid-template-columns:150px 1fr;gap:16px;align-items:center;padding:18px;background:#fff;border:1px solid var(--line);border-radius:22px}
.leader img{width:150px;height:150px;object-fit:cover;border-radius:18px}
.gallery{columns:4;column-gap:14px}
.gitem{break-inside:avoid;margin-bottom:14px;border-radius:20px;overflow:hidden;cursor:zoom-in;box-shadow:0 12px 30px rgba(24,30,70,.1);background:#fff}
.gitem img{width:100%;height:auto}
.form{display:grid;gap:12px}
.form input,.form select,.form textarea{width:100%;padding:13px 14px;border:1px solid #dce1ef;border-radius:14px;background:#fff;font:inherit}
.form textarea{min-height:110px;resize:vertical}
.counter{display:none}
.counterbox{padding:14px 16px;background:#fff;border:1px solid var(--line);border-radius:16px;min-width:150px}
.counterbox b{display:block;font-size:24px}
.legalgrid{display:grid;grid-template-columns:1fr 1fr;gap:18px}
.legalgrid img{width:100%;border-radius:22px;border:1px solid var(--line);box-shadow:var(--shadow)}
.tablewrap{overflow:auto;border:1px solid var(--line);border-radius:18px;background:#fff}
table{border-collapse:collapse;width:100%;min-width:800px}
th,td{padding:13px;border-bottom:1px solid #eef0f5;text-align:left}
th{background:linear-gradient(90deg,#173d78,#5d45c9);color:#fff}
.footer{background:linear-gradient(135deg,#0c1930,#17204a 50%,#372160);color:#fff;padding:42px 0 94px;margin-top:30px}
.footergrid{display:grid;grid-template-columns:1.2fr .8fr .8fr 1fr;gap:26px}
.footer img{background:#fff;border-radius:14px;padding:6px;width:190px}
.footer p,.footer a{color:rgba(255,255,255,.8)}
.mobilebar{display:none;position:fixed;left:10px;right:10px;bottom:10px;z-index:70;gap:8px}
.mobilebar a{flex:1;text-align:center;padding:12px;border-radius:14px;color:#fff;font-family:Arial,sans-serif;font-weight:800;box-shadow:0 10px 30px rgba(0,0,0,.24)}
.modal{position:fixed;inset:0;display:none;align-items:center;justify-content:center;background:rgba(5,7,14,.94);z-index:100;padding:18px}
.modal.open{display:flex}
.modal img{max-width:94vw;max-height:90vh;border-radius:18px}
.modal button{position:absolute;right:18px;top:18px;width:45px;height:45px;border:0;border-radius:50%;background:var(--violet);color:#fff;font-size:22px;cursor:pointer}
.pagehero{padding:64px 0 34px;background:linear-gradient(135deg,#f7f8ff,#eeeaff)}
.contact-hero{background:linear-gradient(135deg,#e7fff0 0%,#dff0ff 48%,#eee8ff 100%);border-bottom:1px solid rgba(24,164,88,.18)}
.contact-hero .eyebrow{background:linear-gradient(135deg,var(--green2),var(--green));border-color:transparent;color:#fff;box-shadow:0 12px 28px rgba(24,164,88,.24)}
.pagehero h1{font-size:clamp(44px,5vw,68px);line-height:1.06;margin:12px 0}
.pagehero p{max-width:760px;color:var(--muted)}
@media(max-width:1100px){
 .hero-grid,.grid2,.brochuregrid{grid-template-columns:1fr}
 .trustline{grid-template-columns:repeat(3,1fr)}
 .grid3{grid-template-columns:1fr 1fr}
 .gallery{columns:3}
 .leaders{grid-template-columns:1fr}
 .officegrid{grid-template-columns:1fr 1fr}
 .officegrid img:first-child{grid-column:1/-1}
 .menu{display:none;position:absolute;left:3%;right:3%;top:78px;background:#fff;border:1px solid var(--line);padding:16px;border-radius:20px;box-shadow:var(--shadow);flex-direction:column;align-items:flex-start}
 .menu.open{display:flex}.mobmenu{display:block;margin-left:auto}.actions .btn-green{display:none}
}
@media(max-width:720px){
 body{font-size:17px}.container{width:94%}.topbar{display:none}.header .nav{min-height:72px}.logo img{width:auto;max-width:180px;max-height:56px}
 .hero{min-height:auto}.hero .container{padding:44px 0}.hero h1{font-size:43px}.hero p{font-size:17px}
 .trustline,.grid3,.pricegrid,.legalgrid,.footergrid{grid-template-columns:1fr}
 .gallery{columns:2}.officegrid{grid-template-columns:1fr}.officegrid img{height:auto!important}
 .leader{grid-template-columns:100px 1fr}.leader img{width:100px;height:100px}
 .head{align-items:flex-start;flex-direction:column}.head h2{font-size:36px}
 .mobilebar{display:flex}.footer{padding-bottom:100px}.brochurethumbs{grid-template-columns:1fr}
 .homepreview{grid-template-columns:120px 1fr}.homepreview img{width:120px;height:100px}
}


/* ===== V11.1 SOCIAL + GOOGLE MAPS ===== */
.office-steps{display:grid;grid-template-columns:repeat(4,1fr);gap:14px}
.office-steps .trustitem i{font-family:Arial,sans-serif;font-weight:800}
@media(max-width:900px){.office-steps{grid-template-columns:1fr 1fr}}
@media(max-width:640px){.office-steps{grid-template-columns:1fr}}
.social-float{display:none}
.social-float a,.social-float button{
  width:46px;height:46px;border-radius:15px;border:1px solid rgba(255,255,255,.14);
  display:grid;place-items:center;background:rgba(15,18,35,.88);color:#fff;
  box-shadow:0 12px 30px rgba(12,16,35,.22);cursor:pointer;font:700 14px/1 Arial,sans-serif;
  backdrop-filter:blur(14px);
}
.social-float a:hover,.social-float button:hover{transform:translateY(-2px);background:#7159E8}
.share-strip{
  display:flex;flex-wrap:wrap;gap:10px;align-items:center;margin-top:18px
}
.share-btn{
  display:inline-flex;align-items:center;justify-content:center;gap:8px;
  padding:11px 14px;border-radius:14px;border:1px solid #dfe3f0;background:#fff;
  color:#17213d;font:700 14px/1.2 Arial,sans-serif;cursor:pointer
}
.share-btn.fb{background:#1877F2;color:#fff;border-color:#1877F2}
.share-btn.x{background:#111;color:#fff;border-color:#111}
.share-btn.wa{background:#16a765;color:#fff;border-color:#16a765}
.share-btn.copy{background:#7159E8;color:#fff;border-color:#7159E8}
.share-btn.google{background:#fff;color:#174ea6}
.social-links{
  display:flex;flex-wrap:wrap;gap:10px;margin-top:14px
}
.social-links a{
  display:inline-flex;align-items:center;gap:8px;padding:10px 13px;border-radius:13px;
  border:1px solid rgba(255,255,255,.18);background:rgba(255,255,255,.08);color:#fff!important;
  font-family:Arial,sans-serif;font-weight:700;font-size:14px
}
.maps-grid{display:grid;grid-template-columns:1fr 1fr;gap:20px}
.map-card{
  background:#fff;border:1px solid var(--line);border-radius:24px;box-shadow:var(--shadow);overflow:hidden
}
.map-card iframe{width:100%;height:430px;border:0;display:block}
.map-card .map-copy{padding:18px}
.map-card h3{margin:0 0 8px;font-size:28px}
.map-card p{margin:0;color:var(--muted)}
.map-actions{display:flex;gap:10px;flex-wrap:wrap;margin-top:14px}
.location-badge{
  display:inline-flex;padding:8px 12px;border-radius:999px;background:#efeaff;color:#5f47c6;
  border:1px solid #ddd4ff;font-family:Arial,sans-serif;font-size:13px;font-weight:800
}
@media(max-width:900px){
  .maps-grid{grid-template-columns:1fr}
  .social-float{display:none}
}

/* V12 consistency and conversion tools */
.legal-ids{font-size:13px;line-height:1.8;opacity:.86}.footer-bottom{display:flex;justify-content:space-between;gap:16px;padding:18px 0;border-top:1px solid #ffffff24;font-size:13px}.trust-band{background:linear-gradient(135deg,#f0ebff,#eaf8ef)}.trust-promise{font-size:clamp(18px,2.4vw,28px);font-weight:900;color:#342465}.legal-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:12px}.legal-grid span,.legal-panel{background:#fff;border:1px solid #ded7f5;border-radius:16px;padding:16px}.standard-map iframe{width:100%;height:360px;border:0}.map-layout{display:grid;grid-template-columns:.8fr 1.2fr;gap:24px;align-items:center}.social-float{gap:9px}.social-float .float-whatsapp{width:auto;min-width:132px;padding:0 18px;border-radius:999px;background:#16a85a;color:#fff;font-weight:900;box-shadow:0 12px 36px #08783b66}.social-float a:not(.float-whatsapp),.social-float button{transform:scale(.88);opacity:.9}.emi-card{background:#fff;border:1px solid #ddd5f5;border-radius:24px;padding:24px;box-shadow:0 18px 50px #37236b12}.emi-card label{display:block;font-weight:800;margin-bottom:16px}.emi-card select{width:100%;margin-top:8px;padding:13px;border:1px solid #d8dbe6;border-radius:12px;background:#fff}.emi-results{display:grid;grid-template-columns:repeat(3,1fr);gap:14px}.emi-results div{background:linear-gradient(145deg,#f4f0ff,#eef9f2);border-radius:18px;padding:18px}.emi-results span{display:block;font-size:13px;margin-bottom:7px}.emi-results b{font-size:21px;color:#4b2a86}.calc-note,.sample-disclaimer{margin-top:14px;color:#665f72}.sample-disclaimer{background:#fff4d8;border:1px solid #edcf7a;border-radius:14px;padding:14px;font-weight:800}.not-for-sale{display:inline-block;background:#fff0ef;color:#a82c28;border-radius:999px;padding:7px 10px;font-weight:900}.faq-list{display:grid;gap:12px}.faq-list details{background:#fff;border:1px solid #e0d9f1;border-radius:16px;padding:18px}.faq-list summary{cursor:pointer;font-weight:900;color:#39236e}.faq-list p{margin:12px 0 0}.mobilebar{display:flex;left:50%;right:auto;bottom:12px;width:min(760px,calc(100% - 24px));transform:translateX(-50%);padding:7px;background:#171126;border:1px solid #ffffff24;border-radius:18px;box-shadow:0 18px 55px #120b23aa}.mobilebar a{display:flex;align-items:center;justify-content:center;min-height:46px;padding:9px 12px}.mobilebar .wa{background:#16a85a;color:#fff}.mobilebar .call{background:#7159e8}.mobilebar .messenger{background:#087bea}.mobilebar .visit{background:#26323f}.footer{padding-bottom:105px}
@media(max-width:760px){.map-layout,.legal-grid,.emi-results{grid-template-columns:1fr}.standard-map iframe{height:300px}.footer-bottom{flex-direction:column}.social-float .float-whatsapp{min-width:118px}.emi-card{padding:16px}.mobilebar{width:calc(100% - 16px);bottom:8px;gap:5px;padding:5px}.mobilebar a{font-size:12px;padding:8px 4px;min-height:44px}}

.faq-cats{display:grid;grid-template-columns:1fr 1fr;gap:18px}
.faq-cat{background:#fff;border:1px solid var(--line);border-radius:22px;padding:18px;box-shadow:0 10px 28px rgba(22,25,60,.06)}
.faq-cat h3{margin:0 0 14px;font-size:22px}
@media(max-width:800px){.faq-cats{grid-template-columns:1fr}}


/* Final polish */
.hero .btn-green[href$="alfa-zone.html"]{background:rgba(255,255,255,.16);border-color:rgba(255,255,255,.34);color:#fff}
.logo img{max-height:64px;width:auto;object-fit:contain}
.caption-note{margin-top:12px;color:#665f72;font-weight:700}
body{padding-bottom:74px}
.mobilebar{display:flex}
@media(max-width:720px){
 .logo img{max-height:56px;max-width:178px}
 .hero h1{font-size:40px;letter-spacing:0}
 .hero-actions .btn{min-height:48px}
 body{padding-bottom:82px}
}


/* Final polish */
.hero .btn-green[href$="alfa-zone.html"]{background:rgba(255,255,255,.16);border-color:rgba(255,255,255,.34);color:#fff}
.logo img{max-height:64px;width:auto;object-fit:contain}
.caption-note{margin-top:12px;color:#665f72;font-weight:700}
body{padding-bottom:74px}
.mobilebar{display:flex}
@media(max-width:720px){
 .logo img{max-height:56px;max-width:178px}
 .hero h1{font-size:40px;letter-spacing:0}
 .hero-actions .btn{min-height:48px}
 body{padding-bottom:82px}
}


/* Curated real media upgrade */
.hero h1,.pagehero h1{letter-spacing:0!important}
.proof-section{background:linear-gradient(180deg,#ffffff,#f1f6ff)}
.proof-grid{display:grid;grid-template-columns:1.35fr .85fr .85fr;gap:14px}
.proof-card,.video-card{margin:0;background:#fff;border:1px solid var(--line);border-radius:22px;overflow:hidden;box-shadow:var(--shadow)}
.proof-card img{width:100%;height:330px;object-fit:cover;cursor:zoom-in}
.proof-wide img{height:420px}
.proof-card figcaption,.video-card figcaption{padding:14px 16px;color:#5d6678;font-size:15px}
.proof-card b{display:block;color:#17203a;font-size:18px;margin-bottom:3px}
.real-gallery .gitem,.office-gallery .gitem{box-shadow:0 14px 34px rgba(14,24,52,.12)}
.video-grid{display:grid;grid-template-columns:1fr 1fr;gap:16px}
.video-card video{display:block;width:100%;aspect-ratio:16/9;background:#0b1020;object-fit:cover}
.video-card:nth-child(2) video{aspect-ratio:9/14;max-height:620px;object-fit:cover;margin:auto;background:#101829}
.media-story{background:linear-gradient(135deg,#eef9f2,#f0ecff)}
.gallery img{background:#eef2f7}
@media(max-width:1000px){.proof-grid{grid-template-columns:1fr 1fr}.proof-wide{grid-column:1/-1}.proof-wide img{height:360px}.video-grid{grid-template-columns:1fr}}
@media(max-width:640px){.proof-grid{grid-template-columns:1fr}.proof-card img,.proof-wide img{height:auto}.gallery{columns:1}.video-card:nth-child(2) video{max-height:none}}


/* Final fixed-layout content update */
.compact-trust{padding:28px 0;background:linear-gradient(180deg,#ffffff,#f7fffb)}
.legal-grid-4{grid-template-columns:repeat(4,1fr)}
.legal-grid-4 span{display:grid;grid-template-columns:48px 1fr;column-gap:12px;align-items:center;min-height:70px}
.legal-grid-4 i{grid-row:1/3;width:42px;height:42px;border-radius:13px;background:#087a58;color:#fff;font-style:normal;font:800 13px/42px Arial,sans-serif;text-align:center}
.legal-grid-4 b{display:block;color:#064935;font-size:15px;line-height:1.2}
.legal-grid-4 small{display:block;color:#67746f;font-size:12px;line-height:1.4}
.office-steps.five{grid-template-columns:repeat(5,1fr)}
.office-steps.five .trustitem h3{font-size:21px;line-height:1.35}
.facilities-section{background:linear-gradient(180deg,#f6fbf8,#edf6f1)}
.facility-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:16px}
.facility-card{background:#fff;border:1px solid #dfeae4;border-radius:18px;padding:18px;box-shadow:0 12px 32px rgba(11,81,56,.06)}
.facility-card i{display:grid;place-items:center;width:36px;height:36px;border-radius:10px;background:#e8f6ef;color:#087a58;font:900 13px/1 Arial,sans-serif;font-style:normal;margin-bottom:12px}
.facility-card h3{margin:0 0 8px;color:#061b19;font-size:20px;line-height:1.35}
.facility-card p{margin:0;color:#5f7069;font-size:15px;line-height:1.6}
@media(max-width:1000px){.legal-grid-4,.office-steps.five,.facility-grid{grid-template-columns:1fr 1fr}}
@media(max-width:640px){.legal-grid-4,.office-steps.five,.facility-grid{grid-template-columns:1fr}}


/* V13 fixed-layout corrections: compact facilities table, selected media, and bottom maps */
.office-steps-section{background:#f8f9fd}
.facility-table-wrap{overflow-x:auto;border:1px solid #dfeae4;border-radius:18px;background:#fff;box-shadow:0 12px 32px rgba(11,81,56,.06)}
.facility-table{width:100%;border-collapse:collapse;min-width:720px}
.facility-table th,.facility-table td{padding:12px 14px;text-align:left;border-bottom:1px solid #e6eee9;vertical-align:top}
.facility-table th{background:#e8f6ef;color:#07583f;font-size:14px;font-weight:900}
.facility-table td:first-child{width:62px;color:#087a58;font:900 13px/1 Arial,sans-serif}
.facility-table td:nth-child(2){width:30%;font-weight:900;color:#10271f}
.facility-table td:nth-child(3){color:#5d7068;font-size:14px}
.facility-table tr:last-child td{border-bottom:0}
.project-category-grid .project-card img{height:230px;object-fit:cover}
.project-category-grid .card-pad p{margin:8px 0 0;color:#d9d2ff}
.project-cta{margin-top:20px}
.locations-section{background:linear-gradient(180deg,#f7f8ff,#ffffff)}
.locations-section .maps-grid{align-items:start}
.locations-section .map-card iframe{height:300px}
.locations-section .map-copy{padding:18px}
.locations-section .map-copy h3{margin:10px 0 8px}
.locations-section .map-note{margin-top:8px;color:var(--muted);font-size:14px}
.gallery-section{background:#fff}
.gallery-section .gallery{columns:3}
@media(max-width:1000px){.gallery-section .gallery{columns:2}}
@media(max-width:640px){.facility-table{min-width:650px}.gallery-section .gallery{columns:1}.project-category-grid .project-card img{height:220px}}

.hero-photo img{width:100%;max-height:440px;object-fit:cover;border-radius:22px;box-shadow:0 24px 50px rgba(0,0,0,.28)}
@media(max-width:900px){.hero-photo img{max-height:260px}}

.facilities-visual{margin:0}
.facilities-visual img{width:100%;border-radius:24px;box-shadow:0 18px 40px rgba(16,40,28,.12);background:#fff}
.hero-grid{grid-template-columns:1fr !important}
.hero-copy{max-width:760px}

.visitor-bar{
  display:flex;
  gap:10px;
  flex-wrap:wrap;
  justify-content:center;
  width:100%;
  margin:0 0 14px;
  padding:10px 0 14px;
  border-bottom:1px solid rgba(255,255,255,.14);
  font-size:13px;
}
.visitor-pill{
  display:inline-flex;
  align-items:center;
  gap:7px;
  min-height:34px;
  padding:7px 12px;
  border:1px solid rgba(255,255,255,.16);
  border-radius:999px;
  background:linear-gradient(135deg,rgba(255,255,255,.12),rgba(255,255,255,.05));
  color:rgba(255,255,255,.9);
  box-shadow:0 10px 28px rgba(0,0,0,.14);
}
.visitor-bar b{font-variant-numeric:tabular-nums;color:#fff;font-weight:900}

.topbar a{color:inherit;text-decoration:underline;text-underline-offset:3px}
.btn-facebook{background:#1877f2;color:#fff;border-color:#1877f2}
.nav-fb{padding:10px 14px;min-height:40px}
.hero-facts{grid-template-columns:repeat(auto-fit,minmax(150px,1fr))}
.finance-section{background:linear-gradient(180deg,#ffffff,#f3fbf6)}
.finance-grid{display:grid;grid-template-columns:repeat(5,1fr);gap:12px}
.finance-grid article{background:#fff;border:1px solid #d8efdf;border-radius:16px;padding:16px;box-shadow:0 12px 34px #0b6f3510}
.finance-grid b{display:block;font-size:22px;color:#176d38}
.finance-grid span{display:block;color:#526070;margin-top:5px}
.media-archive{display:grid;grid-template-columns:repeat(4,1fr);gap:14px}
.media-card{margin:0;background:#fff;border:1px solid #e1e6ef;border-radius:14px;overflow:hidden;box-shadow:0 12px 36px #24324f10}
.media-card img,.media-card video{width:100%;aspect-ratio:1/1;object-fit:cover;display:block;background:#eef3f7}
.media-card figcaption{padding:10px 12px;font-size:13px;font-weight:800;color:#2f3b4d}
@media(max-width:980px){.finance-grid,.media-archive{grid-template-columns:repeat(2,1fr)}.smart-lead{align-items:flex-start;flex-direction:column}.smart-actions{justify-content:flex-start}}
@media(max-width:560px){.media-archive{grid-template-columns:1fr}.finance-grid{grid-template-columns:1fr}.nav-fb{display:none}}

/* Language and visual polish final */
.facilities-section{
  background:
    radial-gradient(circle at 12% 0, rgba(13,148,76,.22), transparent 30%),
    radial-gradient(circle at 88% 12%, rgba(105,82,224,.14), transparent 28%),
    linear-gradient(135deg,#e7fff0 0%,#d9f4e5 45%,#eef0ff 100%) !important;
  border-top:1px solid rgba(11,102,59,.14);
  border-bottom:1px solid rgba(11,102,59,.14);
}
.facilities-section .head{
  padding:18px 22px;
  border:1px solid rgba(12,122,68,.14);
  border-radius:24px;
  background:rgba(255,255,255,.82);
  box-shadow:0 18px 45px rgba(11,81,56,.1);
}
.facilities-section .eyebrow{
  background:linear-gradient(135deg,var(--green2),var(--green));
  border-color:transparent;
  color:#fff;
  box-shadow:0 10px 26px rgba(8,122,88,.18);
}
.facilities-section h2{color:#063f26}
.facilities-visual{
  margin:26px 0 0;
  padding:12px;
  border:1px solid rgba(10,112,61,.16);
  border-radius:30px;
  background:#fff;
  box-shadow:0 22px 55px rgba(16,40,28,.18);
}
.facilities-visual img{
  width:100%;
  display:block;
  border-radius:22px;
  box-shadow:none;
}


/* Owner, SEO and Bangla footer polish */
.footergrid{grid-template-columns:1.35fr .75fr 1fr 1.1fr}
.footer h3{margin:8px 0 12px;font-size:22px}
.footer ul{margin:10px 0 0;padding-left:18px;color:rgba(255,255,255,.82)}
.footer li{margin:6px 0}
.owner-mini{margin-top:14px;padding:13px;border:1px solid rgba(255,255,255,.16);border-radius:16px;background:rgba(255,255,255,.07)}
.owner-mini b,.owner-mini a,.owner-mini small{display:block}
.owner-mini a{font-weight:900;color:#fff}
.owner-mini small{color:rgba(255,255,255,.72)}
.owner-hero{background:linear-gradient(135deg,#f7fff9,#f1edff)}
.owner-profile{display:grid;grid-template-columns:.9fr 1.1fr;gap:22px;align-items:start}
.owner-card{background:#fff;border:1px solid var(--line);border-radius:24px;padding:24px;box-shadow:var(--shadow)}
.owner-card h2,.owner-card h3{margin-top:0}
.owner-links{display:flex;gap:10px;flex-wrap:wrap;margin-top:16px}
.owner-links a{border-radius:14px;padding:12px 14px;border:1px solid #dfe4ee;font-weight:800;background:#fff}
.owner-links a.primary{background:#1877f2;color:#fff;border-color:#1877f2}
.owner-links a.green{background:#16a85a;color:#fff;border-color:#16a85a}
.owner-facts{display:grid;grid-template-columns:repeat(2,1fr);gap:12px;margin-top:16px}
.owner-facts span{display:block;background:#f7f8fc;border:1px solid #e5e8f1;border-radius:14px;padding:12px;font-weight:800}
@media(max-width:900px){.owner-profile{grid-template-columns:1fr}.footergrid{grid-template-columns:1fr}}

/* Readable section markers: keep the fixed layout, improve contrast and hierarchy. */
.office-steps-section .head,
.finance-section .head,
.facilities-section .head{
  position:relative;
  padding:20px 24px 22px 28px;
  border:1px solid rgba(18,45,84,.14);
  border-left:7px solid var(--green);
  border-radius:18px;
  background:#fff;
  box-shadow:0 12px 30px rgba(18,31,67,.10);
}
.office-steps-section .head{border-left-color:#1355a4;background:#f5f9ff}
.finance-section .head{border-left-color:#0d8046;background:#f3fff7}
.facilities-section .head{border-left-color:#7159e8;background:#fff}
.office-steps-section .eyebrow,
.finance-section .eyebrow,
.facilities-section .eyebrow{
  display:inline-flex;
  min-height:38px;
  padding:9px 15px;
  border:0;
  border-radius:10px;
  background:#1355a4;
  color:#fff;
  font-size:15px;
  line-height:1.25;
  letter-spacing:0;
  box-shadow:0 7px 16px rgba(19,85,164,.22);
}
.finance-section .eyebrow{background:#0d8046;box-shadow:0 7px 16px rgba(13,128,70,.22)}
.facilities-section .eyebrow{background:#5e45df;box-shadow:0 7px 16px rgba(94,69,223,.22)}
.office-steps-section .head h2,
.finance-section .head h2,
.facilities-section .head h2{margin-top:12px;color:#0d1224}
.office-steps-section .head p,
.finance-section .head p,
.facilities-section .head p{color:#39465b;font-weight:600}
@media(max-width:640px){
  .office-steps-section .head,
  .finance-section .head,
  .facilities-section .head{padding:16px 16px 18px 20px;border-left-width:5px}
  .office-steps-section .eyebrow,
  .finance-section .eyebrow,
  .facilities-section .eyebrow{font-size:14px;min-height:35px;padding:8px 12px}
}

/* High-contrast markers for every major home-page section. */
.proof-section .eyebrow,
.locations-section .eyebrow,
.gallery-section .eyebrow,
.faq-section .eyebrow,
.media-story .eyebrow{
  background:#111827;
  border-color:#111827;
  color:#fff;
  box-shadow:0 8px 18px rgba(0,0,0,.20);
  font-size:15px;
  letter-spacing:0;
  min-height:38px;
  padding:9px 15px;
}
.proof-section .head,
.locations-section .head,
.gallery-section .head,
.faq-section .head,
.media-story .head{
  padding:18px 22px 20px 26px;
  border-left:7px solid #111827;
  border-radius:18px;
  background:#fff;
  box-shadow:0 12px 30px rgba(18,31,67,.09);
}
.proof-section .head h2,
.locations-section .head h2,
.gallery-section .head h2,
.faq-section .head h2,
.media-story .head h2{margin-top:12px;color:#0d1224}

/* The first cover remains photographic but is no longer buried under a heavy overlay. */
.hero:after{background:
  linear-gradient(90deg,rgba(7,10,18,.64) 0%,rgba(12,16,31,.48) 47%,rgba(75,47,129,.25) 100%),
  radial-gradient(circle at 78% 25%,rgba(113,89,232,.22),transparent 32%)}
.hero-copy{text-shadow:0 2px 12px rgba(0,0,0,.42)}
@media(max-width:640px){
  .proof-section .head,
  .locations-section .head,
  .gallery-section .head,
  .faq-section .head,
  .media-story .head{padding:16px 16px 18px 20px;border-left-width:5px}
  .proof-section .eyebrow,
  .locations-section .eyebrow,
  .gallery-section .eyebrow,
  .faq-section .eyebrow,
  .media-story .eyebrow{font-size:14px;min-height:35px;padding:8px 12px}
}

/* Make every section/category marker unmistakable across every page. */
body .section .eyebrow,
body .pagehero .eyebrow,
body .hero .eyebrow{
  background:#111827;
  border:1px solid #111827;
  color:#fff;
  min-height:38px;
  padding:9px 15px;
  border-radius:10px;
  font-size:15px;
  line-height:1.25;
  letter-spacing:0;
  box-shadow:0 8px 18px rgba(0,0,0,.22);
}
body .section .head .eyebrow,
body .pagehero .eyebrow{font-weight:900}
body .hero .eyebrow{background:#172554;border-color:#334155}
body .section.dark .eyebrow{background:#020617;border-color:#334155}
@media(max-width:640px){
  body .section .eyebrow,
  body .pagehero .eyebrow,
  body .hero .eyebrow{min-height:35px;padding:8px 12px;font-size:14px}
}
