 .express-note   { font-size: 13px; line-height: 1; }


    .express-target { font-size: 15px; font-weight: 600; line-height: 1; color: rgb(39, 38, 38);}


    .navbar-line{ border-bottom: 2px solid rgba(216, 215, 215, 0.823); }


     :root{

      --main-nav-h: 22px;  /* real height of 1st bar including border */
      --sub-nav-h : 40px;  /* real height of 2nd bar */
      --search-bg    : #f1f2f3; /* light‑grey body */
      --search-focus : #5c5c5c;
    }


    /* leave room for both fixed bars so content starts below them */
    body { padding-top: calc(var(--main-nav-h) + var(--sub-nav-h)); }
    .second-navbar{ box-shadow: 0 .25rem .5rem -.25}
     .bg-ash  { background-color: #c6dfc9  !important; }


/* dropdown nav*/
   .dropdown-menu .dropdown-item:hover,
   .dropdown-menu .dropdown-item:focus {
    background-color: #d6d6d6 !important; }



 
/*health img*/
 .thumb-170 {
    max-width: 170px;
    max-height: 170px;
    border-radius: 0.5rem;           /* optional: softly rounded corners   */
    transition: transform .25s ease, /* smooth zoom & lift                 */
                box-shadow .25s ease;
  }
  .thumb-170:hover {
    transform: scale(1.08) translateY(-4px);   /* zoom & lift */
    box-shadow: 0 .5rem 1rem rgba(0,0,0,.20);  /* subtle shadow */
    cursor: pointer;                           /* lets user know it’s clickable */
  }


  
 .why-choose-us { 
    font-family: 'Poppins', sans-serif;
    background-color: #e6ecea;

}