/* Shared All India Metal Corporation brand assets */
.brand-logo-img,
.site-logo img {
  height: 42px;
  width: auto;
  max-width: min(300px, 58vw);
  object-fit: contain;
  display: block;
}

.top-brand .brand-logo-img {
  height: 38px;
  max-width: min(260px, 50vw);
}

.sidebar-logo .brand-logo-img {
  height: 36px;
  max-width: 220px;
}

.tpl1-launcher .brand-logo-img,
.tpl3-avatar .brand-logo-img {
  height: 28px;
  max-width: 28px;
  object-fit: contain;
}

.site-logo {
  display: inline-flex;
  align-items: center;
  text-decoration: none;
}

.top-brand {
  display: inline-flex;
  align-items: center;
  text-decoration: none;
}

/* Products mega menu — families + subcategories */
.nav-dropdown-menu.nav-products-mega-menu {
  min-width: 320px;
  max-width: min(92vw, 420px);
  padding: 10px 0 12px;
}

.nav-products-mega .nav-family-group {
  padding: 4px 0;
}

.nav-products-mega .nav-family-title {
  display: block;
  padding: 8px 16px 6px;
  font-size: 13px;
  font-weight: 800;
  color: var(--primary-blue, #0066cc);
  text-decoration: none;
  letter-spacing: 0.02em;
}

.nav-products-mega .nav-family-title:hover {
  background: rgba(0, 102, 204, 0.06);
  text-decoration: none;
}

.nav-products-mega .nav-family-items a {
  display: block;
  padding: 7px 16px 7px 24px;
  font-size: 13px;
  font-weight: 600;
  color: var(--text-dark, #1e293b);
  text-decoration: none;
}

.nav-products-mega .nav-family-items a:hover {
  background: rgba(0, 102, 204, 0.08);
  color: var(--primary-blue, #0066cc);
  text-decoration: none;
}

.nav-products-mega .nav-family-divider {
  height: 1px;
  margin: 6px 12px;
  background: var(--border, #e2e8f0);
}
