
:root{--navy:#06244b;--blue:#0788d1;--lime:#a9cc18;--ink:#142033;--muted:#68758a;--paper:#f6f8fb;--white:#fff;--shadow:0 14px 40px rgba(4,34,72,.12)}
*{box-sizing:border-box}html{scroll-behavior:smooth}body{margin:0;font-family:Arial,Helvetica,sans-serif;color:var(--ink);background:white;line-height:1.65}a{text-decoration:none;color:inherit}img{max-width:100%;display:block}.container{width:min(1180px,92%);margin:auto}.topbar{background:var(--navy);color:#dcecff;font-size:14px}.topbar .container{display:flex;justify-content:space-between;gap:20px;padding:9px 0}.header{position:sticky;top:0;z-index:30;background:#fff;box-shadow:0 3px 18px rgba(0,0,0,.08)}.nav{display:flex;align-items:center;justify-content:space-between;min-height:86px}.brand img{width:330px;max-height:72px;object-fit:contain;object-position:left}.menu{display:flex;align-items:center;gap:22px;font-weight:700;font-size:14px}.menu a:hover{color:var(--blue)}.donate{background:var(--lime);padding:12px 18px;border-radius:6px;color:#142000}.hamb{display:none;font-size:26px;background:none;border:0}.hero{min-height:690px;color:white;display:grid;place-items:center;background:linear-gradient(90deg,rgba(2,20,45,.88),rgba(2,20,45,.28)),url('../images/hero.jpg') center/cover}.hero-inner{padding:90px 0}.eyebrow{text-transform:uppercase;letter-spacing:.16em;font-weight:800;color:#bfe6ff}.hero h1{font-size:clamp(42px,6vw,78px);line-height:1.02;max-width:880px;margin:16px 0}.hero p{font-size:21px;max-width:760px}.actions{display:flex;gap:14px;flex-wrap:wrap;margin-top:28px}.btn{display:inline-block;padding:13px 20px;border-radius:6px;font-weight:800;background:var(--blue);color:#fff}.btn.alt{background:#fff;color:var(--navy)}section{padding:78px 0}.section-head{max-width:760px;margin-bottom:34px}.section-head h2{font-size:40px;line-height:1.15;margin:8px 0 12px}.section-head p{color:var(--muted)}.grid{display:grid;gap:24px}.grid-3{grid-template-columns:repeat(3,1fr)}.grid-2{grid-template-columns:repeat(2,1fr)}.card{background:#fff;border-radius:12px;overflow:hidden;box-shadow:var(--shadow);height:100%}.card img{width:100%;height:220px;object-fit:cover}.card-body{padding:24px}.card h3{margin:0 0 10px;font-size:23px}.card p{color:var(--muted)}.band{background:var(--paper)}.stats{background:var(--navy);color:#fff}.stats .grid{grid-template-columns:repeat(4,1fr);text-align:center}.stat strong{font-size:42px;color:var(--lime);display:block}.split{display:grid;grid-template-columns:1.05fr .95fr;gap:46px;align-items:center}.split img{border-radius:14px;min-height:420px;object-fit:cover}.quote{border-left:5px solid var(--lime);padding:18px 24px;background:#fff;box-shadow:var(--shadow);font-size:20px}.page-hero{min-height:390px;color:#fff;display:grid;align-items:end;background:linear-gradient(90deg,rgba(2,20,45,.9),rgba(2,20,45,.3)),var(--bg) center/cover}.page-hero .container{padding:80px 0}.page-hero h1{font-size:54px;line-height:1.05;margin:10px 0}.content h2{font-size:34px}.content p,.content li{color:#4f5d70}.footer{background:#031a38;color:#d7e4f5;padding:60px 0 20px}.footer-grid{display:grid;grid-template-columns:2fr 1fr 1fr 1.3fr;gap:30px}.footer h4{color:#fff}.footer a{display:block;margin:7px 0}.copyright{border-top:1px solid rgba(255,255,255,.14);margin-top:35px;padding-top:18px;font-size:14px}.notice{background:#fff7da;border:1px solid #eed27e;padding:14px;border-radius:8px}.gallery{columns:3 260px;column-gap:18px}.gallery img{margin:0 0 18px;border-radius:10px;width:100%}.form input,.form textarea,.form select{width:100%;padding:13px;border:1px solid #cad3df;border-radius:6px;margin:7px 0 16px}.form textarea{min-height:150px}
@media(max-width:900px){.menu{display:none;position:absolute;top:86px;left:0;right:0;background:#fff;padding:22px;flex-direction:column;box-shadow:var(--shadow)}.menu.open{display:flex}.hamb{display:block}.brand img{width:230px}.grid-3,.stats .grid,.footer-grid{grid-template-columns:1fr 1fr}.split{grid-template-columns:1fr}.hero{min-height:620px}.page-hero h1{font-size:42px}}
@media(max-width:620px){.grid-2,.grid-3,.stats .grid,.footer-grid{grid-template-columns:1fr}.topbar .container{display:block}.hero h1{font-size:44px}.section-head h2{font-size:34px}}

/* Enhanced navigation and institutional styling */
.nav-item{position:relative;display:flex;align-items:center}.nav-item>a{padding:31px 0}.has-sub .sub-toggle{border:0;background:transparent;font-size:13px;padding:8px 0 8px 5px;cursor:pointer}.submenu{display:none;position:absolute;top:76px;left:-16px;min-width:270px;background:#fff;border-top:3px solid var(--blue);box-shadow:var(--shadow);padding:10px 0;border-radius:0 0 8px 8px;z-index:50}.submenu a{display:block;padding:10px 16px;font-weight:600;line-height:1.3}.submenu a:hover{background:var(--paper)}.has-sub:hover>.submenu,.has-sub:focus-within>.submenu,.has-sub.open>.submenu{display:block}.project-alt{background:var(--navy)!important;color:#fff!important}.brand{display:flex;align-items:center}.brand img{width:360px;height:78px;object-fit:contain;object-position:left center}.content .section-head{max-width:850px}.content .notice{margin-bottom:20px}
@media(max-width:900px){.nav-item{width:100%;display:block}.nav-item>a{padding:8px 0;display:inline-block}.has-sub .sub-toggle{float:right}.submenu{position:static;box-shadow:none;border-top:0;border-left:3px solid var(--blue);margin:4px 0 8px 8px;border-radius:0;min-width:0;width:calc(100% - 8px)}.has-sub:hover>.submenu{display:none}.has-sub.open>.submenu{display:block}.brand img{width:245px;height:64px}.menu{align-items:stretch;max-height:calc(100vh - 86px);overflow:auto}}

/* Topic-specific documentary photography */
.hero[style*='--home-bg']{background:linear-gradient(90deg,rgba(2,20,45,.88),rgba(2,20,45,.28)),var(--home-bg) center/cover}.section-photo{margin:28px 0 34px}.section-photo img{width:100%;max-height:520px;object-fit:cover;border-radius:14px;box-shadow:var(--shadow)}.section-photo figcaption{font-size:13px;color:var(--muted);margin-top:8px}.content img{object-position:center}.photo-note{font-size:13px;color:var(--muted)}

/* Header refinement: larger, brighter logo and single-line desktop menu */
.header .container.nav{width:min(1480px,97%);gap:22px}
.brand{flex:0 0 auto;min-width:0}
.brand img{
  width:430px;
  height:104px;
  max-height:none;
  object-fit:contain;
  object-position:left center;
  filter:brightness(1.16) saturate(1.18) contrast(1.06);
}
.nav{min-height:116px}
.menu{
  flex:1 1 auto;
  justify-content:flex-end;
  gap:13px;
  font-size:13px;
  white-space:nowrap;
  flex-wrap:nowrap;
}
.nav-item,.nav-item>a,.donate{white-space:nowrap}
.nav-item>a{padding:43px 0}
.submenu{top:102px}


@media(min-width:941px) and (max-width:1280px){
  .header .container.nav{width:min(1240px,98%);gap:12px}
  .brand img{width:330px;height:90px}
  .nav{min-height:104px}
  .menu{gap:9px;font-size:12px}
  .nav-item>a{padding:37px 0}
  .submenu{top:92px}
  .donate{padding:10px 13px}
}

@media(max-width:940px){
  .menu{display:none;position:absolute;top:116px;left:0;right:0;background:#fff;padding:22px;flex-direction:column;box-shadow:var(--shadow);white-space:normal;align-items:stretch;max-height:calc(100vh - 116px);overflow:auto}
  .menu.open{display:flex}
  .hamb{display:block}
  .nav-item{width:100%;display:block}
  .nav-item>a{padding:8px 0;display:inline-block;white-space:nowrap}
  .has-sub .sub-toggle{float:right}
  .submenu{position:static;box-shadow:none;border-top:0;border-left:3px solid var(--blue);margin:4px 0 8px 8px;border-radius:0;min-width:0;width:calc(100% - 8px)}
  .has-sub:hover>.submenu{display:none}
  .has-sub.open>.submenu{display:block}
  .brand img{width:360px;height:92px}
  .nav{min-height:104px}
  .menu{top:104px;max-height:calc(100vh - 104px)}
}
@media(max-width:620px){
  .brand img{width:270px;height:76px}
  .nav{min-height:88px}
  .menu{top:88px;max-height:calc(100vh - 88px)}
}

/* Final header update: restore every main menu and enlarge the AWEDO logo */
.header .container.nav{
  width:99%;
  max-width:1700px;
  gap:14px;
  padding:0 8px;
}
.nav{min-height:128px}
.brand{flex:0 0 auto}
.brand img{
  width:500px;
  height:116px;
  max-height:none;
  object-fit:contain;
  object-position:left center;
  filter:brightness(1.28) saturate(1.32) contrast(1.08);
}
.menu{
  flex:1 1 auto;
  display:flex;
  justify-content:flex-end;
  align-items:center;
  flex-wrap:nowrap;
  white-space:nowrap;
  gap:9px;
  font-size:12.2px;
}
.nav-item,.nav-item>a,.nav-item button,.donate{white-space:nowrap}
.nav-item>a{padding:48px 0}
.donate{padding:11px 14px}
.submenu{top:112px}
.submenu-right{left:auto;right:-8px}

@media(min-width:1181px) and (max-width:1450px){
  .header .container.nav{width:99.5%;gap:8px;padding:0 4px}
  .brand img{width:410px;height:108px}
  .nav{min-height:118px}
  .menu{gap:6px;font-size:11.2px}
  .nav-item>a{padding:43px 0}
  .donate{padding:9px 10px}
  .submenu{top:103px}
}

@media(max-width:1180px){
  .brand img{width:390px;height:98px}
  .nav{min-height:108px}
  .menu{display:none;position:absolute;top:108px;left:0;right:0;background:#fff;padding:22px;flex-direction:column;box-shadow:var(--shadow);white-space:normal;align-items:stretch;max-height:calc(100vh - 108px);overflow:auto}
  .menu.open{display:flex}
  .hamb{display:block}
  .nav-item{width:100%;display:block}
  .nav-item>a{padding:8px 0;display:inline-block;white-space:nowrap}
  .has-sub .sub-toggle{float:right}
  .submenu,.submenu-right{position:static;left:auto;right:auto;box-shadow:none;border-top:0;border-left:3px solid var(--blue);margin:4px 0 8px 8px;border-radius:0;min-width:0;width:calc(100% - 8px)}
  .has-sub:hover>.submenu{display:none}
  .has-sub.open>.submenu{display:block}
}
@media(max-width:620px){
  .brand img{width:300px;height:82px}
  .nav{min-height:92px}
  .menu{top:92px;max-height:calc(100vh - 92px)}
}

/* High-visibility AWEDO logo treatment */
.brand{
  background:linear-gradient(135deg,#031a38 0%,#062f63 100%);
  border-radius:14px;
  padding:8px 14px;
  box-shadow:0 8px 24px rgba(3,26,56,.22);
  overflow:visible;
}
.brand img{
  width:560px !important;
  height:112px !important;
  max-height:none !important;
  object-fit:contain;
  object-position:left center;
  filter:brightness(1.22) saturate(1.28) contrast(1.12) drop-shadow(0 2px 3px rgba(0,0,0,.22)) !important;
}
.nav{min-height:142px}
.header .container.nav{align-items:center}
@media(min-width:1181px) and (max-width:1450px){
  .brand img{width:455px !important;height:100px !important}
  .nav{min-height:128px}
}
@media(max-width:1180px){
  .brand{padding:6px 10px;border-radius:10px}
  .brand img{width:410px !important;height:88px !important}
  .nav{min-height:112px}
  .menu{top:112px;max-height:calc(100vh - 112px)}
}
@media(max-width:620px){
  .brand img{width:285px !important;height:68px !important}
  .nav{min-height:88px}
  .menu{top:88px;max-height:calc(100vh - 88px)}
}

/* Restore the complete desktop top navigation while keeping the logo prominent */
@media (min-width:901px){
  .header .container.nav{
    width:99%;
    max-width:1800px;
    display:flex;
    flex-wrap:nowrap;
    align-items:center;
    gap:10px;
  }
  .brand{
    flex:0 0 auto;
    padding:6px 10px;
  }
  .brand img{
    width:400px !important;
    height:92px !important;
  }
  .nav{min-height:116px}
  .menu{
    display:flex !important;
    position:static !important;
    flex:1 1 auto;
    flex-direction:row !important;
    justify-content:flex-end;
    align-items:center;
    gap:8px;
    padding:0 !important;
    box-shadow:none !important;
    max-height:none !important;
    overflow:visible !important;
    white-space:nowrap;
    font-size:12px;
  }
  .hamb{display:none !important}
  .nav-item{display:flex !important;width:auto !important;align-items:center}
  .nav-item>a{display:block;white-space:nowrap;padding:42px 0}
  .has-sub .sub-toggle{float:none;padding:8px 0 8px 3px}
  .submenu,.submenu-right{
    position:absolute;
    top:99px;
    width:auto;
    min-width:255px;
    margin:0;
    border-left:0;
    border-top:3px solid var(--blue);
    box-shadow:var(--shadow);
    border-radius:0 0 8px 8px;
  }
  .submenu{left:-16px;right:auto}
  .submenu-right{left:auto;right:-8px}
  .has-sub:hover>.submenu,.has-sub:focus-within>.submenu,.has-sub.open>.submenu{display:block}
  .donate{padding:10px 12px}
}

@media (min-width:901px) and (max-width:1320px){
  .brand img{width:330px !important;height:84px !important}
  .nav{min-height:106px}
  .menu{gap:5px;font-size:10.7px}
  .nav-item>a{padding:37px 0}
  .has-sub .sub-toggle{font-size:11px;padding-left:2px}
  .donate{padding:8px 9px}
  .submenu,.submenu-right{top:91px}
}

@media (max-width:900px){
  .menu{display:none}
  .menu.open{display:flex}
  .hamb{display:block}
}

/* 2026 AWEDO homepage, header, coverage and partner updates */
:root{--logo-navy:#000e27}
.topbar,.header{background:var(--logo-navy)!important;color:#fff}
.header{box-shadow:0 4px 18px rgba(0,0,0,.28)}
.header .container.nav{background:var(--logo-navy)!important}
.brand{background:transparent!important;box-shadow:none!important;border-radius:0!important;padding:0!important}
.brand img{width:520px!important;height:150px!important;object-fit:contain!important;filter:brightness(1.08) saturate(1.08) contrast(1.05)!important}
.nav{min-height:158px!important}
.menu,.menu a,.sub-toggle,.hamb{color:#fff!important}
.menu a:hover,.sub-toggle:hover{color:#65c9ff!important}
.nav-item>a{padding:60px 0!important}
.submenu,.submenu-right{top:132px!important;background:#fff!important}
.submenu a{color:var(--ink)!important}
.submenu a:hover{color:var(--blue)!important}
.donate{color:#102300!important}
.home-slider{position:relative;height:690px;overflow:hidden;padding:0;background:var(--logo-navy)}
.home-slider .slide{position:absolute;inset:0;opacity:0;visibility:hidden;transition:opacity .8s ease,visibility .8s;background-position:center;background-size:cover;display:flex;align-items:center;color:#fff}
.home-slider .slide.active{opacity:1;visibility:visible}
.slide-content{padding:90px 0;position:relative;z-index:2}
.slide-content h1{font-size:clamp(42px,5.8vw,76px);line-height:1.04;max-width:880px;margin:14px 0}
.slide-content p{font-size:20px;max-width:740px}
.slider-control{position:absolute;top:50%;transform:translateY(-50%);z-index:5;width:52px;height:52px;border-radius:50%;border:1px solid rgba(255,255,255,.55);background:rgba(0,14,39,.52);color:#fff;font-size:38px;line-height:1;cursor:pointer}
.slider-control.prev{left:24px}.slider-control.next{right:24px}
.slider-dots{position:absolute;z-index:6;bottom:24px;left:50%;transform:translateX(-50%);display:flex;gap:10px}
.slider-dots button{width:12px;height:12px;border-radius:50%;border:2px solid #fff;background:transparent;padding:0;cursor:pointer}
.slider-dots button.active{background:var(--lime)}
.coverage-section{background:#fff}
.coverage-map{min-height:0!important;width:100%;box-shadow:var(--shadow);border-radius:18px}
.coverage-address{margin-top:24px;padding:20px 22px;background:var(--paper);border-left:5px solid var(--lime);border-radius:8px}
.activity-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:22px}
.activity-grid figure{margin:0;background:#fff;border-radius:12px;overflow:hidden;box-shadow:var(--shadow)}
.activity-grid img{width:100%;height:300px;object-fit:cover}
.activity-grid figcaption{padding:14px 18px;font-weight:700}
@media(min-width:901px) and (max-width:1400px){
  .brand img{width:390px!important;height:120px!important}.nav{min-height:130px!important}.menu{font-size:10.6px!important;gap:5px!important}.nav-item>a{padding:47px 0!important}.submenu,.submenu-right{top:108px!important}
}
@media(max-width:900px){
  .nav{min-height:112px!important}.brand img{width:330px!important;height:96px!important}.menu{top:112px!important;background:var(--logo-navy)!important}.nav-item>a{padding:8px 0!important}.submenu,.submenu-right{top:auto!important;background:#fff!important}.home-slider{height:620px}.slider-control{display:none}.activity-grid{grid-template-columns:1fr 1fr}
}
@media(max-width:620px){
  .brand img{width:250px!important;height:80px!important}.nav{min-height:94px!important}.menu{top:94px!important}.home-slider{height:610px}.slide-content h1{font-size:42px}.activity-grid{grid-template-columns:1fr}}

/* Final correction: remove every white surface from the main top bar */
.topbar,
.header,
.header .container,
.header .container.nav,
.nav,
.brand {
  background:#000e27 !important;
  background-color:#000e27 !important;
}
.topbar{
  border:0 !important;
  box-shadow:none !important;
}
.header{
  border:0 !important;
  box-shadow:0 4px 18px rgba(0,0,0,.28) !important;
}
.brand{
  border:0 !important;
  box-shadow:none !important;
}
.menu,
.menu.open{
  background:#000e27 !important;
  color:#fff !important;
}
.menu > .nav-item > a,
.menu > .nav-item > .sub-toggle,
.hamb{
  color:#fff !important;
}
@media(max-width:900px){
  .menu,
  .menu.open{
    background:#000e27 !important;
    border-top:1px solid rgba(255,255,255,.12) !important;
  }
}
/* Dropdown panels intentionally remain light for readability. */
.submenu,
.submenu-right{
  background:#fff !important;
  color:#142033 !important;
}

.social-links{display:flex;align-items:center;gap:10px;margin-top:16px}.social-links a{width:38px;height:38px;border:1px solid rgba(255,255,255,.3);border-radius:50%;display:grid;place-items:center;margin:0;color:#fff;transition:.2s ease}.social-links a:hover{background:var(--blue);border-color:var(--blue);transform:translateY(-2px)}.social-links svg{width:19px;height:19px;fill:currentColor}

/* Footer contact details with accessible icons */
.footer-contact{display:grid;gap:12px;margin-top:10px}.footer-contact-item{display:flex;align-items:flex-start;gap:10px;line-height:1.55;color:rgba(255,255,255,.9)}.footer-contact-item a{display:inline;color:#fff;text-decoration:none;margin:0}.footer-contact-item a:hover{color:#6fd0ff}.footer-contact-icon{width:22px;height:22px;min-width:22px;display:grid;place-items:center;margin-top:1px;color:#6fd0ff}.footer-contact-icon svg{width:20px;height:20px;fill:currentColor}

/* Header menu alignment and readability update */
@media (min-width:1321px){
  .header .container.nav{
    max-width:1760px;
    padding-left:18px;
    padding-right:36px;
  }
  .menu{
    justify-content:center !important;
    gap:14px !important;
    font-size:14px !important;
    transform:translateX(-18px);
  }
  .nav-item>a{
    padding-left:2px;
    padding-right:2px;
  }
  .has-sub .sub-toggle{
    font-size:14px !important;
  }
  .donate{
    padding:11px 15px !important;
  }
}

@media (min-width:901px) and (max-width:1320px){
  .header .container.nav{
    padding-left:10px;
    padding-right:18px;
  }
  .menu{
    justify-content:center !important;
    gap:7px !important;
    font-size:12px !important;
    transform:translateX(-8px);
  }
  .has-sub .sub-toggle{
    font-size:12px !important;
  }
}

/* Detailed program and accountability pages */
.program-intro{display:grid;grid-template-columns:1.15fr .85fr;gap:42px;align-items:center;margin-bottom:48px}.program-photo img{width:100%;height:390px;object-fit:cover;border-radius:18px;box-shadow:0 18px 45px rgba(0,0,0,.14)}.lead{font-size:1.12rem;line-height:1.8}.program-section{padding:34px 0;border-top:1px solid #e5e7eb}.detail-grid{gap:22px}.detail-card{padding:24px;border:1px solid #e5e7eb;border-radius:14px;background:#fff;box-shadow:0 8px 24px rgba(0,0,0,.05)}.detail-card h3{margin-top:0}.check-list{padding-left:0;list-style:none;display:grid;gap:12px}.check-list li{position:relative;padding-left:30px;line-height:1.65}.check-list li:before{content:'✓';position:absolute;left:0;top:0;color:var(--accent,#a62b61);font-weight:800}.program-note{margin-top:25px;padding:18px 22px;background:#f7f4f6;border-left:4px solid var(--accent,#a62b61);border-radius:8px}.accountability-detail .section-head{max-width:850px;margin-bottom:40px}.accountability-block{display:grid;grid-template-columns:.85fr 1.15fr;gap:42px;align-items:center;padding:45px 0;border-top:1px solid #e5e7eb}.accountability-block.reverse figure{order:2}.accountability-block figure{margin:0}.accountability-block img{width:100%;height:360px;object-fit:cover;border-radius:18px;box-shadow:0 16px 40px rgba(0,0,0,.12)}.accountability-block h2{margin-top:0}.accountability-block h3{margin-top:25px}@media(max-width:820px){.program-intro,.accountability-block{grid-template-columns:1fr}.accountability-block.reverse figure{order:0}.program-photo img,.accountability-block img{height:280px}}

/* 2026 focused service menu, wide donate button, careers, procurement and partner strip */
.donate{display:inline-flex!important;align-items:center;justify-content:center;min-width:116px;padding:12px 28px!important;border-radius:5px!important;}
.women-needs{background:#f8fafc;border:1px solid #e4eaf1;border-radius:14px;padding:28px!important;margin:10px 0 34px;}
.text-link{color:var(--blue);text-decoration:underline;}
.partner-strip{padding:52px 0;background:#f4f7fb;border-top:1px solid #e2e8f0;}
.partner-heading{max-width:900px;margin-bottom:24px;}
.partner-logo-grid{display:grid;grid-template-columns:repeat(5,1fr);gap:18px;align-items:stretch;}
.partner-logo{min-height:118px;background:#fff;border:1px solid #dde5ee;border-radius:12px;display:flex;align-items:center;justify-content:center;padding:18px;box-shadow:0 7px 20px rgba(0,0,0,.05);}
.partner-logo img{width:100%;height:76px;object-fit:contain;}
@media(max-width:900px){.partner-logo-grid{grid-template-columns:repeat(2,1fr)}.donate{min-width:100px;padding:10px 18px!important;}}
@media(max-width:520px){.partner-logo-grid{grid-template-columns:1fr}.partner-logo{min-height:100px}}

/* Partner logos visibility correction */
.partner-logo-grid{grid-template-columns:repeat(2,minmax(260px,1fr));max-width:1080px;margin:0 auto;gap:24px}.partner-logo-grid .partner-logo:last-child{grid-column:1/-1;max-width:530px;width:100%;justify-self:center}.partner-logo{min-height:160px;padding:22px 28px;background:#fff}.partner-logo img{height:112px;max-width:100%;display:block}.partner-strip{padding:58px 0 64px}.partner-heading{text-align:center;margin-left:auto;margin-right:auto}
@media(max-width:700px){.partner-logo-grid{grid-template-columns:1fr}.partner-logo-grid .partner-logo:last-child{grid-column:auto;max-width:none}.partner-logo{min-height:130px}.partner-logo img{height:92px}}

/* Official uploaded funder logos: transparent and without cards/backgrounds */
.partner-strip{background:#fff;padding:42px 0 48px;border-top:1px solid #e5e7eb;}
.partner-heading{text-align:center;margin:0 auto 28px;}
.partner-heading h2{margin:0;}
.partner-logo-grid{display:grid;grid-template-columns:repeat(5,minmax(120px,1fr));gap:28px;max-width:1180px;margin:0 auto;align-items:center;}
.partner-logo,.partner-logo-grid .partner-logo:last-child{min-height:0;height:120px;padding:0;background:transparent;border:0;border-radius:0;box-shadow:none;display:flex;align-items:center;justify-content:center;grid-column:auto;max-width:none;width:auto;}
.partner-logo img{display:block;width:100%;max-width:190px;height:105px;object-fit:contain;background:transparent;}
@media(max-width:900px){.partner-logo-grid{grid-template-columns:repeat(2,minmax(140px,1fr));gap:24px}.partner-logo-grid .partner-logo:last-child{grid-column:1/-1}.partner-logo{height:105px}.partner-logo img{height:92px}}
@media(max-width:520px){.partner-logo-grid{grid-template-columns:1fr}.partner-logo-grid .partner-logo:last-child{grid-column:auto}.partner-logo{height:95px}.partner-logo img{height:82px;max-width:240px}}

/* Final homepage funder section — visible inside main above footer */
.funder-section{display:block!important;visibility:visible!important;opacity:1!important;padding:58px 0 62px;background:#f7f9fc;border-top:4px solid var(--blue);}
.funder-title{text-align:center;margin:0 auto 34px}.funder-title h2{font-size:40px;margin:5px 0 0;color:var(--ink)}
.funder-logo-grid{display:grid!important;grid-template-columns:repeat(5,minmax(130px,1fr));gap:30px;align-items:center;max-width:1200px;margin:0 auto}
.funder-logo-grid figure{display:flex!important;align-items:center;justify-content:center;margin:0;min-height:145px;padding:14px;background:transparent}
.funder-logo-grid img{display:block!important;visibility:visible!important;opacity:1!important;width:100%;max-width:205px;height:115px;object-fit:contain}
@media(max-width:900px){.funder-logo-grid{grid-template-columns:repeat(2,minmax(150px,1fr))}.funder-logo-grid figure:last-child{grid-column:1/-1}}
@media(max-width:520px){.funder-logo-grid{grid-template-columns:1fr}.funder-logo-grid figure:last-child{grid-column:auto}.funder-title h2{font-size:34px}.funder-logo-grid img{max-width:250px;height:100px}}

/* Visible homepage funder logos */
.funder-section{display:block!important;padding:44px 0 38px;background:#fff;border-top:1px solid #e7edf3;visibility:visible!important;opacity:1!important}
.funder-section .funder-title{text-align:center;margin-bottom:28px}
.funder-section .funder-title h2{margin:4px 0 0;font-size:clamp(28px,4vw,42px)}
.funder-logo-grid{display:grid!important;grid-template-columns:repeat(5,minmax(120px,1fr));gap:26px;align-items:center;justify-items:center;width:100%}
.funder-logo-grid figure{display:flex!important;align-items:center;justify-content:center;width:100%;height:125px;margin:0;padding:8px;background:transparent!important;border:0!important;box-shadow:none!important}
.funder-logo-grid img{display:block!important;max-width:100%;max-height:105px;width:auto;height:auto;object-fit:contain;visibility:visible!important;opacity:1!important;background:transparent!important}
@media(max-width:900px){.funder-logo-grid{grid-template-columns:repeat(2,minmax(130px,1fr))}.funder-logo-grid figure:last-child{grid-column:1/-1}.funder-logo-grid figure{height:110px}}
@media(max-width:520px){.funder-logo-grid{grid-template-columns:1fr;gap:18px}.funder-logo-grid figure:last-child{grid-column:auto}.funder-logo-grid figure{height:100px}.funder-logo-grid img{max-height:90px}}

/* Official social-media brand backgrounds */
.social-links a[aria-label="Facebook"]{
  background:#1877F2;
  border-color:#1877F2;
  color:#fff;
}
.social-links a[aria-label="X"]{
  background:#000;
  border-color:#000;
  color:#fff;
}
.social-links a[aria-label="LinkedIn"]{
  background:#0A66C2;
  border-color:#0A66C2;
  color:#fff;
}
.social-links a[aria-label="YouTube"]{
  background:#FF0000;
  border-color:#FF0000;
  color:#fff;
}
.social-links a:hover{
  filter:brightness(.88);
  transform:translateY(-2px) scale(1.04);
}
.social-links a:focus-visible{
  outline:3px solid #fff;
  outline-offset:3px;
}


/* Donate sizing refinements */
.header .donate{min-width:88px!important;padding:8px 16px!important;border-radius:5px!important;font-size:14px!important;}
.social-links .footer-donate{width:46px;height:46px;background:#a62b61;border-color:#a62b61;color:#fff;margin-left:4px;}
.social-links .footer-donate svg{width:23px;height:23px;}
.social-links .footer-donate:hover{background:#8f214f;border-color:#8f214f;}
@media(max-width:900px){.header .donate{min-width:82px!important;padding:8px 14px!important}.social-links .footer-donate{width:44px;height:44px}}


/* Website search and matching footer Donate button */
.nav-search-item{display:flex;align-items:center}.search-toggle{display:inline-flex;align-items:center;justify-content:center;border:0;background:transparent;color:#fff;font:inherit;cursor:pointer;padding:8px;width:36px;height:36px;border-radius:50%}.search-toggle svg{width:21px;height:21px;fill:none;stroke:currentColor;stroke-width:2;stroke-linecap:round}.search-toggle:hover,.search-toggle:focus-visible{color:#fff;background:rgba(255,255,255,.14)}
.footer .footer-donate{display:inline-flex!important;align-items:center;justify-content:center;width:auto!important;height:auto!important;min-width:88px!important;padding:8px 16px!important;margin-left:6px!important;border-radius:5px!important;background:var(--accent,#a62b61)!important;border:0!important;color:#fff!important;font-size:14px!important;font-weight:700!important;text-decoration:none!important}.footer .footer-donate:hover{background:#8f214f!important;filter:none;transform:translateY(-2px)}
.site-search{position:fixed;inset:0;z-index:9999;display:none}.site-search.open{display:block}.search-backdrop{position:absolute;inset:0;background:rgba(7,18,35,.72);backdrop-filter:blur(3px)}.search-panel{position:relative;width:min(760px,calc(100% - 32px));max-height:82vh;overflow:auto;margin:8vh auto 0;background:#fff;border-radius:16px;padding:32px;box-shadow:0 28px 80px rgba(0,0,0,.3)}.search-close{position:absolute;right:16px;top:12px;border:0;background:transparent;font-size:34px;line-height:1;cursor:pointer;color:#4b5563}.search-panel h2{margin:0 44px 20px 0}.search-form{display:grid;grid-template-columns:1fr auto;gap:10px}.search-form input{min-width:0;padding:14px 16px;border:1px solid #cbd5e1;border-radius:8px;font:inherit}.search-form input:focus{outline:3px solid rgba(25,93,150,.18);border-color:var(--blue)}.search-form button{padding:12px 22px;border:0;border-radius:8px;background:var(--blue);color:#fff;font-weight:700;cursor:pointer}.search-results{margin-top:24px}.search-result{padding:16px 0;border-top:1px solid #e5e7eb}.search-result:first-child{border-top:0}.search-result a{font-size:1.08rem;font-weight:800;color:var(--blue);text-decoration:none}.search-result a:hover{text-decoration:underline}.search-result p{margin:6px 0 0;color:#52606d;line-height:1.55}.search-count{font-weight:700;color:#374151}.sr-only{position:absolute!important;width:1px!important;height:1px!important;padding:0!important;margin:-1px!important;overflow:hidden!important;clip:rect(0,0,0,0)!important;white-space:nowrap!important;border:0!important}
@media(max-width:900px){.nav-search-item{width:auto}.search-toggle{width:40px;height:40px;padding:8px}.search-panel{margin-top:4vh;padding:26px 20px}.search-form{grid-template-columns:1fr}.footer .footer-donate{min-width:82px!important;padding:8px 14px!important}}


/* Latest updates archive */
.latest-archive{background:#f6f8fb}.latest-archive .section-head{max-width:920px}.archive-note{margin-top:18px;padding:14px 16px;border-left:4px solid var(--blue);background:#fff;border-radius:6px;color:#4b5563}.archive-filter{display:flex;flex-wrap:wrap;gap:9px;margin:28px 0 32px}.archive-filter button{border:1px solid #cbd5e1;background:#fff;color:#334155;border-radius:999px;padding:8px 14px;font-weight:700;cursor:pointer}.archive-filter button:hover,.archive-filter button.active{background:var(--blue);border-color:var(--blue);color:#fff}.archive-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:26px}.archive-card{overflow:hidden;background:#fff;border-radius:14px;box-shadow:0 8px 28px rgba(15,23,42,.09);border:1px solid #e7edf3;transition:transform .2s ease,box-shadow .2s ease}.archive-card:hover{transform:translateY(-4px);box-shadow:0 14px 34px rgba(15,23,42,.14)}.archive-card[hidden]{display:none}.archive-image{position:relative;height:250px;background:#e8eef5}.archive-image img{width:100%;height:100%;object-fit:cover;display:block}.archive-year{position:absolute;left:18px;bottom:16px;background:var(--blue);color:#fff;padding:7px 12px;border-radius:6px;font-weight:800;letter-spacing:.04em}.archive-body{padding:24px}.archive-body time{display:block;color:#a62b61;font-weight:800;font-size:.92rem;margin-bottom:8px}.archive-body h3{font-size:1.35rem;margin:0 0 12px;color:var(--ink)}.archive-body p{margin:0 0 12px;color:#52606d;line-height:1.68}.archive-body p:last-child{margin-bottom:0}@media(max-width:800px){.archive-grid{grid-template-columns:1fr}.archive-image{height:230px}}

/* Unique expanded news archive */
.archive-image img{width:100%;height:100%;object-fit:cover}.read-update{display:inline-flex;margin-top:14px;padding:10px 17px;border-radius:999px;background:#7a1f5b;color:#fff!important;font-weight:700;text-decoration:none}.read-update:hover{transform:translateY(-1px);filter:brightness(.95)}.update-hero{min-height:430px}.update-hero:before{background:linear-gradient(90deg,rgba(22,16,25,.82),rgba(22,16,25,.30))}.update-date{font-size:1.05rem;font-weight:700}.update-layout{max-width:900px}.update-article{font-size:1.04rem;line-height:1.78}.update-article>p{margin:0 0 1rem}.update-article>p:not(.archive-note):first-letter{font-weight:600}.back-link{margin-top:24px}@media(max-width:700px){.update-hero{min-height:340px}.update-article{font-size:1rem;line-height:1.7}}



/* Province service information for reports and updates */
.province-service-box{margin:28px 0;padding:22px 24px;border-left:5px solid #8c2f63;background:#f8f3f6;border-radius:10px}.province-service-box h3{margin-top:0}.province-service-box p{margin:8px 0}.province-note{font-size:.94rem;color:#5f5960}.province-summary{margin:18px 0 24px;padding:16px 18px;background:#f8f3f6;border-radius:8px;border-left:4px solid #8c2f63}

/* Contact-page coverage map */
.contact-coverage{margin-top:0}
.coverage-legend{display:flex;flex-wrap:wrap;gap:18px;margin-top:20px;font-weight:700;color:#17324d}
.coverage-legend span{display:inline-flex;align-items:center;gap:8px}
.coverage-dot{width:12px;height:12px;border-radius:50%;display:inline-block}
.coverage-dot-blue{background:#0b8fd3}
.coverage-dot-green{background:#a9cc18}
@media (max-width:760px){.contact-coverage .split{grid-template-columns:1fr}.contact-coverage .coverage-map{margin-top:22px}}

/* Selected organizations logo strip */
.organization-strip{padding:54px 0 60px;background:#f7f9fc;border-top:1px solid #e4e9f0;}
.organization-heading{text-align:center;margin:0 auto 30px;}
.organization-logo-grid{display:grid;grid-template-columns:repeat(4,minmax(150px,1fr));gap:26px;align-items:center;max-width:1180px;margin:0 auto;}
.organization-logo{height:118px;display:flex;align-items:center;justify-content:center;padding:10px;background:transparent;}
.organization-logo img{display:block;max-width:100%;max-height:98px;width:auto;height:auto;object-fit:contain;background:transparent;}
@media(max-width:900px){.organization-logo-grid{grid-template-columns:repeat(2,minmax(140px,1fr));}.organization-logo{height:105px}.organization-logo img{max-height:88px}}
@media(max-width:520px){.organization-logo-grid{grid-template-columns:1fr;gap:18px}.organization-logo{height:96px}.organization-logo img{max-height:80px;max-width:260px}}

.funding-intro{max-width:980px;margin:14px auto 0;color:#4b5563;line-height:1.75;font-size:1rem;text-align:center}.organization-heading{margin-bottom:28px}

/* Government partners */
.government-partners{padding:72px 0;background:#fff;}
.government-partners-grid{display:grid;grid-template-columns:minmax(0,.9fr) minmax(0,1.1fr);gap:36px;align-items:center;margin-top:28px;}
.government-partner-list{columns:2;column-gap:28px;margin:0;padding-left:20px;}
.government-partner-list li{break-inside:avoid;margin:0 0 12px;line-height:1.5;}
.government-note{margin-top:20px;font-size:.95rem;color:#5d6675;}
.government-partners-figure{margin:0;background:#fff;border:1px solid #e6e9ef;border-radius:16px;padding:18px;box-shadow:0 12px 34px rgba(26,39,66,.08);}
.government-partners-figure img{display:block;width:100%;height:auto;object-fit:contain;}
.government-partners-figure figcaption{margin-top:10px;text-align:center;color:#6b7280;font-size:.9rem;}
@media (max-width:900px){.government-partners-grid{grid-template-columns:1fr}.government-partner-list{columns:1}}

/* Full-width AWEDO coverage map */
.coverage-map-full-section .container{max-width:1400px;}
.coverage-map-full-section h2{margin-bottom:.5rem;}
.coverage-map-full-section p{max-width:900px;margin-bottom:1.25rem;}
.coverage-map-full{display:block;width:100%;height:auto;max-width:none;border-radius:14px;box-shadow:0 10px 30px rgba(15,54,95,.12);}
@media (max-width:700px){.coverage-map-full{border-radius:8px}.coverage-map-full-section .container{padding-left:12px;padding-right:12px;}}

/* Professional coverage section */
.coverage-professional{padding:72px 0;background:linear-gradient(180deg,#f7f9fc 0%,#ffffff 100%)}
.coverage-layout{display:grid;grid-template-columns:minmax(0,.8fr) minmax(420px,1.2fr);gap:48px;align-items:center}
.coverage-copy{max-width:520px}
.coverage-copy h2{font-size:clamp(2rem,3vw,3rem);margin:.35rem 0 1rem;color:#173f6d}
.coverage-copy p{font-size:1.08rem;line-height:1.8;margin:0 0 1rem;color:#2b3643}
.coverage-copy .coverage-note{font-size:.96rem;color:#5b6674;border-left:4px solid #2f80c9;padding-left:16px}
.coverage-visual{display:flex;justify-content:flex-end}
.coverage-professional .coverage-map{display:block;width:100%;max-width:760px;height:auto;border-radius:18px;box-shadow:0 16px 40px rgba(15,54,95,.16)}
@media (max-width:980px){.coverage-layout{grid-template-columns:1fr;gap:28px}.coverage-copy{max-width:none}.coverage-visual{justify-content:center}.coverage-professional .coverage-map{max-width:820px}}
@media (max-width:640px){.coverage-professional{padding:48px 0}.coverage-copy h2{font-size:2rem}.coverage-copy p{font-size:1rem}.coverage-professional .coverage-map{border-radius:12px}}

.form-note{font-size:.9rem;color:#52606d;margin-top:12px}.form-success-card{max-width:720px;margin:40px auto;padding:42px;background:#fff;border:1px solid #dbe8ef;border-radius:18px;box-shadow:0 12px 35px rgba(7,59,99,.1);text-align:center}.form-success-card h2{color:#073b63;margin-bottom:14px}.form-success-card .btn{margin-top:14px}

.update-feature-image{margin:0 0 28px;border-radius:16px;overflow:hidden;background:#f4f6f8;box-shadow:0 12px 30px rgba(14,49,87,.12)}
.update-feature-image img{display:block;width:100%;max-height:620px;object-fit:cover}
.update-feature-image figcaption{padding:10px 14px;font-size:.9rem;color:#5b6470;background:#fff}

/* Latest archive year navigation */
.archive-filter{display:flex;flex-wrap:wrap;gap:.65rem;align-items:center;margin:1.5rem 0 2rem}
.archive-filter button{cursor:pointer}
.archive-more-toggle{margin-left:.25rem}
.archive-older-years{display:flex;flex-wrap:wrap;gap:.65rem;width:100%;padding-top:.25rem}
.archive-older-years[hidden]{display:none}
@media (max-width:640px){.archive-filter{gap:.5rem}.archive-filter button{flex:0 0 auto}.archive-older-years{gap:.5rem}}

/* Clickable news archive and listing */
.news-card-grid{align-items:stretch}.news-card{height:100%;overflow:hidden}.news-card-image{display:block;overflow:hidden}.news-card-image img{display:block;width:100%;height:220px;object-fit:cover;transition:transform .25s ease}.news-card:hover .news-card-image img{transform:scale(1.025)}.news-card h3 a,.archive-body h3 a{color:inherit;text-decoration:none}.news-card h3 a:hover,.archive-body h3 a:hover{color:var(--blue)}.news-card time{display:block;font-size:.88rem;color:#627083;margin-bottom:.55rem}.news-archive-action{text-align:center;margin-top:2rem}.archive-image-link{display:block}.archive-image-link img{display:block;width:100%;height:100%;object-fit:cover}

/* Compact Funded By logos: one professional row on desktop */
.organization-logo-grid{
  display:flex;
  flex-wrap:nowrap;
  align-items:center;
  justify-content:center;
  gap:18px;
  max-width:1180px;
  margin:0 auto;
}
.organization-logo{
  flex:1 1 0;
  min-width:0;
  height:76px;
  padding:4px 6px;
  display:flex;
  align-items:center;
  justify-content:center;
  background:transparent;
}
.organization-logo img{
  width:auto;
  height:auto;
  max-width:120px;
  max-height:58px;
  object-fit:contain;
}
@media(max-width:900px){
  .organization-logo-grid{flex-wrap:wrap;gap:14px}
  .organization-logo{flex:0 1 calc(25% - 14px);height:72px}
  .organization-logo img{max-width:115px;max-height:54px}
}
@media(max-width:620px){
  .organization-logo{flex:0 1 calc(50% - 12px);height:70px}
  .organization-logo img{max-width:125px;max-height:52px}
}


/* FINAL HEADER LAYOUT: white logo strip, menu below, top search visible on mobile */
.topbar{
  background:var(--navy)!important;
  color:#dcecff!important;
  border:0!important;
  box-shadow:none!important;
}
.topbar .container.topbar-inner{
  width:min(1180px,92%)!important;
  max-width:1180px!important;
  display:flex!important;
  align-items:center!important;
  justify-content:space-between!important;
  gap:14px!important;
  padding:8px 0!important;
}
.topbar-search{
  display:inline-flex!important;
  color:#fff!important;
  border:1px solid rgba(255,255,255,.32)!important;
  background:rgba(255,255,255,.08)!important;
}
.topbar-search:hover,.topbar-search:focus-visible{
  background:rgba(255,255,255,.18)!important;
  color:#fff!important;
}
.header{
  background:#fff!important;
  color:var(--ink)!important;
  position:sticky!important;
  top:0!important;
  z-index:30!important;
  box-shadow:0 3px 14px rgba(0,0,0,.08)!important;
  border:0!important;
}
.header .container,
.header .container.nav,
.nav,
.full-logo-brand,
.brand{
  background:#fff!important;
  background-color:#fff!important;
  color:var(--ink)!important;
  box-shadow:none!important;
  border-radius:0!important;
}
.institutional-row{
  width:min(1180px,92%)!important;
  max-width:1180px!important;
  min-height:118px!important;
  display:flex!important;
  align-items:center!important;
  justify-content:flex-start!important;
  gap:0!important;
  padding:12px 0!important;
}
.full-logo-brand{
  flex:0 0 auto!important;
  display:flex!important;
  align-items:center!important;
  padding:0!important;
  margin:0!important;
}
.full-logo-brand img{
  width:330px!important;
  height:92px!important;
  max-height:none!important;
  object-fit:contain!important;
  object-position:left center!important;
  filter:brightness(1.08) saturate(1.08) contrast(1.04)!important;
  margin:0!important;
}
.brand-separator{
  width:2px!important;
  height:72px!important;
  background:#c7d2df!important;
  margin-left:1cm!important;
  margin-right:1cm!important;
  flex:0 0 2px!important;
}
.site-name-block{
  display:flex!important;
  flex-direction:column!important;
  justify-content:center!important;
  min-width:0!important;
  flex:1 1 auto!important;
  line-height:1.2!important;
}
.site-name-title,
.pashto-title{
  font-family:'Bahij Nazanin','B Nazanin','Times New Roman',serif!important;
  font-weight:800!important;
  font-size:28px!important;
  color:#123a63!important;
  margin:0 0 6px!important;
  text-align:left!important;
}
.site-name-slogan,
.english-title{
  font-family:Arial,Helvetica,sans-serif!important;
  font-weight:700!important;
  font-size:18px!important;
  letter-spacing:.01em!important;
  color:#314155!important;
  margin:0!important;
}
.menu-strip{
  background:var(--navy)!important;
  border-top:1px solid rgba(255,255,255,.08)!important;
}
.menu-strip .container.menu-container{
  width:min(1180px,92%)!important;
  max-width:1180px!important;
  background:transparent!important;
  padding:0!important;
}
.menu-strip .menu{
  display:flex!important;
  position:relative!important;
  top:auto!important;
  left:auto!important;
  right:auto!important;
  flex-direction:row!important;
  align-items:center!important;
  justify-content:flex-start!important;
  gap:0!important;
  width:100%!important;
  background:var(--navy)!important;
  color:#fff!important;
  box-shadow:none!important;
  padding:0!important;
  white-space:nowrap!important;
  overflow:visible!important;
  max-height:none!important;
  font-size:13px!important;
  font-weight:700!important;
  transform:none!important;
}
.menu-strip .nav-item{
  display:flex!important;
  align-items:center!important;
  width:auto!important;
  position:relative!important;
}
.menu-strip .nav-item>a,
.menu-strip .nav-item>.sub-toggle,
.menu-strip .hamb{
  color:#fff!important;
}
.menu-strip .nav-item>a{
  display:block!important;
  padding:13px 12px!important;
  line-height:1.2!important;
  white-space:nowrap!important;
}
.menu-strip .nav-item>a:hover,
.menu-strip .sub-toggle:hover{
  background:rgba(255,255,255,.12)!important;
  color:#fff!important;
}
.menu-strip .sub-toggle{
  display:inline-flex!important;
  align-items:center!important;
  justify-content:center!important;
  height:42px!important;
  padding:0 10px 0 0!important;
  margin-left:-5px!important;
  border:0!important;
  background:transparent!important;
  color:#fff!important;
  cursor:pointer!important;
  font-size:13px!important;
}
.menu-strip .donate{
  margin-left:auto!important;
  color:#142000!important;
  background:var(--lime)!important;
  padding:9px 15px!important;
  min-width:86px!important;
  border-radius:5px!important;
}
.menu-strip .submenu,
.menu-strip .submenu-right{
  top:42px!important;
  left:0!important;
  right:auto!important;
  background:#fff!important;
  color:var(--ink)!important;
  border-top:3px solid var(--blue)!important;
  border-left:0!important;
  box-shadow:var(--shadow)!important;
  border-radius:0 0 8px 8px!important;
  min-width:255px!important;
  width:auto!important;
  margin:0!important;
}
.menu-strip .submenu-right{left:auto!important;right:0!important;}
.menu-strip .submenu a{
  color:var(--ink)!important;
  padding:10px 16px!important;
  background:#fff!important;
}
.menu-strip .submenu a:hover{color:var(--blue)!important;background:var(--paper)!important;}
.header .nav-search-item,
.menu-strip .nav-search-item{display:none!important;}
.hamb{
  margin-left:auto!important;
  color:var(--navy)!important;
  background:transparent!important;
  border:0!important;
  font-size:28px!important;
}
@media (max-width:900px){
  .topbar .container.topbar-inner{
    display:flex!important;
    justify-content:space-between!important;
    align-items:center!important;
    width:min(100% - 26px,1180px)!important;
    padding:7px 0!important;
  }
  .topbar .container.topbar-inner span{font-size:12px!important;line-height:1.35!important;}
  .institutional-row{
    width:min(100% - 26px,1180px)!important;
    min-height:86px!important;
    padding:8px 0!important;
  }
  .full-logo-brand img{width:220px!important;height:62px!important;}
  .brand-separator{height:55px!important;margin-left:10px!important;margin-right:10px!important;}
  .site-name-title,.pashto-title{font-size:17px!important;margin-bottom:3px!important;}
  .site-name-slogan,.english-title{font-size:12px!important;line-height:1.25!important;}
  .hamb{display:block!important;}
  .menu-strip .menu{
    display:none!important;
    position:absolute!important;
    top:100%!important;
    left:0!important;
    right:0!important;
    width:100%!important;
    flex-direction:column!important;
    align-items:stretch!important;
    background:var(--navy)!important;
    padding:12px 18px!important;
    box-shadow:var(--shadow)!important;
    max-height:calc(100vh - 130px)!important;
    overflow:auto!important;
    white-space:normal!important;
    z-index:80!important;
  }
  .menu-strip .menu.open{display:flex!important;}
  .menu-strip .nav-item{display:block!important;width:100%!important;}
  .menu-strip .nav-item>a{padding:10px 0!important;display:inline-block!important;}
  .menu-strip .sub-toggle{float:right!important;height:auto!important;padding:10px 0!important;margin:0!important;}
  .menu-strip .submenu,.menu-strip .submenu-right{
    position:static!important;
    top:auto!important;
    left:auto!important;
    right:auto!important;
    width:calc(100% - 10px)!important;
    min-width:0!important;
    margin:4px 0 8px 10px!important;
    box-shadow:none!important;
    border-top:0!important;
    border-left:3px solid var(--blue)!important;
    border-radius:0!important;
  }
  .menu-strip .has-sub:hover>.submenu{display:none!important;}
  .menu-strip .has-sub.open>.submenu{display:block!important;}
  .menu-strip .donate{margin-left:0!important;margin-top:6px!important;width:max-content!important;}
}
@media (max-width:560px){
  .full-logo-brand img{width:168px!important;height:50px!important;}
  .brand-separator{height:46px!important;margin-left:7px!important;margin-right:7px!important;}
  .site-name-title,.pashto-title{font-size:14px!important;}
  .site-name-slogan,.english-title{font-size:10.5px!important;}
}


/* AWEDO requested header spacing: exactly about 1cm from full logo to divider and divider to NGO name */
.full-logo-brand,
.institution-brand{
  padding:0!important;
  margin:0!important;
}
.full-logo-brand img{
  display:block!important;
  object-fit:contain!important;
  object-position:right center!important;
  margin:0!important;
}
.brand-separator{
  margin-left:37.8px!important;
  margin-right:37.8px!important;
}
.site-name-block,
.institution-names{
  margin-left:0!important;
  padding-left:0!important;
}
@media (max-width:900px){
  .brand-separator{margin-left:20px!important;margin-right:20px!important;}
}
@media (max-width:520px){
  .brand-separator{margin-left:12px!important;margin-right:12px!important;}
}


/* FINAL AWEDO header font and leadership page style requested 2026-06-23 */
.institutional-row{
  min-height:150px!important;
  padding:14px 0!important;
}
.full-logo-brand img{
  width:410px!important;
  height:154px!important;
  object-fit:contain!important;
  object-position:right center!important;
}
.brand-separator{
  height:90px!important;
  margin-left:37.8px!important;
  margin-right:37.8px!important;
}
.site-name-title,
.pashto-title{
  font-family:'Bahij Nazanin','B Nazanin','Noto Naskh Arabic','Times New Roman',serif!important;
  font-weight:800!important;
  font-size:16pt!important;
  line-height:1.25!important;
  color:#123a63!important;
  margin:0 0 8px!important;
  text-align:left!important;
  direction:rtl!important;
}
.site-name-slogan,
.english-title{
  font-family:'UN Body','Roboto','Noto Sans','Arial','Helvetica',sans-serif!important;
  font-weight:400!important;
  font-size:14.5pt!important;
  line-height:1.25!important;
  color:#536174!important;
  letter-spacing:0!important;
  margin:0!important;
}
.leadership-page{
  background:#fff!important;
}
.leadership-page .leadership-intro{
  max-width:900px!important;
  margin-bottom:36px!important;
}
.leadership-page .section-head .eyebrow,
.leadership-page .eyebrow{
  color:var(--blue)!important;
  font-weight:900!important;
  letter-spacing:.23em!important;
}
.leadership-page .section-head h2{
  font-size:clamp(38px,4vw,54px)!important;
  line-height:1.05!important;
  color:#142033!important;
  margin:10px 0 16px!important;
}
.leadership-page .section-head p{
  font-size:22px!important;
  line-height:1.75!important;
  color:#38526f!important;
}
.leadership-grid{
  display:grid!important;
  grid-template-columns:repeat(2,minmax(0,1fr))!important;
  gap:36px!important;
  margin:40px 0 58px!important;
}
.leadership-card{
  background:#fff!important;
  border:1px solid #dce5ef!important;
  border-radius:18px!important;
  padding:34px 36px!important;
  box-shadow:0 22px 55px rgba(2,20,45,.05)!important;
}
.leadership-card h3{
  margin:0 0 12px!important;
  color:#073b73!important;
  font-size:28px!important;
  line-height:1.2!important;
}
.leadership-role{
  color:#8c255d!important;
  font-size:20px!important;
  font-weight:900!important;
  line-height:1.3!important;
  margin-bottom:24px!important;
}
.leadership-card p{
  color:#3d5875!important;
  font-size:18px!important;
  line-height:1.7!important;
  margin:0!important;
}
.board-layout{
  display:grid!important;
  grid-template-columns:minmax(0,1.5fr) minmax(320px,.7fr)!important;
  gap:30px!important;
  margin:18px 0 62px!important;
  align-items:stretch!important;
}
.board-overview-card,
.board-members-card{
  background:#fff!important;
  border:1px solid #dce5ef!important;
  border-radius:18px!important;
  padding:32px 36px!important;
  box-shadow:0 22px 55px rgba(2,20,45,.05)!important;
}
.board-overview-card h2{
  font-size:42px!important;
  color:#142033!important;
  margin:8px 0 22px!important;
  line-height:1.1!important;
}
.board-overview-card p{
  color:#3d5875!important;
  font-size:18px!important;
  line-height:1.8!important;
}
.board-members-card h3{
  color:#073b73!important;
  font-size:26px!important;
  margin:0 0 20px!important;
}
.board-members-card ul{
  list-style:none!important;
  padding:0!important;
  margin:0!important;
}
.board-members-card li{
  padding:15px 0!important;
  border-bottom:1px solid #e7eef6!important;
  color:#3d5875!important;
}
.board-members-card li:last-child{border-bottom:0!important;}
.board-members-card strong{
  display:block!important;
  color:#142033!important;
  font-size:17px!important;
}
.board-members-card span{
  display:block!important;
  color:#8c255d!important;
  font-weight:800!important;
  margin-top:3px!important;
}
.governance-block{
  margin-top:10px!important;
}
.leadership-page .section-head.compact{
  margin-bottom:26px!important;
}
.governance-grid{
  display:grid!important;
  grid-template-columns:repeat(5,minmax(0,1fr))!important;
  gap:18px!important;
}
.governance-card{
  background:#fff!important;
  border:1px solid #dce5ef!important;
  border-radius:16px!important;
  padding:24px 22px!important;
  box-shadow:0 20px 48px rgba(2,20,45,.045)!important;
  min-height:190px!important;
}
.governance-card span{
  display:inline-flex!important;
  width:40px!important;
  height:40px!important;
  align-items:center!important;
  justify-content:center!important;
  border-radius:50%!important;
  background:#eaf6ff!important;
  color:var(--blue)!important;
  font-weight:900!important;
  margin-bottom:18px!important;
}
.governance-card p{
  color:#3d5875!important;
  font-size:17px!important;
  line-height:1.55!important;
  margin:0!important;
}
.leadership-closing{
  margin:34px 0 0!important;
  max-width:980px!important;
  color:#3d5875!important;
  font-size:18px!important;
  line-height:1.75!important;
}
@media (max-width:1100px){
  .full-logo-brand img{width:360px!important;height:135px!important;}
  .brand-separator{margin-left:24px!important;margin-right:24px!important;}
  .site-name-title,.pashto-title{font-size:15pt!important;}
  .site-name-slogan,.english-title{font-size:13pt!important;}
  .governance-grid{grid-template-columns:repeat(3,minmax(0,1fr))!important;}
}
@media (max-width:900px){
  .institutional-row{min-height:86px!important;padding:8px 0!important;}
  .full-logo-brand img{width:190px!important;height:72px!important;}
  .brand-separator{height:55px!important;margin-left:12px!important;margin-right:12px!important;}
  .site-name-title,.pashto-title{font-size:12px!important;line-height:1.2!important;margin-bottom:3px!important;}
  .site-name-slogan,.english-title{font-size:10.5px!important;line-height:1.2!important;}
  .leadership-grid,.board-layout{grid-template-columns:1fr!important;gap:22px!important;}
  .governance-grid{grid-template-columns:1fr 1fr!important;}
  .leadership-card,.board-overview-card,.board-members-card{padding:26px!important;}
  .leadership-page .section-head h2{font-size:38px!important;}
  .leadership-page .section-head p{font-size:18px!important;}
}
@media (max-width:560px){
  .full-logo-brand img{width:145px!important;height:54px!important;}
  .brand-separator{height:44px!important;margin-left:8px!important;margin-right:8px!important;}
  .site-name-title,.pashto-title{font-size:10px!important;}
  .site-name-slogan,.english-title{font-size:9px!important;}
  .governance-grid{grid-template-columns:1fr!important;}
}

/* Compact UN-style header logo size requested */
.institutional-row{
  min-height:92px!important;
  padding:7px 0!important;
}
.full-logo-brand img{
  width:205px!important;
  height:76px!important;
  max-height:76px!important;
  object-fit:contain!important;
  object-position:left center!important;
}
.brand-separator{
  height:58px!important;
  margin-left:22px!important;
  margin-right:22px!important;
}
@media (max-width:1100px){
  .institutional-row{min-height:84px!important;padding:6px 0!important;}
  .full-logo-brand img{width:185px!important;height:68px!important;max-height:68px!important;}
  .brand-separator{height:52px!important;margin-left:18px!important;margin-right:18px!important;}
}
@media (max-width:900px){
  .institutional-row{min-height:76px!important;padding:6px 0!important;}
  .full-logo-brand img{width:154px!important;height:56px!important;max-height:56px!important;}
  .brand-separator{height:46px!important;margin-left:10px!important;margin-right:10px!important;}
}
@media (max-width:560px){
  .full-logo-brand img{width:128px!important;height:46px!important;max-height:46px!important;}
  .brand-separator{height:38px!important;margin-left:8px!important;margin-right:8px!important;}
}

/* 2026-06-23: UN-style mobile header and white-header search placement */
html,body{
  max-width:100%!important;
  overflow-x:hidden!important;
}
.topbar .topbar-search{
  display:none!important;
}
.header,
.topbar,
.menu-strip{
  width:100%!important;
  max-width:100vw!important;
}
.institutional-row{
  position:relative!important;
  flex-wrap:nowrap!important;
  overflow:visible!important;
}
.full-logo-brand,
.site-name-block,
.header-actions{
  min-width:0!important;
}
.header-actions{
  margin-left:auto!important;
  display:flex!important;
  align-items:center!important;
  justify-content:flex-end!important;
  gap:10px!important;
  flex:0 0 auto!important;
}
.header-search{
  display:inline-flex!important;
  align-items:center!important;
  justify-content:center!important;
  width:42px!important;
  height:42px!important;
  padding:0!important;
  color:var(--navy)!important;
  background:#fff!important;
  border:1px solid #d5e1ed!important;
  border-radius:4px!important;
  box-shadow:none!important;
}
.header-search svg{
  width:20px!important;
  height:20px!important;
  fill:none!important;
  stroke:currentColor!important;
  stroke-width:2.2!important;
  stroke-linecap:round!important;
  stroke-linejoin:round!important;
}
.header-search:hover,
.header-search:focus-visible{
  color:var(--blue)!important;
  background:#f3f8fd!important;
  border-color:#bcd2e5!important;
}
.header-actions .hamb{
  margin-left:0!important;
}
@media (min-width:901px){
  .header-actions .hamb{
    display:none!important;
  }
  .header-search{
    display:inline-flex!important;
  }
  .site-name-block{
    max-width:720px!important;
  }
}
@media (max-width:900px){
  .topbar .container.topbar-inner{
    width:min(100% - 24px,1180px)!important;
    justify-content:flex-start!important;
  }
  .header{
    background:#fff!important;
    border-bottom:1px solid #e2e8f0!important;
    box-shadow:0 2px 8px rgba(0,0,0,.08)!important;
  }
  .institutional-row{
    width:min(100% - 24px,1180px)!important;
    min-height:76px!important;
    padding:8px 0!important;
    gap:0!important;
  }
  .full-logo-brand img{
    width:154px!important;
    height:56px!important;
    max-height:56px!important;
    object-fit:contain!important;
    object-position:left center!important;
  }
  .brand-separator{
    height:45px!important;
    margin-left:10px!important;
    margin-right:10px!important;
    flex:0 0 2px!important;
  }
  .site-name-title,
  .pashto-title{
    font-size:11.5px!important;
    line-height:1.15!important;
    margin-bottom:2px!important;
  }
  .site-name-slogan,
  .english-title{
    font-size:9.5px!important;
    line-height:1.15!important;
  }
  .header-actions{
    gap:6px!important;
    margin-left:auto!important;
    padding-left:6px!important;
  }
  .header-search,
  .header-actions .hamb{
    width:40px!important;
    height:40px!important;
    min-width:40px!important;
    display:inline-flex!important;
    align-items:center!important;
    justify-content:center!important;
    border:1px solid #13b5d6!important;
    border-radius:5px!important;
    background:#fff!important;
    color:var(--navy)!important;
    padding:0!important;
    line-height:1!important;
  }
  .header-actions .hamb{
    font-size:25px!important;
    font-weight:700!important;
  }
  .header-search:hover,
  .header-search:focus-visible,
  .header-actions .hamb:hover,
  .header-actions .hamb:focus-visible{
    background:#f2fbfe!important;
    color:var(--blue)!important;
  }
  .menu-strip{
    position:relative!important;
    height:0!important;
    min-height:0!important;
    border:0!important;
    background:transparent!important;
    z-index:70!important;
  }
  .menu-strip .container.menu-container{
    width:100%!important;
    max-width:100%!important;
  }
  .menu-strip .menu{
    top:0!important;
    left:0!important;
    right:0!important;
    width:100%!important;
    max-height:calc(100vh - 76px)!important;
    padding:14px 18px!important;
    border-top:1px solid rgba(255,255,255,.15)!important;
  }
}
@media (max-width:720px){
  .brand-separator,
  .site-name-block{
    display:none!important;
  }
  .institutional-row{
    justify-content:space-between!important;
  }
  .full-logo-brand img{
    width:160px!important;
    height:58px!important;
    max-height:58px!important;
  }
}
@media (max-width:420px){
  .topbar .container.topbar-inner span{
    font-size:11px!important;
  }
  .full-logo-brand img{
    width:140px!important;
    height:52px!important;
    max-height:52px!important;
  }
  .header-search,
  .header-actions .hamb{
    width:38px!important;
    height:38px!important;
    min-width:38px!important;
  }
  .header-actions{
    gap:5px!important;
    padding-left:4px!important;
  }
}


/* 2026-06-23 final fix: show NGO Pashto/English name in mobile header and remove header donate */
.menu-strip .nav-item:has(> a.donate){
  display:none!important;
}
@media (max-width:720px){
  .institutional-row{
    width:min(100% - 14px,1180px)!important;
    min-height:84px!important;
    padding:7px 0!important;
    justify-content:flex-start!important;
    gap:0!important;
  }
  .full-logo-brand{
    flex:0 0 auto!important;
  }
  .full-logo-brand img{
    width:104px!important;
    height:40px!important;
    max-height:40px!important;
    object-fit:contain!important;
    object-position:left center!important;
  }
  .brand-separator{
    display:block!important;
    width:1px!important;
    flex:0 0 1px!important;
    height:38px!important;
    margin-left:6px!important;
    margin-right:6px!important;
    background:#c7d2df!important;
  }
  .site-name-block{
    display:flex!important;
    flex:1 1 auto!important;
    min-width:0!important;
    max-width:none!important;
    overflow:visible!important;
    padding-right:5px!important;
  }
  .site-name-title,
  .pashto-title{
    display:block!important;
    font-family:'Bahij Nazanin','B Nazanin','Times New Roman',serif!important;
    font-weight:800!important;
    font-size:12px!important;
    line-height:1.15!important;
    margin:0 0 2px!important;
    color:#123a63!important;
    white-space:normal!important;
    overflow:visible!important;
  }
  .site-name-slogan,
  .english-title{
    display:block!important;
    font-family:Arial,Helvetica,sans-serif!important;
    font-weight:700!important;
    font-size:9px!important;
    line-height:1.15!important;
    color:#314155!important;
    white-space:normal!important;
    overflow:visible!important;
  }
  .header-actions{
    gap:5px!important;
    padding-left:2px!important;
    flex:0 0 auto!important;
  }
  .header-search,
  .header-actions .hamb{
    width:34px!important;
    height:34px!important;
    min-width:34px!important;
  }
  .header-actions .hamb{
    font-size:22px!important;
  }
}
@media (max-width:420px){
  .institutional-row{
    width:min(100% - 10px,1180px)!important;
    min-height:82px!important;
  }
  .full-logo-brand img{
    width:86px!important;
    height:34px!important;
    max-height:34px!important;
  }
  .brand-separator{
    height:34px!important;
    margin-left:5px!important;
    margin-right:5px!important;
  }
  .site-name-title,
  .pashto-title{
    font-size:10.5px!important;
  }
  .site-name-slogan,
  .english-title{
    font-size:8px!important;
  }
  .header-search,
  .header-actions .hamb{
    width:32px!important;
    height:32px!important;
    min-width:32px!important;
  }
  .header-actions{
    gap:4px!important;
  }
}

/* Leadership page final content style */
.full-board-card{
  margin-top:34px!important;
}
.simple-governance{
  margin-top:42px!important;
}
.governance-list{
  margin:0!important;
  padding-left:24px!important;
  max-width:1050px!important;
}
.governance-list li{
  margin:0 0 16px!important;
  color:#3d5875!important;
  font-size:19px!important;
  line-height:1.65!important;
}
@media (max-width:720px){
  .full-board-card{
    margin-top:24px!important;
    padding:24px!important;
  }
  .governance-list li{
    font-size:17px!important;
    margin-bottom:12px!important;
  }
}

/* 2026-06-23: compact leadership typography and spacing */
.leadership-page{
  padding-top:62px!important;
  padding-bottom:64px!important;
  font-family:Arial,Helvetica,sans-serif!important;
}
.leadership-page .leadership-intro{
  max-width:820px!important;
  margin-bottom:28px!important;
}
.leadership-page .eyebrow{
  font-size:14px!important;
  letter-spacing:.18em!important;
  line-height:1.35!important;
}
.leadership-page .section-head h2{
  font-size:34px!important;
  line-height:1.18!important;
  margin:8px 0 12px!important;
  font-weight:800!important;
}
.leadership-page .section-head p{
  font-size:16px!important;
  line-height:1.75!important;
  color:#42566e!important;
  margin:0!important;
}
.leadership-grid{
  gap:24px!important;
  margin:30px 0 38px!important;
}
.leadership-card{
  padding:26px 28px!important;
  border-radius:14px!important;
  box-shadow:0 10px 28px rgba(2,20,45,.05)!important;
}
.leadership-card h3{
  font-size:22px!important;
  line-height:1.25!important;
  margin:0 0 8px!important;
}
.leadership-role{
  font-size:16px!important;
  line-height:1.35!important;
  margin-bottom:16px!important;
}
.leadership-card p{
  font-size:16px!important;
  line-height:1.72!important;
  color:#42566e!important;
}
.full-board-card{
  margin-top:22px!important;
}
.board-overview-card{
  padding:28px 30px!important;
  border-radius:14px!important;
  box-shadow:0 10px 28px rgba(2,20,45,.05)!important;
}
.board-overview-card h2{
  font-size:32px!important;
  line-height:1.18!important;
  margin:4px 0 16px!important;
}
.board-overview-card p{
  font-size:16px!important;
  line-height:1.75!important;
  color:#42566e!important;
  margin:0 0 14px!important;
}
.simple-governance{
  margin-top:34px!important;
}
.governance-list{
  padding-left:22px!important;
  max-width:980px!important;
}
.governance-list li{
  font-size:16px!important;
  line-height:1.65!important;
  margin:0 0 10px!important;
  color:#42566e!important;
}
.leadership-closing{
  max-width:980px!important;
  font-size:16px!important;
  line-height:1.72!important;
  margin:24px 0 0!important;
  color:#42566e!important;
}
@media(max-width:720px){
  .leadership-page{padding-top:42px!important;padding-bottom:48px!important;}
  .leadership-page .section-head h2{font-size:28px!important;}
  .leadership-page .section-head p,
  .leadership-card p,
  .board-overview-card p,
  .governance-list li,
  .leadership-closing{font-size:15px!important;}
  .leadership-card,
  .board-overview-card{padding:22px!important;}
  .leadership-card h3{font-size:20px!important;}
  .leadership-role{font-size:15px!important;}
}


/* 2026-06-23: make header logo clearly visible and use AWEDO emblem in browser tab */
.full-logo-brand .brand-picture{
  display:flex!important;
  align-items:center!important;
  justify-content:flex-start!important;
  flex:0 0 auto!important;
  line-height:0!important;
}
.full-logo-brand img{
  display:block!important;
  object-fit:contain!important;
  object-position:left center!important;
  opacity:1!important;
  visibility:visible!important;
}
@media (min-width:901px){
  .full-logo-brand img{
    width:215px!important;
    height:78px!important;
    max-height:78px!important;
  }
}
@media (max-width:900px) and (min-width:721px){
  .full-logo-brand img{
    width:170px!important;
    height:62px!important;
    max-height:62px!important;
  }
}
@media (max-width:720px){
  .institutional-row{
    min-height:78px!important;
    padding:8px 0!important;
    align-items:center!important;
  }
  .full-logo-brand img{
    width:56px!important;
    height:56px!important;
    max-height:56px!important;
  }
  .brand-separator{
    display:block!important;
    height:46px!important;
    margin-left:8px!important;
    margin-right:8px!important;
    flex:0 0 1px!important;
  }
  .site-name-block{
    display:flex!important;
    flex:1 1 0!important;
    min-width:0!important;
    overflow:visible!important;
  }
  .site-name-title,
  .pashto-title{
    font-size:12px!important;
    line-height:1.15!important;
  }
  .site-name-slogan,
  .english-title{
    font-size:9px!important;
    line-height:1.15!important;
  }
  .header-actions{
    flex:0 0 auto!important;
    gap:5px!important;
    padding-left:5px!important;
  }
  .header-search,
  .header-actions .hamb{
    width:34px!important;
    height:34px!important;
    min-width:34px!important;
  }
}
@media (max-width:420px){
  .institutional-row{
    width:min(100% - 8px,1180px)!important;
    min-height:74px!important;
  }
  .full-logo-brand img{
    width:50px!important;
    height:50px!important;
    max-height:50px!important;
  }
  .brand-separator{
    height:42px!important;
    margin-left:6px!important;
    margin-right:6px!important;
  }
  .site-name-title,
  .pashto-title{
    font-size:10.5px!important;
  }
  .site-name-slogan,
  .english-title{
    font-size:7.8px!important;
  }
  .header-actions{
    gap:4px!important;
    padding-left:3px!important;
  }
  .header-search,
  .header-actions .hamb{
    width:31px!important;
    height:31px!important;
    min-width:31px!important;
  }
  .header-actions .hamb{
    font-size:21px!important;
  }
}


/* 2026-06-23: mobile header must show the complete logo image, including its built-in text, with the header action buttons still on the right. */
@media (max-width:720px){
  .institutional-row{
    display:flex!important;
    flex-wrap:wrap!important;
    align-items:center!important;
    justify-content:space-between!important;
    min-height:auto!important;
    padding:8px 0 7px!important;
    row-gap:4px!important;
    overflow:visible!important;
  }
  .full-logo-brand{
    order:1!important;
    flex:0 1 auto!important;
    max-width:calc(100% - 86px)!important;
    min-width:0!important;
  }
  .full-logo-brand .brand-picture{
    display:flex!important;
    width:auto!important;
    max-width:100%!important;
  }
  .full-logo-brand img{
    width:178px!important;
    height:auto!important;
    max-height:72px!important;
    max-width:100%!important;
    object-fit:contain!important;
    object-position:left center!important;
    opacity:1!important;
    visibility:visible!important;
  }
  .header-actions{
    order:2!important;
    margin-left:auto!important;
    flex:0 0 auto!important;
    display:flex!important;
    align-items:center!important;
    gap:5px!important;
    padding-left:6px!important;
  }
  .brand-separator{
    display:none!important;
  }
  .site-name-block{
    order:3!important;
    display:flex!important;
    flex-direction:column!important;
    flex:0 0 100%!important;
    width:100%!important;
    max-width:100%!important;
    min-width:0!important;
    padding:2px 2px 0!important;
    margin:0!important;
    overflow:visible!important;
  }
  .site-name-title,
  .pashto-title{
    display:block!important;
    font-family:'Bahij Nazanin','B Nazanin','Times New Roman',serif!important;
    font-weight:800!important;
    font-size:12px!important;
    line-height:1.15!important;
    margin:0 0 2px!important;
    color:#123a63!important;
    white-space:normal!important;
    overflow:visible!important;
    text-align:left!important;
  }
  .site-name-slogan,
  .english-title{
    display:block!important;
    font-family:Arial,Helvetica,sans-serif!important;
    font-weight:700!important;
    font-size:9px!important;
    line-height:1.15!important;
    color:#314155!important;
    white-space:normal!important;
    overflow:visible!important;
    text-align:left!important;
  }
}
@media (max-width:420px){
  .full-logo-brand{
    max-width:calc(100% - 78px)!important;
  }
  .full-logo-brand img{
    width:152px!important;
    height:auto!important;
    max-height:62px!important;
  }
  .header-actions{
    gap:4px!important;
    padding-left:4px!important;
  }
  .header-search,
  .header-actions .hamb{
    width:31px!important;
    height:31px!important;
    min-width:31px!important;
  }
  .site-name-title,
  .pashto-title{
    font-size:10.5px!important;
  }
  .site-name-slogan,
  .english-title{
    font-size:8px!important;
  }
}



/* Careers vacancy announcement */
.current-vacancies .vacancy-list{display:grid;gap:18px}.vacancy-card{display:grid;grid-template-columns:1.3fr 1fr auto;gap:22px;align-items:center;padding:24px;border:1px solid #dce3eb;border-radius:16px;background:#fff;box-shadow:0 10px 30px rgba(0,0,0,.06)}.vacancy-card h3{margin:6px 0 8px;font-size:24px;color:var(--navy)}.vacancy-card p{margin:0;color:#52606d}.vacancy-ref{display:inline-block;font-size:12px;font-weight:800;text-transform:uppercase;letter-spacing:.12em;color:var(--blue)}.vacancy-meta{display:grid;gap:7px;font-size:14px;color:#475569}.vacancy-btn{white-space:nowrap;text-align:center}.vacancy-detail-header{display:flex;align-items:center;justify-content:space-between;gap:24px;margin-bottom:26px}.vacancy-detail-header h2{margin:6px 0 8px}.vacancy-summary-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:14px;margin:26px 0 34px}.vacancy-summary-grid div{padding:16px 18px;border:1px solid #e5e7eb;border-radius:12px;background:#f8fafc}.vacancy-summary-grid strong{display:block;color:var(--navy);font-size:14px}.vacancy-summary-grid span{display:block;color:#4f5d70;margin-top:4px}.vacancy-apply-form{padding:24px;border:1px solid #e5e7eb;border-radius:16px;background:#fff;box-shadow:0 10px 30px rgba(0,0,0,.05)}.form-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:18px 24px}@media(max-width:820px){.vacancy-card{grid-template-columns:1fr}.vacancy-detail-header{align-items:flex-start;flex-direction:column}.vacancy-summary-grid,.form-grid{grid-template-columns:1fr}.vacancy-btn{width:100%}}


/* Medium Funded By heading size */
#funded-by-heading,
.organization-strip .organization-heading h2,
.funder-title h2{
  font-size:24px!important;
  line-height:1.25!important;
  font-weight:800!important;
}
@media(max-width:520px){
  #funded-by-heading,
  .organization-strip .organization-heading h2,
  .funder-title h2{font-size:22px!important;}
}

/* Professional institutional footer update */
.footer.footer-institutional{background:linear-gradient(180deg,#031a38 0%,#06142c 100%);color:#d8e5f6;padding:56px 0 22px;border-top:5px solid var(--blue)}
.footer-institutional .footer-topline{display:flex;justify-content:space-between;align-items:flex-start;gap:28px;padding-bottom:26px;margin-bottom:30px;border-bottom:1px solid rgba(255,255,255,.16)}
.footer-institutional .footer-eyebrow{text-transform:uppercase;letter-spacing:.12em;color:#78d7ff;font-weight:800;font-size:12px;margin-bottom:8px}
.footer-institutional .footer-brand-summary{max-width:760px}
.footer-institutional h4{color:#fff;margin:0 0 10px;font-size:18px;line-height:1.35}
.footer-institutional .footer-brand-summary h4{font-size:22px;margin-bottom:8px}
.footer-institutional p{margin:0;color:rgba(255,255,255,.82);line-height:1.7}
.footer-institutional a{color:#eaf4ff;transition:.2s ease}
.footer-institutional a:hover{color:#7ed9ff}
.footer-institutional .footer-contact-button{display:inline-flex;align-items:center;justify-content:center;white-space:nowrap;padding:12px 18px;border:1px solid rgba(255,255,255,.32);border-radius:999px;font-weight:800;background:rgba(255,255,255,.06);margin:2px 0 0}
.footer-institutional .footer-contact-button:hover{background:var(--blue);border-color:var(--blue);color:#fff}
.footer-institutional .footer-grid-professional{grid-template-columns:2.05fr 1fr 1fr 1.15fr;gap:34px;align-items:start}
.footer-institutional .footer-block{min-width:0}
.footer-institutional .footer-block a{display:block;margin:8px 0;color:rgba(255,255,255,.86);font-size:14.5px}
.footer-institutional .footer-office-block{background:rgba(255,255,255,.055);border:1px solid rgba(255,255,255,.12);border-radius:14px;padding:20px}
.footer-institutional .footer-contact{display:grid;gap:13px;margin-top:12px}
.footer-institutional .footer-contact-item{display:flex;gap:11px;align-items:flex-start;line-height:1.55;color:rgba(255,255,255,.9)}
.footer-institutional .footer-contact-item p{margin:0;color:rgba(255,255,255,.88);font-size:14px}
.footer-institutional .footer-contact-item strong{color:#fff;font-weight:800}
.footer-institutional .footer-contact-item a{display:inline;margin:0;color:#fff}
.footer-institutional .footer-contact-icon{width:24px;height:24px;min-width:24px;margin-top:1px;display:grid;place-items:center;color:#7ed9ff;background:rgba(126,217,255,.1);border-radius:50%}
.footer-institutional .footer-contact-icon svg{width:15px;height:15px;fill:currentColor}
.footer-institutional .footer-bottom-professional{display:flex;justify-content:space-between;align-items:center;gap:20px;margin-top:34px;padding-top:18px;border-top:1px solid rgba(255,255,255,.14)}
.footer-institutional .copyright{border:0;margin:0;padding:0;color:rgba(255,255,255,.72);font-size:13.5px}
.footer-institutional .footer-social{margin-top:0;flex-wrap:wrap;justify-content:flex-end}
.footer-institutional .footer-social a{display:grid;margin:0}
@media(max-width:980px){.footer-institutional .footer-topline,.footer-institutional .footer-bottom-professional{flex-direction:column;align-items:flex-start}.footer-institutional .footer-grid-professional{grid-template-columns:1fr 1fr}.footer-institutional .footer-social{justify-content:flex-start}}
@media(max-width:620px){.footer-institutional .footer-grid-professional{grid-template-columns:1fr}.footer-institutional .footer-contact-button{width:100%}}


/* 2026 Professional international NGO header refinement */
:root{
  --awedo-navy:#06244b;
  --awedo-navy-2:#031a38;
  --awedo-blue:#0b7ec2;
  --awedo-cyan:#48bfe3;
  --awedo-line:#d8e1ec;
}
.topbar{
  background:linear-gradient(90deg,var(--awedo-navy-2),var(--awedo-navy))!important;
  color:#eaf4ff!important;
  font-size:12.5px!important;
  letter-spacing:.01em!important;
  border-bottom:1px solid rgba(255,255,255,.12)!important;
  box-shadow:none!important;
}
.topbar .container.topbar-inner{
  width:min(1280px,94%)!important;
  max-width:1280px!important;
  display:flex!important;
  align-items:center!important;
  justify-content:space-between!important;
  gap:18px!important;
  padding:7px 0!important;
}
.topbar-official{
  display:inline-flex!important;
  align-items:center!important;
  font-weight:700!important;
  color:#eef7ff!important;
  white-space:nowrap!important;
}
.topbar-official::before{
  content:'';
  width:8px;
  height:8px;
  border-radius:50%;
  background:#a9cc18;
  box-shadow:0 0 0 3px rgba(169,204,24,.18);
  margin-right:9px;
  flex:0 0 auto;
}
.topbar-links{
  margin-left:auto!important;
  display:flex!important;
  align-items:center!important;
  justify-content:flex-end!important;
  gap:9px!important;
  color:rgba(255,255,255,.68)!important;
  white-space:nowrap!important;
}
.topbar-links a{
  color:#eaf4ff!important;
  font-weight:700!important;
  display:inline-block!important;
  margin:0!important;
  line-height:1!important;
}
.topbar-links a:hover,
.topbar-links a:focus-visible{
  color:#7dd3fc!important;
  text-decoration:underline!important;
  text-underline-offset:3px!important;
}
.topbar .topbar-search{
  display:none!important;
}
.header{
  background:#fff!important;
  color:#142033!important;
  border-bottom:1px solid #e3e9f1!important;
  box-shadow:0 6px 22px rgba(6,36,75,.10)!important;
  position:sticky!important;
  top:0!important;
  z-index:200!important;
}
.header .container,
.header .container.nav,
.header .container.institutional-row,
.nav,
.brand,
.full-logo-brand{
  background:#fff!important;
  background-color:#fff!important;
  color:#142033!important;
  box-shadow:none!important;
  border:0!important;
  border-radius:0!important;
}
.institutional-row{
  width:min(1280px,94%)!important;
  max-width:1280px!important;
  min-height:92px!important;
  padding:10px 0!important;
  display:flex!important;
  align-items:center!important;
  justify-content:flex-start!important;
  gap:0!important;
  flex-wrap:nowrap!important;
}
.full-logo-brand{
  flex:0 0 auto!important;
  display:flex!important;
  align-items:center!important;
  padding:0!important;
  margin:0!important;
}
.full-logo-brand img,
.brand img{
  width:245px!important;
  height:70px!important;
  max-width:245px!important;
  max-height:70px!important;
  object-fit:contain!important;
  object-position:left center!important;
  filter:none!important;
  opacity:1!important;
  visibility:visible!important;
  margin:0!important;
}
.brand-separator{
  width:1px!important;
  flex:0 0 1px!important;
  height:58px!important;
  margin-left:26px!important;
  margin-right:26px!important;
  background:linear-gradient(180deg,transparent,#aebfd0,transparent)!important;
  display:block!important;
}
.site-name-block{
  display:flex!important;
  flex-direction:column!important;
  justify-content:center!important;
  flex:1 1 auto!important;
  min-width:0!important;
  max-width:720px!important;
  line-height:1.18!important;
  padding:0!important;
  margin:0!important;
}
.site-name-title,
.pashto-title{
  font-family:'Bahij Nazanin','B Nazanin','Times New Roman',serif!important;
  color:#06244b!important;
  font-size:23px!important;
  line-height:1.12!important;
  font-weight:800!important;
  margin:0 0 5px!important;
  letter-spacing:0!important;
  text-align:left!important;
}
.site-name-slogan,
.english-title{
  font-family:Arial,Helvetica,sans-serif!important;
  color:#334155!important;
  font-size:15px!important;
  line-height:1.25!important;
  font-weight:700!important;
  letter-spacing:.01em!important;
  margin:0!important;
  text-align:left!important;
}
.site-name-block::after{
  content:'';
  margin-top:4px;
  color:#64748b;
  font-size:11.5px;
  font-weight:700;
  letter-spacing:.08em;
  text-transform:uppercase;
}
.header-actions{
  margin-left:auto!important;
  display:flex!important;
  align-items:center!important;
  justify-content:flex-end!important;
  gap:9px!important;
  flex:0 0 auto!important;
  min-width:auto!important;
}
.header-search{
  width:40px!important;
  height:40px!important;
  min-width:40px!important;
  display:inline-flex!important;
  align-items:center!important;
  justify-content:center!important;
  color:#06244b!important;
  background:#f7fafc!important;
  border:1px solid #d8e1ec!important;
  border-radius:50%!important;
  padding:0!important;
  box-shadow:none!important;
}
.header-search:hover,
.header-search:focus-visible{
  color:#fff!important;
  background:#0b7ec2!important;
  border-color:#0b7ec2!important;
}
.header-search svg{
  width:19px!important;
  height:19px!important;
  fill:none!important;
  stroke:currentColor!important;
  stroke-width:2.2!important;
}
.header-actions .hamb{
  display:none!important;
  color:#06244b!important;
  background:#f7fafc!important;
  border:1px solid #d8e1ec!important;
  border-radius:8px!important;
  width:40px!important;
  height:40px!important;
  min-width:40px!important;
  align-items:center!important;
  justify-content:center!important;
  padding:0!important;
  line-height:1!important;
}
.menu-strip{
  background:linear-gradient(90deg,var(--awedo-navy-2),var(--awedo-navy))!important;
  border-top:3px solid #a9cc18!important;
  border-bottom:1px solid rgba(0,0,0,.16)!important;
  box-shadow:0 7px 16px rgba(6,36,75,.10)!important;
  height:auto!important;
  min-height:0!important;
  position:relative!important;
  z-index:190!important;
}
.menu-strip .container.menu-container{
  width:min(1280px,94%)!important;
  max-width:1280px!important;
  margin:auto!important;
  background:transparent!important;
  padding:0!important;
}
.menu-strip .menu{
  width:100%!important;
  display:flex!important;
  flex-direction:row!important;
  align-items:center!important;
  justify-content:center!important;
  flex-wrap:nowrap!important;
  gap:0!important;
  padding:0!important;
  margin:0!important;
  background:transparent!important;
  color:#fff!important;
  box-shadow:none!important;
  transform:none!important;
  position:relative!important;
  top:auto!important;
  left:auto!important;
  right:auto!important;
  max-height:none!important;
  overflow:visible!important;
  white-space:nowrap!important;
  font-size:13px!important;
  font-weight:800!important;
  letter-spacing:.015em!important;
}
.menu-strip .nav-item{
  display:flex!important;
  align-items:center!important;
  width:auto!important;
  position:relative!important;
}
.menu-strip .nav-item>a{
  display:flex!important;
  align-items:center!important;
  min-height:47px!important;
  padding:0 13px!important;
  color:#fff!important;
  line-height:1!important;
  white-space:nowrap!important;
  border-left:1px solid rgba(255,255,255,.08)!important;
  transition:background .18s ease,color .18s ease!important;
}
.menu-strip .nav-item:last-child>a{
  border-right:1px solid rgba(255,255,255,.08)!important;
}
.menu-strip .nav-item>a:hover,
.menu-strip .nav-item>a:focus-visible,
.menu-strip .sub-toggle:hover,
.menu-strip .sub-toggle:focus-visible{
  background:rgba(255,255,255,.12)!important;
  color:#ffffff!important;
  text-decoration:none!important;
}
.menu-strip .sub-toggle{
  color:#fff!important;
  background:transparent!important;
  border:0!important;
  padding:0 9px 0 0!important;
  margin-left:-7px!important;
  height:47px!important;
  line-height:47px!important;
  font-size:12px!important;
  cursor:pointer!important;
}
.menu-strip .submenu,
.menu-strip .submenu-right{
  display:none!important;
  position:absolute!important;
  top:47px!important;
  left:0!important;
  right:auto!important;
  min-width:255px!important;
  background:#fff!important;
  color:#142033!important;
  border-top:4px solid #0b7ec2!important;
  border-radius:0 0 10px 10px!important;
  box-shadow:0 18px 40px rgba(6,36,75,.18)!important;
  padding:8px 0!important;
  z-index:500!important;
}
.menu-strip .submenu-right{
  left:auto!important;
  right:0!important;
}
.menu-strip .submenu a{
  display:block!important;
  color:#243143!important;
  background:#fff!important;
  padding:11px 16px!important;
  font-size:13px!important;
  font-weight:700!important;
  line-height:1.25!important;
  border:0!important;
}
.menu-strip .submenu a:hover,
.menu-strip .submenu a:focus-visible{
  background:#f4f8fb!important;
  color:#0b7ec2!important;
  padding-left:20px!important;
}
.menu-strip .has-sub:hover>.submenu,
.menu-strip .has-sub:focus-within>.submenu,
.menu-strip .has-sub.open>.submenu{
  display:block!important;
}
.menu-strip .donate{
  background:#a9cc18!important;
  color:#102300!important;
  border-radius:4px!important;
  margin-left:10px!important;
  min-height:36px!important;
  min-width:auto!important;
  padding:0 16px!important;
  font-weight:900!important;
}

@media (min-width:901px) and (max-width:1180px){
  .topbar .container.topbar-inner,
  .institutional-row,
  .menu-strip .container.menu-container{width:min(100% - 28px,1180px)!important;}
  .full-logo-brand img,.brand img{width:210px!important;height:62px!important;max-width:210px!important;max-height:62px!important;}
  .brand-separator{height:50px!important;margin-left:18px!important;margin-right:18px!important;}
  .site-name-title,.pashto-title{font-size:19px!important;}
  .site-name-slogan,.english-title{font-size:13px!important;}
  .site-name-block::after{font-size:10.5px!important;}
  .menu-strip .menu{font-size:11.4px!important;}
  .menu-strip .nav-item>a{padding:0 8px!important;min-height:44px!important;}
  .menu-strip .sub-toggle{height:44px!important;line-height:44px!important;padding-right:6px!important;}
  .menu-strip .submenu,.menu-strip .submenu-right{top:44px!important;}
}
@media (max-width:900px){
  .topbar .container.topbar-inner{
    width:min(100% - 24px,1180px)!important;
    padding:6px 0!important;
    gap:8px!important;
  }
  .topbar-official{
    font-size:11.5px!important;
    white-space:normal!important;
    line-height:1.3!important;
  }
  .topbar-links{display:none!important;}
  .header{box-shadow:0 4px 12px rgba(6,36,75,.10)!important;}
  .institutional-row{
    width:min(100% - 24px,1180px)!important;
    min-height:auto!important;
    padding:8px 0!important;
    display:flex!important;
    flex-wrap:wrap!important;
    justify-content:space-between!important;
    row-gap:4px!important;
  }
  .full-logo-brand{
    order:1!important;
    max-width:calc(100% - 94px)!important;
    flex:0 1 auto!important;
  }
  .full-logo-brand img,.brand img{
    width:180px!important;
    height:auto!important;
    max-width:180px!important;
    max-height:68px!important;
    object-fit:contain!important;
  }
  .brand-separator{display:none!important;}
  .site-name-block{
    order:3!important;
    flex:0 0 100%!important;
    width:100%!important;
    max-width:100%!important;
    padding-top:2px!important;
  }
  .site-name-block::after{display:none!important;}
  .site-name-title,.pashto-title{
    font-size:12.5px!important;
    line-height:1.14!important;
    margin-bottom:2px!important;
  }
  .site-name-slogan,.english-title{
    font-size:9.8px!important;
    line-height:1.16!important;
  }
  .header-actions{
    order:2!important;
    margin-left:auto!important;
    gap:6px!important;
  }
  .header-search,
  .header-actions .hamb{
    width:36px!important;
    height:36px!important;
    min-width:36px!important;
    display:inline-flex!important;
  }
  .header-actions .hamb{
    font-size:23px!important;
    font-weight:800!important;
  }
  .menu-strip{
    height:0!important;
    min-height:0!important;
    border:0!important;
    box-shadow:none!important;
    background:transparent!important;
  }
  .menu-strip .container.menu-container{
    width:100%!important;
    max-width:100%!important;
  }
  .menu-strip .menu{
    display:none!important;
    position:absolute!important;
    top:0!important;
    left:0!important;
    right:0!important;
    width:100%!important;
    flex-direction:column!important;
    align-items:stretch!important;
    justify-content:flex-start!important;
    background:linear-gradient(180deg,var(--awedo-navy),var(--awedo-navy-2))!important;
    padding:14px 18px!important;
    max-height:calc(100vh - 84px)!important;
    overflow:auto!important;
    white-space:normal!important;
    border-top:3px solid #a9cc18!important;
    box-shadow:0 20px 38px rgba(0,0,0,.22)!important;
    font-size:14px!important;
    z-index:999!important;
  }
  .menu-strip .menu.open{display:flex!important;}
  .menu-strip .nav-item{display:block!important;width:100%!important;}
  .menu-strip .nav-item>a{
    min-height:auto!important;
    padding:11px 0!important;
    border-left:0!important;
    border-right:0!important;
    border-bottom:1px solid rgba(255,255,255,.10)!important;
    display:inline-flex!important;
  }
  .menu-strip .sub-toggle{
    float:right!important;
    width:34px!important;
    height:38px!important;
    line-height:38px!important;
    padding:0!important;
    margin:0!important;
  }
  .menu-strip .submenu,
  .menu-strip .submenu-right{
    position:static!important;
    top:auto!important;
    left:auto!important;
    right:auto!important;
    min-width:0!important;
    width:100%!important;
    border-top:0!important;
    border-left:3px solid #48bfe3!important;
    border-radius:0!important;
    box-shadow:none!important;
    margin:2px 0 8px!important;
    padding:4px 0!important;
  }
  .menu-strip .has-sub:hover>.submenu{display:none!important;}
  .menu-strip .has-sub.open>.submenu{display:block!important;}
}
@media (max-width:420px){
  .full-logo-brand img,.brand img{width:156px!important;max-width:156px!important;max-height:60px!important;}
  .header-search,.header-actions .hamb{width:32px!important;height:32px!important;min-width:32px!important;}
  .site-name-title,.pashto-title{font-size:11px!important;}
  .site-name-slogan,.english-title{font-size:8.5px!important;}
  .topbar-official{font-size:10.5px!important;}
}


/* User-requested compact international NGO footer and clean welcome topbar */
.site-name-block::after{display:none!important;content:none!important;}
.topbar-official{font-size:12.8px!important;font-weight:800!important;}
.footer.footer-compact{
  background:#041b38!important;
  color:#d9e7f6!important;
  padding:18px 0 10px!important;
  border-top:3px solid #0b7ec2!important;
}
.footer-compact .footer-compact-main{
  width:min(1280px,94%)!important;
  max-width:1280px!important;
  display:grid!important;
  grid-template-columns:180px minmax(340px,1fr) minmax(310px,420px) auto!important;
  align-items:center!important;
  gap:18px!important;
}
.footer-compact-brand a{display:inline-flex!important;margin:0!important;align-items:center!important;}
.footer-compact-brand img{
  width:148px!important;
  max-width:148px!important;
  max-height:54px!important;
  object-fit:contain!important;
  background:#fff!important;
  border-radius:4px!important;
  padding:4px!important;
}
.footer-compact-links{
  display:flex!important;
  flex-wrap:wrap!important;
  align-items:center!important;
  gap:7px 15px!important;
  line-height:1.2!important;
}
.footer-compact-links a{
  display:inline-flex!important;
  margin:0!important;
  color:#eaf4ff!important;
  font-size:13px!important;
  font-weight:800!important;
  letter-spacing:.01em!important;
}
.footer-compact-links a:hover{color:#7ed9ff!important;text-decoration:underline!important;text-underline-offset:3px!important;}
.footer-compact-contact{
  color:rgba(255,255,255,.84)!important;
  font-size:12.2px!important;
  line-height:1.42!important;
}
.footer-compact-contact strong{color:#fff!important;font-size:12.8px!important;}
.footer-compact-contact a{display:inline!important;margin:0!important;color:#fff!important;font-weight:700!important;}
.footer-dot{color:rgba(255,255,255,.45)!important;margin:0 5px!important;}
.footer-compact-social{display:flex!important;align-items:center!important;justify-content:flex-end!important;gap:7px!important;margin:0!important;}
.footer-compact-social a{
  display:grid!important;
  place-items:center!important;
  width:30px!important;
  height:30px!important;
  margin:0!important;
  border-radius:50%!important;
  color:#fff!important;
  background:rgba(255,255,255,.10)!important;
  border:1px solid rgba(255,255,255,.18)!important;
}
.footer-compact-social a:hover{background:#0b7ec2!important;border-color:#0b7ec2!important;transform:translateY(-1px)!important;}
.footer-compact-social svg{width:15px!important;height:15px!important;fill:currentColor!important;}
.footer-compact-bottom{
  width:min(1280px,94%)!important;
  max-width:1280px!important;
  margin-top:12px!important;
  padding-top:9px!important;
  border-top:1px solid rgba(255,255,255,.14)!important;
  text-align:center!important;
  color:rgba(255,255,255,.72)!important;
  font-size:12.5px!important;
  line-height:1.35!important;
}
@media(max-width:1100px){
  .footer-compact .footer-compact-main{grid-template-columns:160px 1fr!important;align-items:start!important;}
  .footer-compact-contact{grid-column:1/3!important;}
  .footer-compact-social{justify-content:flex-start!important;}
}
@media(max-width:680px){
  .footer.footer-compact{padding:16px 0 10px!important;}
  .footer-compact .footer-compact-main{grid-template-columns:1fr!important;gap:12px!important;}
  .footer-compact-brand img{width:138px!important;max-width:138px!important;}
  .footer-compact-links{gap:8px 13px!important;}
  .footer-compact-contact{grid-column:auto!important;}
  .footer-compact-bottom{text-align:left!important;font-size:12px!important;}
}

/* AWEDO compact contact order: Address, Phone, Email, Website */
.footer-compact-contact{
  font-size:12.2px!important;
  line-height:1.35!important;
  max-width:520px!important;
}
.footer-compact-contact strong{
  display:block!important;
  margin-bottom:4px!important;
  color:#fff!important;
  font-size:12.8px!important;
  letter-spacing:.01em!important;
}
.footer-contact-list{
  display:grid!important;
  gap:3px!important;
  margin:0!important;
}
.footer-contact-line{
  display:grid!important;
  grid-template-columns:17px 1fr!important;
  align-items:start!important;
  gap:6px!important;
  color:rgba(255,255,255,.86)!important;
}
.footer-contact-icon,
.contact-detail-icon{
  display:inline-flex!important;
  align-items:center!important;
  justify-content:center!important;
  width:16px!important;
  height:16px!important;
  color:#7ed9ff!important;
  flex:0 0 16px!important;
}
.footer-contact-icon svg,
.contact-detail-icon svg{
  width:15px!important;
  height:15px!important;
  fill:currentColor!important;
}
.footer-contact-line b{color:#fff!important;font-weight:700!important;}
.footer-compact-contact a{color:#fff!important;text-decoration:none!important;font-weight:600!important;}
.footer-compact-contact a:hover{text-decoration:underline!important;text-underline-offset:3px!important;}
.contact-details-list{
  display:grid!important;
  gap:11px!important;
  margin:14px 0 18px!important;
  padding:16px!important;
  background:#f7fbfd!important;
  border:1px solid #e2edf3!important;
  border-radius:16px!important;
}
.contact-detail-row{
  display:grid!important;
  grid-template-columns:22px 1fr!important;
  align-items:start!important;
  gap:10px!important;
  color:#38465a!important;
  line-height:1.55!important;
}
.contact-detail-row strong{color:#12365a!important;}
.contact-detail-row a{color:#005f96!important;font-weight:700!important;text-decoration:none!important;}
.contact-detail-row a:hover{text-decoration:underline!important;text-underline-offset:3px!important;}
@media (max-width: 980px){
  .footer-compact-contact{max-width:100%!important;}
}


/* Final IMSciences-style footer: simple logo, three link columns, contact and social */
.footer.footer-compact.footer-imsciences-style{
  background:#041b38!important;
  color:#eaf4ff!important;
  padding:20px 0 10px!important;
  border-top:3px solid #0b7ec2!important;
}
.footer-imsciences-style .footer-im-main{
  width:min(1180px,94%)!important;
  max-width:1180px!important;
  display:grid!important;
  grid-template-columns:235px minmax(430px,1fr) minmax(280px,360px)!important;
  align-items:start!important;
  gap:24px!important;
}
.footer-im-logo a{display:inline-flex!important;align-items:center!important;margin:0!important;}
.footer-im-logo img{
  width:220px!important;
  max-width:220px!important;
  max-height:90px!important;
  object-fit:contain!important;
  background:#041b38!important;
  padding:0!important;
  border-radius:0!important;
}
.footer-im-links{
  display:grid!important;
  grid-template-columns:repeat(3,minmax(130px,1fr))!important;
  gap:12px 28px!important;
}
.footer-im-links ul{list-style:none!important;margin:0!important;padding:0!important;display:grid!important;gap:7px!important;}
.footer-im-links li{margin:0!important;padding:0!important;line-height:1.25!important;}
.footer-im-links a{
  display:inline-block!important;
  margin:0!important;
  color:#eaf4ff!important;
  font-size:13px!important;
  font-weight:700!important;
  text-decoration:none!important;
}
.footer-im-links a:hover{color:#7ed9ff!important;text-decoration:underline!important;text-underline-offset:3px!important;}
.footer-im-contact{font-size:12px!important;line-height:1.38!important;color:rgba(255,255,255,.88)!important;}
.footer-im-contact .footer-contact-list{display:grid!important;gap:4px!important;margin:0 0 10px!important;}
.footer-im-contact .footer-contact-line{display:grid!important;grid-template-columns:17px 1fr!important;align-items:start!important;gap:7px!important;}
.footer-im-contact .footer-contact-icon{width:16px!important;height:16px!important;color:#7ed9ff!important;display:inline-flex!important;align-items:center!important;justify-content:center!important;margin-top:1px!important;}
.footer-im-contact .footer-contact-icon svg{width:15px!important;height:15px!important;fill:currentColor!important;}
.footer-im-contact b{color:#fff!important;font-weight:800!important;}
.footer-im-contact a{color:#fff!important;text-decoration:none!important;font-weight:700!important;}
.footer-im-contact a:hover{text-decoration:underline!important;text-underline-offset:3px!important;}
.footer-im-contact .footer-compact-social{justify-content:flex-start!important;margin-top:8px!important;}
.footer-imsciences-style .footer-compact-bottom{
  width:min(1180px,94%)!important;
  max-width:1180px!important;
  margin-top:14px!important;
  padding-top:9px!important;
  border-top:1px solid rgba(255,255,255,.16)!important;
  text-align:center!important;
  color:rgba(255,255,255,.72)!important;
  font-size:12.5px!important;
}
@media(max-width:980px){
  .footer-imsciences-style .footer-im-main{grid-template-columns:150px 1fr!important;gap:18px!important;}
  .footer-im-contact{grid-column:1/3!important;}
}
@media(max-width:680px){
  .footer-imsciences-style .footer-im-main{grid-template-columns:1fr!important;gap:14px!important;}
  .footer-im-links{grid-template-columns:1fr 1fr!important;gap:12px 24px!important;}
  .footer-im-contact{grid-column:auto!important;}
  .footer-im-logo img{width:190px!important;max-width:190px!important;max-height:78px!important;}
  .footer-imsciences-style .footer-compact-bottom{text-align:left!important;}
}
@media(max-width:420px){.footer-im-links{grid-template-columns:1fr!important;}}


/* Award page two-photo rotating slider */
.award-slider{position:relative;width:100%;height:min(64vw,560px);min-height:360px;overflow:hidden;border-radius:16px;background:#f5f7f9;box-shadow:0 12px 30px rgba(0,0,0,.10);margin:0 0 30px}
.award-slider .award-slide{position:absolute;inset:0;margin:0;opacity:0;animation:awardFade 10s infinite;background:#fff}
.award-slider .award-slide-one{animation-delay:0s}
.award-slider .award-slide-two{animation-delay:5s}
.award-slider img{width:100%;height:100%;object-fit:cover;display:block}
.award-slider .award-slide-two img{object-fit:contain;background:#fff;padding:18px}
.award-slider figcaption{position:absolute;left:0;right:0;bottom:0;background:rgba(0,29,70,.78);color:#fff;padding:12px 18px;font-size:15px;line-height:1.4}
@keyframes awardFade{0%,45%{opacity:1}50%,95%{opacity:0}100%{opacity:1}}
@media (max-width:720px){.award-slider{height:430px;min-height:300px;border-radius:12px}.award-slider figcaption{font-size:13px;padding:10px 12px}.award-slider .award-slide-two img{padding:10px}}


/* Project tables */
.project-table-section .section-head{max-width:980px;margin-bottom:24px}.project-table-wrap{width:100%;overflow-x:auto;border:1px solid #e5e7eb;border-radius:14px;background:#fff;box-shadow:0 10px 28px rgba(2,44,83,.08)}.project-table{width:100%;border-collapse:collapse;min-width:1120px;font-size:14px}.project-table th,.project-table td{border:1px solid #e6edf5;padding:14px 12px;vertical-align:middle;text-align:left}.project-table th{background:#f3f8fc;color:#0b3760;font-weight:800;text-align:center}.project-table td:first-child,.project-table td:nth-child(8),.project-table td:nth-child(9){text-align:center}.project-table tbody tr:nth-child(even){background:#fbfdff}.project-table-note{margin-top:18px;color:#4b5563;font-size:14px}.table-responsive:focus{outline:3px solid rgba(0,115,185,.25);outline-offset:3px}

/* Footer share controls: label and icons stay on one line */
.footer-share-row{
  display:flex;
  align-items:center;
  gap:.7rem;
  margin-top:1rem;
  flex-wrap:nowrap;
}
.footer-share-label{
  color:#fff;
  font-weight:700;
  line-height:1;
  white-space:nowrap;
}
.footer-share-row .footer-share-icons{
  display:flex;
  align-items:center;
  gap:.55rem;
  margin:0;
  flex-wrap:nowrap;
}
.footer-share-row .footer-share-icons a{
  margin:0;
  flex:0 0 auto;
}
@media (max-width:480px){
  .footer-share-row{gap:.55rem}
  .footer-share-row .footer-share-icons{gap:.4rem}
}

/* Final footer share alignment correction */
.footer-share-row{
  display:flex!important;
  align-items:center!important;
  flex-direction:row!important;
  flex-wrap:nowrap!important;
}
.footer-share-row .footer-share-label{
  display:inline-flex!important;
  align-items:center!important;
  height:30px!important;
  margin:0!important;
  padding:0!important;
  line-height:30px!important;
  align-self:center!important;
}
.footer-im-contact .footer-share-row .footer-share-icons,
.footer-share-row .footer-share-icons{
  display:flex!important;
  align-items:center!important;
  margin:0!important;
  padding:0!important;
  align-self:center!important;
}

/* Compact homepage Who We Are section */
.home-who-section{padding:58px 0}
.home-who-layout{grid-template-columns:minmax(0,1.18fr) minmax(320px,.82fr);gap:40px;align-items:center}
.home-who-layout .home-who-image{width:100%;max-width:440px;height:300px;min-height:0;object-fit:cover;object-position:center;border-radius:14px;justify-self:end;box-shadow:0 16px 38px rgba(2,20,45,.14)}
@media(max-width:900px){.home-who-section{padding:48px 0}.home-who-layout{grid-template-columns:1fr;gap:28px}.home-who-layout .home-who-image{width:min(100%,560px);max-width:560px;height:280px;justify-self:start}}
@media(max-width:600px){.home-who-section{padding:40px 0}.home-who-layout .home-who-image{height:220px;border-radius:10px}}


/* Refined professional website search */
.site-search{position:fixed;inset:0;z-index:9999;display:none;padding:24px;overflow-y:auto}
.site-search.open{display:flex;align-items:flex-start;justify-content:center}
.search-backdrop{position:fixed;inset:0;background:rgba(5,18,35,.78);backdrop-filter:blur(7px);-webkit-backdrop-filter:blur(7px)}
.search-panel{position:relative;width:min(820px,100%);max-height:min(82vh,760px);overflow:auto;margin:5vh auto 24px;background:#fff;border:1px solid rgba(219,228,238,.9);border-radius:24px;padding:38px;box-shadow:0 32px 90px rgba(1,15,35,.38);animation:awedoSearchIn .22s ease-out}
@keyframes awedoSearchIn{from{opacity:0;transform:translateY(-12px) scale(.985)}to{opacity:1;transform:none}}
.search-heading{padding-right:56px;margin-bottom:24px}
.search-eyebrow{display:inline-flex;align-items:center;margin-bottom:8px;color:#7a1f5b;font-size:.76rem;font-weight:800;letter-spacing:.12em;text-transform:uppercase}
.search-panel h2{margin:0;color:#10243e;font-size:clamp(1.9rem,4vw,2.5rem);line-height:1.12;letter-spacing:-.025em}
.search-heading>p{margin:10px 0 0;color:#647286;font-size:1rem;line-height:1.6}
.search-close{position:absolute;right:22px;top:22px;display:grid;place-items:center;width:42px;height:42px;border:1px solid #dce5ee;border-radius:50%;background:#f7f9fc;color:#435268;font-size:28px;line-height:1;cursor:pointer;transition:.18s ease}
.search-close:hover,.search-close:focus-visible{background:#102f52;color:#fff;border-color:#102f52;transform:rotate(5deg)}
.search-close span{transform:translateY(-1px)}
.search-form{display:grid;grid-template-columns:minmax(0,1fr) auto;gap:12px;padding:8px;background:#f3f6fa;border:1px solid #dfe7ef;border-radius:16px}
.search-input-wrap{position:relative;display:flex;align-items:center;min-width:0}
.search-input-wrap>svg{position:absolute;left:16px;width:22px;height:22px;fill:none;stroke:#6a788a;stroke-width:1.8;stroke-linecap:round;pointer-events:none}
.search-form input{width:100%;min-width:0;height:56px;padding:0 18px 0 50px;border:0!important;border-radius:11px;background:#fff;color:#14253c;font:inherit;font-size:1.02rem;box-shadow:0 1px 2px rgba(15,36,61,.04)}
.search-form input::placeholder{color:#8a96a6}
.search-form input:focus{outline:3px solid rgba(21,112,172,.17)!important;box-shadow:0 0 0 1px #2e85bd inset}
.search-form button{height:56px;display:inline-flex;align-items:center;justify-content:center;gap:10px;padding:0 24px;border:0;border-radius:11px;background:linear-gradient(135deg,#155f96,#0d82bd);color:#fff;font-weight:800;font-size:1rem;cursor:pointer;box-shadow:0 8px 20px rgba(14,101,158,.2);transition:.18s ease}
.search-form button svg{width:19px;height:19px;fill:none;stroke:currentColor;stroke-width:2;stroke-linecap:round;stroke-linejoin:round}
.search-form button:hover{transform:translateY(-1px);box-shadow:0 11px 24px rgba(14,101,158,.28)}
.search-results{margin-top:24px}
.search-empty-state,.search-no-results{display:flex;align-items:center;gap:16px;padding:20px;border:1px dashed #ced9e5;border-radius:14px;background:#f8fafc;color:#536277}
.search-empty-icon{flex:0 0 auto;display:grid;place-items:center;width:46px;height:46px;border-radius:12px;background:#e8f2f9;color:#17699e}
.search-empty-icon svg{width:23px;height:23px;fill:none;stroke:currentColor;stroke-width:1.8;stroke-linecap:round}
.search-empty-state strong,.search-no-results strong{display:block;color:#21344e;font-size:1rem}
.search-empty-state p,.search-no-results p{margin:3px 0 0;color:#6a7788;line-height:1.5}
.search-count{display:flex;align-items:center;justify-content:space-between;gap:12px;margin:0 0 12px;padding:0 2px;color:#536277;font-size:.92rem;font-weight:700}
.search-result-list{display:grid;gap:10px}
.search-result{position:relative;padding:18px 52px 18px 18px!important;border:1px solid #e0e7ef!important;border-radius:14px;background:#fff;box-shadow:0 3px 12px rgba(16,42,71,.04);transition:.18s ease}
.search-result:hover{border-color:#b7cfdf!important;transform:translateY(-1px);box-shadow:0 9px 23px rgba(16,42,71,.09)}
.search-result a{display:block;color:#123f67!important;font-size:1.08rem!important;font-weight:800!important;line-height:1.35;text-decoration:none!important}
.search-result a::after{content:'→';position:absolute;right:20px;top:50%;transform:translateY(-50%);display:grid;place-items:center;width:29px;height:29px;border-radius:50%;background:#edf5fa;color:#16699f;font-size:17px;transition:.18s ease}
.search-result:hover a::after{background:#16699f;color:#fff;transform:translate(2px,-50%)}
.search-result p{margin:7px 0 0!important;color:#687588!important;line-height:1.55!important;font-size:.94rem}
.search-result-url{display:block;margin-top:7px;color:#8b2b64;font-size:.78rem;font-weight:700;letter-spacing:.02em}
@media(max-width:700px){.site-search{padding:12px}.search-panel{margin:2vh auto 12px;padding:26px 18px 22px;border-radius:19px;max-height:94vh}.search-heading{padding-right:44px;margin-bottom:20px}.search-close{right:15px;top:15px;width:38px;height:38px}.search-form{grid-template-columns:1fr;padding:7px}.search-form button{width:100%}.search-result{padding:16px 48px 16px 15px!important}.search-empty-state,.search-no-results{align-items:flex-start}}

/* AWEDO press release archive */
.press-release-grid{margin-top:2rem}.press-release-card .archive-body{display:flex;flex-direction:column}.press-release-card .read-update{margin-top:auto}.press-release-article{max-width:860px}.press-dateline{font-weight:700;color:#143a5a}.press-release-article blockquote{margin:1.6rem 0;padding:1.25rem 1.4rem;border-left:4px solid #e3a729;background:#f6f8fa;font-size:1.08rem;line-height:1.75}.press-media-contact{margin-top:2rem;padding:1.4rem;border-radius:14px;background:#eef4f7}.press-media-contact h2{font-size:1.2rem;margin:0 0 .45rem}.press-media-contact p{margin:0}


/* AWEDO cookie consent */
.cookie-consent{
  position:fixed;
  left:0;right:0;bottom:0;
  z-index:99999;
  padding:18px 20px;
  background:rgba(7,35,58,.97);
  color:#fff;
  box-shadow:0 -14px 40px rgba(0,0,0,.18);
  transform:translateY(110%);
  opacity:0;
  transition:transform .25s ease,opacity .25s ease;
  backdrop-filter:blur(10px);
}
.cookie-consent.is-visible{transform:translateY(0);opacity:1}
.cookie-consent-inner{
  width:min(1180px,100%);
  margin:0 auto;
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap:28px;
}
.cookie-consent-copy{max-width:900px}
.cookie-consent-copy strong{display:block;font-size:1rem;line-height:1.3;margin-bottom:4px;color:#fff}
.cookie-consent-copy p{margin:0;color:rgba(255,255,255,.88);font-size:.94rem;line-height:1.6}
.cookie-consent-copy a{color:#fff;text-decoration:underline;text-underline-offset:3px;font-weight:700}
.cookie-consent-copy a:hover{opacity:.85}
.cookie-accept{
  flex:0 0 auto;
  border:0;
  border-radius:999px;
  padding:12px 22px;
  background:#fff;
  color:#073b63;
  font:inherit;
  font-weight:800;
  cursor:pointer;
  box-shadow:0 7px 18px rgba(0,0,0,.14);
}
.cookie-accept:hover{transform:translateY(-1px)}
.cookie-accept:focus-visible{outline:3px solid #f5c85c;outline-offset:3px}
@media(max-width:700px){
  .cookie-consent{padding:16px}
  .cookie-consent-inner{align-items:stretch;flex-direction:column;gap:14px}
  .cookie-accept{width:100%}
}
@media(prefers-reduced-motion:reduce){.cookie-consent{transition:none}.cookie-accept:hover{transform:none}}

/* 2026-07-29 AWEDO persistent / compact navigation on scroll */
html{scroll-padding-top:150px}
.header{
  position:-webkit-sticky!important;
  position:sticky!important;
  top:0!important;
  z-index:5000!important;
  width:100%!important;
  transition:box-shadow .22s ease,transform .22s ease!important;
  isolation:isolate!important;
}
.header .institutional-row,
.header .full-logo-brand img,
.header .brand img,
.header .brand-separator,
.header .site-name-title,
.header .site-name-slogan{
  transition:min-height .22s ease,height .22s ease,width .22s ease,max-width .22s ease,max-height .22s ease,font-size .22s ease,margin .22s ease,padding .22s ease,opacity .22s ease!important;
}
.header.is-scrolled{
  box-shadow:0 8px 24px rgba(3,26,56,.18)!important;
}
.header.is-scrolled .institutional-row{
  min-height:66px!important;
  padding:5px 0!important;
}
.header.is-scrolled .full-logo-brand img,
.header.is-scrolled .brand img{
  width:190px!important;
  height:52px!important;
  max-width:190px!important;
  max-height:52px!important;
}
.header.is-scrolled .brand-separator{
  height:42px!important;
  margin-left:20px!important;
  margin-right:20px!important;
}
.header.is-scrolled .site-name-title,
.header.is-scrolled .pashto-title{
  font-size:18px!important;
  margin-bottom:3px!important;
}
.header.is-scrolled .site-name-slogan,
.header.is-scrolled .english-title{
  font-size:13px!important;
}
.header.is-scrolled .menu-strip .nav-item>a,
.header.is-scrolled .menu-strip .sub-toggle{
  min-height:44px!important;
  height:44px!important;
}
.header.is-scrolled .menu-strip .submenu,
.header.is-scrolled .menu-strip .submenu-right{
  top:44px!important;
}
@media(max-width:900px){
  html{scroll-padding-top:76px}
  .header{
    position:-webkit-sticky!important;
    position:sticky!important;
    top:0!important;
  }
  .header.is-scrolled .institutional-row{
    min-height:58px!important;
    padding:4px 0!important;
  }
  .header.is-scrolled .full-logo-brand img,
  .header.is-scrolled .brand img{
    width:155px!important;
    height:48px!important;
    max-width:155px!important;
    max-height:48px!important;
  }
}

/* =========================================================
   AWEDO 2026 — MODERN INTERNATIONAL NAVIGATION
   ========================================================= */
:root{
  --awedo-menu-navy:#062b4f;
  --awedo-menu-navy-2:#0a3a67;
  --awedo-menu-accent:#37a9e8;
  --awedo-menu-line:rgba(255,255,255,.16);
}
.header{
  z-index:1000!important;
  box-shadow:0 8px 30px rgba(4,30,55,.10)!important;
}
.menu-strip{
  position:relative!important;
  background:linear-gradient(90deg,var(--awedo-menu-navy),var(--awedo-menu-navy-2))!important;
  border-top:0!important;
  border-bottom:1px solid rgba(255,255,255,.10)!important;
  box-shadow:0 5px 16px rgba(2,24,48,.16)!important;
}
.menu-strip::before{
  content:"";
  position:absolute;
  inset:0 auto 0 0;
  width:4px;
  background:var(--awedo-menu-accent);
}
.menu-strip .container.menu-container{
  width:min(1240px,94%)!important;
  max-width:1240px!important;
}
.menu-strip .menu{
  min-height:58px!important;
  background:transparent!important;
  gap:4px!important;
  font-size:14px!important;
  letter-spacing:.005em!important;
  font-weight:700!important;
}
.menu-strip .nav-item{
  min-height:58px!important;
  border-radius:8px!important;
}
.menu-strip .nav-item>a{
  position:relative!important;
  display:flex!important;
  align-items:center!important;
  min-height:58px!important;
  padding:0 15px!important;
  color:#f7fbff!important;
  border-radius:8px!important;
  transition:background .2s ease,color .2s ease!important;
}
.menu-strip .nav-item>a::after{
  content:"";
  position:absolute;
  left:15px;
  right:15px;
  bottom:0;
  height:3px;
  border-radius:3px 3px 0 0;
  background:var(--awedo-menu-accent);
  transform:scaleX(0);
  transform-origin:center;
  transition:transform .2s ease;
}
.menu-strip .nav-item:hover>a,
.menu-strip .nav-item:focus-within>a,
.menu-strip .nav-item>a.active{
  background:rgba(255,255,255,.09)!important;
  color:#fff!important;
}
.menu-strip .nav-item:hover>a::after,
.menu-strip .nav-item:focus-within>a::after,
.menu-strip .nav-item>a.active::after{
  transform:scaleX(1);
}
.menu-strip .sub-toggle{
  width:28px!important;
  height:58px!important;
  margin-left:-10px!important;
  padding:0 10px 0 0!important;
  border-radius:0 8px 8px 0!important;
  font-size:12px!important;
  opacity:.82!important;
  transition:transform .2s ease,background .2s ease,opacity .2s ease!important;
}
.menu-strip .nav-item:hover>.sub-toggle,
.menu-strip .nav-item:focus-within>.sub-toggle{
  background:rgba(255,255,255,.09)!important;
  opacity:1!important;
}
.menu-strip .has-sub.open>.sub-toggle{transform:rotate(180deg)!important;}

/* Elevated dropdown panel */
.menu-strip .submenu,
.menu-strip .submenu-right{
  top:calc(100% + 8px)!important;
  min-width:285px!important;
  padding:9px!important;
  border:1px solid #e3eaf1!important;
  border-top:3px solid var(--awedo-menu-accent)!important;
  border-radius:10px!important;
  background:#fff!important;
  box-shadow:0 18px 45px rgba(5,38,70,.20)!important;
  overflow:hidden!important;
}
.menu-strip .submenu::before{
  content:"";
  position:absolute;
  top:-8px;
  left:28px;
  width:14px;
  height:14px;
  background:#fff;
  border-left:1px solid #e3eaf1;
  border-top:1px solid #e3eaf1;
  transform:rotate(45deg);
}
.menu-strip .submenu a{
  position:relative!important;
  display:flex!important;
  align-items:center!important;
  min-height:42px!important;
  padding:10px 13px 10px 16px!important;
  border-radius:7px!important;
  color:#26394d!important;
  font-size:13.5px!important;
  font-weight:650!important;
  line-height:1.3!important;
  white-space:normal!important;
  transition:background .18s ease,color .18s ease,padding .18s ease!important;
}
.menu-strip .submenu a::before{
  content:"";
  width:5px;
  height:5px;
  border-radius:50%;
  background:#b9c8d6;
  margin-right:10px;
  flex:0 0 5px;
  transition:background .18s ease!important;
}
.menu-strip .submenu a:hover,
.menu-strip .submenu a:focus-visible{
  background:#eef7fd!important;
  color:#075a91!important;
  padding-left:19px!important;
}
.menu-strip .submenu a:hover::before,
.menu-strip .submenu a:focus-visible::before{background:var(--awedo-menu-accent)!important;}

/* Cleaner institutional header */
.institutional-row{
  min-height:108px!important;
  padding:9px 0!important;
}
.full-logo-brand img{
  width:300px!important;
  height:84px!important;
}
.brand-separator{
  height:62px!important;
  margin-left:28px!important;
  margin-right:28px!important;
  background:#d9e2ea!important;
}
.site-name-title,.pashto-title{font-size:25px!important;}
.site-name-slogan,.english-title{font-size:16px!important;color:#536477!important;}
.header-actions{margin-left:auto!important;display:flex!important;align-items:center!important;gap:9px!important;}
.header-search{
  width:42px!important;
  height:42px!important;
  border-radius:50%!important;
  border:1px solid #dce6ef!important;
  background:#f7fafc!important;
  color:#173a5b!important;
}
.header-search:hover,.header-search:focus-visible{
  background:#eaf6fd!important;
  color:#0878b9!important;
  border-color:#b9dcf0!important;
}
.header.is-scrolled .institutional-row{
  min-height:76px!important;
  padding:4px 0!important;
}
.header.is-scrolled .full-logo-brand img{
  width:232px!important;
  height:62px!important;
}
.header.is-scrolled .brand-separator{height:46px!important;}
.header.is-scrolled .site-name-title,.header.is-scrolled .pashto-title{font-size:20px!important;}
.header.is-scrolled .site-name-slogan,.header.is-scrolled .english-title{font-size:13px!important;}
.header.is-scrolled .menu-strip .menu,
.header.is-scrolled .menu-strip .nav-item,
.header.is-scrolled .menu-strip .nav-item>a,
.header.is-scrolled .menu-strip .sub-toggle{min-height:50px!important;height:50px!important;}

@media (min-width:901px){
  .menu-strip .has-sub>.submenu{display:block!important;opacity:0!important;visibility:hidden!important;transform:translateY(8px)!important;pointer-events:none!important;transition:opacity .18s ease,transform .18s ease,visibility .18s ease!important;}
  .menu-strip .has-sub:hover>.submenu,
  .menu-strip .has-sub:focus-within>.submenu,
  .menu-strip .has-sub.open>.submenu{opacity:1!important;visibility:visible!important;transform:translateY(0)!important;pointer-events:auto!important;}
}

/* Modern mobile drawer */
@media (max-width:900px){
  .topbar-links{display:none!important;}
  .institutional-row{min-height:78px!important;padding:6px 0!important;}
  .full-logo-brand img{width:205px!important;height:58px!important;}
  .brand-separator,.site-name-block{display:none!important;}
  .header-actions{margin-left:auto!important;}
  .header-actions .hamb{
    display:inline-grid!important;
    place-items:center!important;
    width:42px!important;
    height:42px!important;
    padding:0!important;
    border:1px solid #dce6ef!important;
    border-radius:10px!important;
    background:#f7fafc!important;
    color:#173a5b!important;
    font-size:24px!important;
  }
  .menu-strip{background:transparent!important;box-shadow:none!important;border:0!important;}
  .menu-strip::before{display:none!important;}
  .menu-strip .container.menu-container{width:100%!important;max-width:none!important;}
  .menu-strip .menu{
    display:none!important;
    position:absolute!important;
    top:100%!important;
    left:12px!important;
    right:12px!important;
    width:auto!important;
    max-height:calc(100vh - 110px)!important;
    overflow-y:auto!important;
    flex-direction:column!important;
    align-items:stretch!important;
    gap:3px!important;
    padding:12px!important;
    border:1px solid #dfe8f0!important;
    border-radius:14px!important;
    background:#fff!important;
    box-shadow:0 22px 50px rgba(5,37,66,.24)!important;
    white-space:normal!important;
  }
  .menu-strip .menu.open{display:flex!important;}
  .menu-strip .nav-item{display:grid!important;grid-template-columns:1fr auto!important;min-height:auto!important;width:100%!important;border-radius:9px!important;}
  .menu-strip .nav-item>a{
    min-height:46px!important;
    padding:0 13px!important;
    color:#1d3550!important;
    background:transparent!important;
    border-radius:8px!important;
    font-size:14px!important;
  }
  .menu-strip .nav-item>a::after{display:none!important;}
  .menu-strip .nav-item>a:hover,.menu-strip .nav-item>a.active{background:#eef7fd!important;color:#075a91!important;}
  .menu-strip .sub-toggle{
    width:44px!important;
    height:46px!important;
    margin:0!important;
    padding:0!important;
    color:#536b80!important;
    background:transparent!important;
    border-radius:8px!important;
  }
  .menu-strip .submenu,.menu-strip .submenu-right{
    position:static!important;
    grid-column:1/-1!important;
    display:none!important;
    width:100%!important;
    min-width:0!important;
    margin:2px 0 6px!important;
    padding:6px!important;
    border:0!important;
    border-left:3px solid #83c9ec!important;
    border-radius:0 8px 8px 0!important;
    background:#f7fafc!important;
    box-shadow:none!important;
  }
  .menu-strip .has-sub.open>.submenu{display:block!important;}
  .menu-strip .submenu::before{display:none!important;}
  .menu-strip .submenu a{min-height:40px!important;font-size:13px!important;}
}

@media(max-width:520px){
  .topbar-official{max-width:78%;font-size:11px!important;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;}
  .full-logo-brand img{width:178px!important;height:52px!important;}
  .header-search,.header-actions .hamb{width:39px!important;height:39px!important;}
}

/* AWEDO unified header dropdown controls — one click target per menu item */
.menu-strip .nav-item.has-sub > .menu-trigger{
  appearance:none;
  -webkit-appearance:none;
  border:0;
  background:transparent;
  color:#fff;
  font:inherit;
  font-weight:700;
  letter-spacing:.01em;
  min-height:58px;
  padding:0 20px;
  display:flex;
  align-items:center;
  justify-content:center;
  gap:10px;
  width:100%;
  cursor:pointer;
  border-radius:10px;
  transition:background-color .2s ease,color .2s ease;
}
.menu-strip .nav-item.has-sub > .menu-trigger:hover,
.menu-strip .nav-item.has-sub > .menu-trigger:focus-visible,
.menu-strip .nav-item.has-sub.open > .menu-trigger{
  background:rgba(255,255,255,.08);
  color:#fff;
  outline:none;
}
.menu-trigger-arrow{
  display:inline-block;
  font-size:11px;
  line-height:1;
  opacity:.82;
  transition:transform .2s ease;
}
.menu-strip .nav-item.has-sub.open > .menu-trigger .menu-trigger-arrow{
  transform:rotate(180deg);
}
/* hide any legacy separate arrow if a cached/older fragment is injected */
.menu-strip .nav-item.has-sub > .sub-toggle{display:none!important;}

@media (max-width:900px){
  .menu-strip .nav-item.has-sub > .menu-trigger{
    min-height:48px;
    padding:0 12px;
    justify-content:space-between;
    text-align:left;
    border-radius:8px;
  }
}

/* AWEDO balanced desktop header menu spacing */
@media (min-width:901px){
  .menu-strip .container.menu-container{
    width:min(1180px,94%)!important;
    max-width:1180px!important;
  }
  .menu-strip .menu{
    justify-content:center!important;
    gap:2px!important;
  }
  .menu-strip .nav-item>a{
    padding-left:10px!important;
    padding-right:10px!important;
  }
  .menu-strip .nav-item.has-sub > .menu-trigger{
    padding-left:11px!important;
    padding-right:11px!important;
    gap:6px!important;
  }
}

/* AWEDO moving partner/funder logo carousel */
.organization-logo-grid{
  display:block!important;
  overflow:hidden;
  width:100%;
  max-width:1180px;
  margin:0 auto;
  position:relative;
  padding:8px 0 12px;
  -webkit-mask-image:linear-gradient(to right,transparent 0,#000 4%,#000 96%,transparent 100%);
  mask-image:linear-gradient(to right,transparent 0,#000 4%,#000 96%,transparent 100%);
}
.organization-logo-track{
  display:flex;
  align-items:center;
  width:max-content;
  will-change:transform;
  animation:awedo-logo-marquee 26s linear infinite;
}
.organization-logo-set{
  display:flex;
  flex-wrap:nowrap;
  align-items:center;
  gap:34px;
  padding-right:34px;
}
.organization-logo-grid .organization-logo{
  flex:0 0 150px!important;
  width:150px;
  min-width:150px!important;
  height:78px;
  padding:6px 10px;
  display:flex;
  align-items:center;
  justify-content:center;
  background:transparent;
}
.organization-logo-grid .organization-logo img{
  display:block;
  width:auto;
  height:auto;
  max-width:128px;
  max-height:58px;
  object-fit:contain;
  filter:none;
}
.organization-logo-grid:hover .organization-logo-track,
.organization-logo-grid:focus-within .organization-logo-track{
  animation-play-state:paused;
}
@keyframes awedo-logo-marquee{
  from{transform:translate3d(0,0,0)}
  to{transform:translate3d(-50%,0,0)}
}
@media(max-width:700px){
  .organization-logo-track{animation-duration:20s}
  .organization-logo-set{gap:22px;padding-right:22px}
  .organization-logo-grid .organization-logo{flex-basis:132px!important;width:132px;min-width:132px!important;height:72px}
  .organization-logo-grid .organization-logo img{max-width:112px;max-height:52px}
}
@media(prefers-reduced-motion:reduce){
  .organization-logo-track{animation:none;transform:none}
  .organization-logo-grid{overflow-x:auto;-webkit-mask-image:none;mask-image:none;scrollbar-width:thin}
  .organization-logo-set[aria-hidden="true"]{display:none}
}


/* Professional left-aligned copyright line */
.footer-compact-bottom{
  text-align:left!important;
  font-weight:500!important;
  letter-spacing:.01em!important;
  color:rgba(255,255,255,.76)!important;
}

/* Footer logo integrated with footer background */
.footer-imsciences-style .footer-im-logo img{background:#041b38!important;padding:0!important;border-radius:0!important;box-shadow:none!important;}
