/* =====================================================================
   Social On Table — Services Mega Menu v2
   2 categories (Digital Marketing / IT Services) + featured promo panel
   Extends the base positioning/hover rules already defined in
   mega-menu.css (.sot-mega-parent / .sot-mega-menu / .sot-mega-inner)
   ===================================================================== */

.sot-mega-menu--v2 {
  border-top: 2px solid var(--theme-color1, #FF6B1E);
}

.sot-mega-inner--v2 {
  display: flex;
  align-items: stretch;
  gap: 0;
  width: 600px;
  padding: 30px 36px;
}

/* Link columns — 2 categories side by side, evenly split */
.sot-mega-inner--v2 .sot-mega-col--primary {
  flex: 1 1 50%;
  padding: 0 26px;
}
.sot-mega-inner--v2 .sot-mega-col--primary:first-child {
  padding-left: 0;
}
.sot-mega-inner--v2 .sot-mega-col--primary:last-child {
  padding-right: 0;
}

/* "New" tag next to Google Ads */
.sot-mega-new > a {
  position: relative;
  align-items: center;
}
.sot-mega-badge {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin-left: 6px;
  padding: 2px 7px;
  font-size: 9px;
  font-weight: 700;
  letter-spacing: 0.4px;
  text-transform: uppercase;
  color: #0e0e0e;
  background: var(--theme-color1, #FF6B1E);
  border-radius: 20px;
  line-height: 1.6;
  white-space: nowrap;
}

@media (max-width: 991px) {
  .sot-mega-menu--v2 { display: none !important; }
}

/* Slightly narrower on smaller desktop widths so it never crowds the edges */
@media (max-width: 1199.98px) {
  .sot-mega-inner--v2 {
    width: 520px;
    padding: 26px 28px;
  }
}
