body {
  font-family: 'Noto Sans Bengali', sans-serif;
  font-size: 19px;      /* normal reading size */
  line-height: 1.5;     /* spacing for readability */
  color: #222;          /* nice dark text */
}
    .logo {
      font-size: 32px;
      font-weight: bold;
    }
    .logo span {
      color: red;
    }
    .nav-link {
      color: black !important;
      font-weight: 600;
    }
    .top-bar {
      font-size: 14px;
    }
    .social-icons a {
      color: #000;
      margin-left: 10px;
    }
    /* Search Dropdown */
    #searchBox {
      display: none;
      position: absolute;
      top: 100%;
      right: 0;
      background-color: #fff;
      padding: 15px;
      box-shadow: 0 4px 8px rgba(0,0,0,0.2);
      z-index: 999;
      min-width: 300px;
      border-radius: 8px;
    }
.marquee-text {
  display: inline-block;
  white-space: nowrap;
  animation: marquee 20s linear infinite;
}

@keyframes marquee {
  0% {
    transform: translateX(100%);
  }
  100% {
    transform: translateX(-100%);
  }
}
    .news-thumb {
      width: 80px;
      height: 60px;
      object-fit: cover;
    }



    .hover-link:hover {
        color: #ffc107 !important;
        padding-left: 5px;
        transition: all 0.3s ease;
    }

  #latest a {
    text-decoration: none;
      color: black;
  }
  #popular  a {
    text-decoration: none;
      color: black;
  }
