/* ===== kill mobile search shell on desktop ===== */
@media (min-width: 992px){
  .mobile-header,
  .mobile-search-standalone,
  .search-mobile { display:none !important; }

  .mobile-search-standalone,
  .search-mobile,
  .mobile-search-standalone::before,
  .mobile-search-standalone::after {
    height:0 !important;
    margin:0 !important;
    padding:0 !important;
    border:0 !important;
    box-shadow:none !important;
    background:transparent !important;
  }
}

/* টপ হেডারে কনটেন্ট না থাকলে যেন কোনো ফাঁকা জায়গা না থাকে */
.top_header {
  margin: 0 !important;
  padding: 0 !important;
  border: 0 !important;
  box-shadow: none !important;
}

/* আধুনিক ব্রাউজার: hotline/welcome কিছু না থাকলে .top_header হাইড */
@supports(selector(.top_header:has(*))) {
  .top_header:not(:has(a[href^="tel"], .welcome, .welcome-text, .marquee, .hotline)) {
    display: none !important;
    height: 0 !important;
  }
}
