/* DR Bangladesh modular stylesheet. */

/* Source module: header.php */
:root{
      --shell-max: 860px;
      --radius: 12px;
      --border: #d9e6f2;
      --ink: #1f3f6e;
      --ink-soft:#6b7280;
      --hover:#eef6ff;
    }

    .drb-shell{
      max-width:var(--shell-max);
      margin:10px auto;
      padding:0 14px;
      box-sizing:border-box;
    }

    
    .skip-link{
      position:absolute;
      left:-9999px;
      top:auto;
      width:1px;
      height:1px;
      overflow:hidden;
      z-index:99999;
    }

    .skip-link:focus{
      left:14px;
      top:14px;
      width:auto;
      height:auto;
      padding:10px 14px;
      background:#ffffff;
      color:var(--ink);
      border:1px solid var(--border);
      border-radius:8px;
      box-shadow:0 4px 12px rgba(15,23,42,.12);
      text-decoration:none;
      font-weight:700;
    }

    
    .drb-toplogo{
      background:#fff;
      border:1px solid var(--border);
      border-radius:var(--radius);
      box-shadow:0 1px 0 rgba(17,24,39,.04);
      padding:16px 12px;
      display:flex;
      align-items:center;
      justify-content:center;
      text-align:center;
    }

    .drb-brand{
      display:flex;
      flex-direction:column;
      align-items:center;
      gap:6px;
    }

    .drb-brand .site-title{
      margin:0;
      font-size:22px;
      font-weight:800;
      line-height:1.2;
    }

    .drb-brand .site-title a{
      color:var(--ink);
      text-decoration:none;
    }

    .drb-brand .site-title a:hover{
      color:#0f375f;
    }

    .drb-brand .site-description{
      margin:0;
      color:var(--ink-soft);
      font-size:12px;
      line-height:1.5;
    }

    .custom-logo-link{
      display:inline-flex;
      align-items:center;
      justify-content:center;
      text-decoration:none;
    }

    
    img.custom-logo{
      display:block;
      margin:0 auto;
      width:auto;
      height:auto;
      max-height:48px; 
    }

    @media (min-width:768px){
      img.custom-logo{
        max-height:30px;
      }
    }

    @media (min-width:1024px){
      img.custom-logo{
        max-height:50px;
      }
    }

    
    .drb-menubar{
      margin-top:10px;
      background:#fff;
      border:1px solid var(--border);
      border-radius:var(--radius);
      box-shadow:0 1px 0 rgba(17,24,39,.04);
    }

    .drb-menu-inner{
      display:flex;
      align-items:center;
      justify-content:center;
      padding:8px 10px;
    }

    .primary-nav ul{
      list-style:none;
      margin:0;
      padding:0;
      display:flex;
      gap:14px;
      flex-wrap:wrap;
      align-items:center;
      justify-content:center;
    }

    .primary-nav a{
      color:var(--ink);
      text-decoration:none;
      padding:8px 10px;
      border-radius:8px;
      display:inline-block;
    }

    .primary-nav a:hover,
    .primary-nav a:focus-visible{
      background:var(--hover);
      outline:none;
    }

    .primary-nav .current-menu-item > a,
    .primary-nav .current_page_item > a{
      background:var(--hover);
      font-weight:700;
    }

    
    .screen-reader-text{
      position:absolute !important;
      height:1px;
      width:1px;
      overflow:hidden;
      clip:rect(1px,1px,1px,1px);
      white-space:nowrap;
    }

/* Custom Header Visibility */
.drb-brand.is-header-text-hidden .site-title,.drb-brand.is-header-text-hidden .site-description{position:absolute;width:1px;height:1px;overflow:hidden;clip:rect(1px,1px,1px,1px);white-space:nowrap}
