/* Custom layout for Web Hosting submenu 2-column grid */
.submenu-wrapper.theme-megamenu {
    max-width: 320px;
    width: 100%;
    min-width: 220px;
    margin: 0 auto;
    left: 0;
    right: 0;
    box-shadow: 0 2px 18px 0 rgba(60,60,60,0.09);
    padding-left: 0;
    padding-right: 0;
}
.theme-megamenu .row {
    display: flex;
    flex-wrap: nowrap;
}
.theme-megamenu .col-md-6 {
    width: 50%;
    padding: 0 12px;
}
.theme-megamenu .megamenu-item {
    margin-bottom: 18px;
    background: none;
    box-shadow: none;
}
.theme-megamenu .megamenu-item a {
    display: flex;
    align-items: center;
    padding: 10px 12px;
    border-radius: 8px;
    transition: background 0.2s;
    background: #f7f7fa;
    margin: 0;
}
.theme-megamenu .megamenu-item a:hover {
    background: #f0f4ff;
}
.theme-megamenu .icon-wrapper {
    width: 38px;
    height: 38px;
    background: #2563eb;
    color: #fff;
    border-radius: 8px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 20px;
}
.theme-megamenu .menu-list-content-right {
    margin-left: 16px;
}
.theme-megamenu h6 {
    font-size: 1rem;
    margin: 0;
    font-weight: 600;
}
.theme-megamenu .badge.bg-danger {
    background: #d32f2f !important;
    font-size: 0.8rem;
    padding: 2px 10px;
    border-radius: 6px;
    margin-left: 8px;
}
@media (max-width: 900px) {
    .theme-megamenu .row {
        flex-direction: column;
    }
    .theme-megamenu .col-md-6 {
        width: 100%;
    }
}

.coming-soon-label {
  color: #d32f2f;
  font-size: 0.82em;
  font-weight: 500;
  margin-left: 7px;
  vertical-align: middle;
  opacity: 0.85;
  letter-spacing: 0.01em;
}

.submenu-section-title {
  font-size: 1.08em;
  font-weight: 700;
  margin-bottom: 12px;
  margin-top: 2px;
  color: #222b45;
  letter-spacing: 0.02em;
}
