/* DR Bangladesh modular stylesheet. */

/* Source module: home.php */
body.home .drb-archive{ padding-top:8px; }

    
    body.home .drb-hero{
      text-align:left;
      padding:14px 18px 16px;
      background:#ffffff;
      border:1px solid #dbe7f5;
      border-radius:12px;
      box-shadow:0 2px 6px rgba(15,23,42,.04);
      margin:10px 0 14px;
    }

    body.home .drb-hero__title{
      margin:0 0 6px;
      font-size:24px;
      font-weight:800;
      color:#0f375f;
      text-align:center;
      line-height:1.35;
    }

    body.home .drb-hero__tagline{
      margin:6px 0 10px;
      font-size:16px;
      color:#143b6b;
      font-weight:600;
      text-align:center;
      line-height:1.6;
    }

    body.home .drb-hero__content{
      max-width:780px;
      margin:0 auto;
    }

    body.home .drb-hero__desc{
      margin:0 0 8px;
      color:#475569;
      line-height:1.75;
      text-align:justify;
    }

    body.home .drb-hero__desc--en{
      font-size:14px;
      color:#64748b;
      text-align:center;
      margin-top:6px;
    }

    
    body.home .drb-h2{margin:6px 0 2px;font-size:18px;font-weight:800;color:#123e73}

    
    body.home .drb-popular-districts, body.home .drb-district-chips{
      display:flex;
      flex-wrap:wrap;
      gap:10px;
      padding:12px 0 14px;
      justify-content:center;
    }
    body.home .drb-popular-districts .chip, body.home .drb-district-chips .chip{
      display:inline-block;
      padding:8px 14px;
      border-radius:12px;
      background:#ffffff;
      color:#173b6d;
      font-size:14px;
      line-height:1;
      text-decoration:none;
      border:1px solid #e6eef8;
      box-shadow:0 1px 2px rgba(15,23,42,.05);
      transition:background .15s ease, border-color .15s ease, box-shadow .15s ease, transform .08s ease;
    }
    body.home .drb-popular-districts .chip:hover, body.home .drb-district-chips .chip:hover{
      background:#f7fbff;
      border-color:#cfe0f5;
      box-shadow:0 2px 6px rgba(15,23,42,.08);
      transform:translateY(-1px);
    }
    body.home .drb-district-chips .chip-auto{ border-style:dashed; }

    @media (max-width:600px){
      body.home .drb-hero{
        padding:12px 14px 14px;
      }

      body.home .drb-hero__title{
        font-size:22px;
      }

      body.home .drb-hero__tagline{
        font-size:15px;
      }

      body.home .drb-hero__desc{
        font-size:14px;
        line-height:1.7;
      }

      body.home .drb-popular-districts .chip, body.home .drb-district-chips .chip{
        padding:7px 12px;
        font-size:13px;
      }
    }

    body.home .drb-popular-districts .chip:focus-visible, body.home .drb-district-chips .chip:focus-visible{
      outline:none;
      box-shadow:0 0 0 3px rgba(60,129,245,.2);
    }

    
    body.home .drb-section-card{
      background:#f8fbff;
      border:1px solid #dbe7f5;
      border-radius:12px;
      box-shadow:0 2px 6px rgba(15,23,42,.04);
      overflow:hidden;
      margin:10px 0 14px;
      width:100%;
    }
    body.home .drb-section-card__head{
      background:#fff;
      padding:12px 16px;
      text-align:center;
      border-bottom:1px dashed #e5edf7;
    }
    body.home .drb-section-card__head h2{
      margin:0;
      font-size:18px;
      font-weight:800;
      color:#123e73;
      letter-spacing:.2px;
    }
    @media (max-width:600px){
      body.home .drb-section-card__head h2{ font-size:16px; }
    }

    
    body.home .drb-arch-box{
      max-width:860px;
      margin:0 auto;
      padding:0 18px;
    }
    body.home .drb-view-all{
      display:inline-block;
      font-weight:700;
      text-decoration:none;
      padding:8px 14px;
      border:1px solid #dbe7f5;
      border-radius:10px;
      background:#fff;
    }
    body.home .drb-view-all:hover{
      box-shadow:0 4px 10px rgba(0,0,0,.06);
    }
    body.home .drb-muted{
      color:#64748b;
      margin:0;
    }

/* Homepage Secondary Links */
body.home .drb-home-view-all{text-align:center;margin:10px 0 0}
body.home .drb-dept-section-title{margin:2px 0 8px;font-size:16px;color:#111}
body.home .drb-dept-doctor-link{color:#1e3a8a;text-decoration:none}
