/* Lotus 365 VIP — responsive header logo */
.top-header .logo-img,
.top-header .header-logo img,
.top-header .header-logo a img,
.title-logo-sec .logo-img,
.humberger-menu-header .logo-img {
  height: 40px !important;
  width: auto !important;
  max-width: 200px !important;
  max-height: 40px !important;
  object-fit: contain !important;
  background: transparent !important;
  border: none !important;
  border-radius: 0 !important;
  padding: 0 !important;
  box-shadow: none !important;
  vertical-align: middle;
}

.top-header .cmn-lft-logo,
.top-header .cmn-lft-logo .cmn-ul-list,
.top-header .cmn-lft-logo a {
  max-width: 100%;
  overflow: hidden;
}

.header-logo a,
.title-logo-sec,
.top-header .header-logo {
  background: transparent !important;
  border: none !important;
  padding: 0 !important;
}

@media (max-width: 767px) {
  .top-header .logo-img,
  .top-header .header-logo img,
  .top-header .header-logo a img,
  .title-logo-sec .logo-img,
  .humberger-menu-header .logo-img {
    height: 28px !important;
    max-height: 28px !important;
    max-width: 100px !important;
  }

  /* Date/time next to logo eats space on small screens */
  .top-header .urrent-dt-li {
    display: none !important;
  }

  /*
   * Home "banners" were configured as the logo PNG (540×73).
   * Stretched to full width × 130px they look like a giant watermark.
   */
  .banner-section {
    display: none !important;
  }
}

/* Hide WhatsApp support UI */
.help-and-support-box,
.whatapp-btn-fixed,
.whatsup-modal-wrapper,
.sidebar-register-pay-oftion,
.whatsapp-ico,
.whatsapp-btn,
.btn-whatsapp,
.fab-whatsapp,
.footer-social-bx .f-social-icon a[href*="wa.me"],
.footer-social-bx .f-social-icon a[href*="whatsapp"] {
  display: none !important;
}


/* Indian Card Games — hide empty banner gap under search */
.indian-card-games-banner.banner-section-icg,
.banner-section-icg,
section.indian-card-games-banner {
  display: none !important;
  height: 0 !important;
  min-height: 0 !important;
  max-height: 0 !important;
  margin: 0 !important;
  padding: 0 !important;
  overflow: hidden !important;
  border: 0 !important;
  background: none !important;
}
