/******* Do not edit this file *******
Simple Custom CSS and JS - by Silkypress.com
Saved: Jun 03 2026 | 10:35:40 */
/* =========================================
   Bazecity Domains Mega Menu
   Simple Professional Version
   Uses Website Default Font
   Font Awesome Ready
========================================= */

.bazecity-domains-mega.bazecity-domains-mega-premium {
  --bc-primary: #E8491D;
  --bc-primary-dark: #C73814;
  --bc-domain: #2563EB;
  --bc-domain-dark: #1D4ED8;
  --bc-text: #1f2933;
  --bc-muted: #667085;
  --bc-border: rgba(17, 24, 39, 0.10);
  --bc-border-soft: rgba(17, 24, 39, 0.07);
  --bc-soft: #fff8f4;
  --bc-domain-soft: #f4f8ff;

  width: min(1080px, calc(100vw - 32px));
  max-height: calc(100vh - 150px);
  overflow-y: auto;
  overflow-x: hidden;
  overscroll-behavior: contain;
  -webkit-overflow-scrolling: touch;
  margin: 0 auto;
  padding: 14px;
  display: grid;
  grid-template-columns: 310px 1fr;
  gap: 14px;
  background: #ffffff;
  border: 1px solid var(--bc-border);
  border-radius: 18px;
  box-shadow: 0 18px 45px rgba(17, 24, 39, 0.10);
  box-sizing: border-box;

  /* Use website/theme default font */
  font-family: inherit !important;
}

.bazecity-domains-mega-premium *,
.bazecity-domains-mega-premium *::before,
.bazecity-domains-mega-premium *::after {
  box-sizing: border-box;
}

/* Keep website default font for text without breaking Font Awesome */
.bazecity-domains-mega-premium a,
.bazecity-domains-mega-premium strong,
.bazecity-domains-mega-premium small,
.bazecity-domains-mega-premium h3,
.bazecity-domains-mega-premium p,
.bazecity-domains-mega-premium span:not(.bazecity-domains-card-icon):not(.bazecity-domains-note-icon) {
  font-family: inherit !important;
}

/* Scrollbar */
.bazecity-domains-mega-premium {
  scrollbar-width: thin;
  scrollbar-color: rgba(232, 73, 29, 0.45) rgba(17, 24, 39, 0.06);
}

.bazecity-domains-mega-premium::-webkit-scrollbar {
  width: 8px;
}

.bazecity-domains-mega-premium::-webkit-scrollbar-track {
  background: rgba(17, 24, 39, 0.06);
  border-radius: 999px;
}

.bazecity-domains-mega-premium::-webkit-scrollbar-thumb {
  background: rgba(232, 73, 29, 0.45);
  border-radius: 999px;
}

.bazecity-domains-mega-premium::-webkit-scrollbar-thumb:hover {
  background: rgba(232, 73, 29, 0.70);
}

/* =========================================
   Left Domain Panel
========================================= */

.bazecity-domains-premium-left {
  position: relative;
  overflow: hidden;
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 28px;
  background: linear-gradient(180deg, #f8fbff 0%, #ffffff 55%, #fffaf7 100%);
  border: 1px solid rgba(37, 99, 235, 0.12);
  border-radius: 14px;
}

.bazecity-domains-premium-left::before {
  content: "";
  position: absolute;
  left: 0;
  top: 30px;
  width: 4px;
  height: 74px;
  background: var(--bc-primary);
  border-radius: 0 999px 999px 0;
}

.bazecity-domains-premium-left > * {
  position: relative;
  z-index: 2;
}

.bazecity-domains-premium-label {
  width: fit-content;
  display: inline-flex;
  align-items: center;
  margin-bottom: 13px;
  padding: 8px 11px;
  color: var(--bc-domain);
  background: #eff6ff;
  border: 1px solid rgba(37, 99, 235, 0.16);
  border-radius: 999px;
  font-size: 12px;
  line-height: 1;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.bazecity-domains-premium-left h3 {
  margin: 0 0 14px;
  color: var(--bc-text);
  font-size: 24px;
  line-height: 1.22;
  font-weight: 700;
  letter-spacing: -0.02em;
}

.bazecity-domains-premium-left p {
  margin: 0 0 20px;
  color: var(--bc-muted);
  font-size: 14px;
  line-height: 1.7;
  font-weight: 400;
}

/* Domain search CTA */
.bazecity-domains-search-link {
  display: grid;
  grid-template-columns: 1fr auto;
  gap: 10px;
  align-items: center;
  min-height: 52px;
  margin-bottom: 16px;
  padding: 8px 8px 8px 14px;
  color: inherit;
  background: #ffffff;
  border: 1px solid rgba(17, 24, 39, 0.10);
  border-radius: 12px;
  text-decoration: none !important;
  transition: border-color 0.2s ease, background-color 0.2s ease;
}

.bazecity-domains-search-link:hover {
  background: #fffdfb;
  border-color: rgba(232, 73, 29, 0.28);
}

.bazecity-domains-search-placeholder {
  min-width: 0;
  display: inline-flex;
  align-items: center;
  gap: 8px;
  color: var(--bc-text);
  font-size: 14px;
  line-height: 1.3;
  font-weight: 600;
}

.bazecity-domains-search-placeholder i {
  color: var(--bc-domain);
  font-size: 14px;
  line-height: 1;
}

.bazecity-domains-search-placeholder span {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.bazecity-domains-search-action {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 36px;
  padding: 0 13px;
  color: #ffffff;
  background: var(--bc-primary);
  border-radius: 10px;
  font-size: 12px;
  line-height: 1;
  font-weight: 700;
  white-space: nowrap;
  transition: background-color 0.2s ease;
}

.bazecity-domains-search-link:hover .bazecity-domains-search-action {
  background: var(--bc-primary-dark);
}

/* Left support points */
.bazecity-domains-left-points {
  display: grid;
  gap: 9px;
  margin: 0 0 22px;
}

.bazecity-domains-left-points span {
  display: grid;
  grid-template-columns: 18px 1fr;
  gap: 8px;
  align-items: center;
  color: var(--bc-muted);
  font-size: 13px;
  line-height: 1.45;
  font-weight: 500;
}

.bazecity-domains-left-points i {
  width: 18px;
  height: 18px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  color: var(--bc-primary);
  background: #fff1ea;
  border: 1px solid rgba(232, 73, 29, 0.18);
  border-radius: 999px;
  font-size: 9px;
  line-height: 1;
}

/* Main link */
.bazecity-domains-premium-btn {
  display: inline-flex;
  align-items: center;
  width: fit-content;
  color: var(--bc-primary) !important;
  font-size: 14px;
  line-height: 1.3;
  font-weight: 700;
  text-decoration: none !important;
  border-bottom: 1px solid currentColor;
  padding-bottom: 3px;
  transition: color 0.2s ease;
}

.bazecity-domains-premium-btn::after {
  content: "→";
  margin-left: 7px;
  transition: transform 0.2s ease;
}

.bazecity-domains-premium-btn:hover {
  color: var(--bc-primary-dark) !important;
}

.bazecity-domains-premium-btn:hover::after {
  transform: translateX(3px);
}

/* =========================================
   Right Domain Area
========================================= */

.bazecity-domains-premium-right {
  display: grid;
  gap: 14px;
  align-content: start;
}

.bazecity-domains-right-head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 18px;
  padding: 18px 20px;
  background: #f8fbff;
  border: 1px solid rgba(37, 99, 235, 0.10);
  border-radius: 14px;
}

.bazecity-domains-right-label {
  display: block;
  margin-bottom: 7px;
  color: var(--bc-domain);
  font-size: 12px;
  line-height: 1;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.bazecity-domains-right-head strong {
  display: block;
  margin: 0;
  color: var(--bc-text);
  font-size: 18px;
  line-height: 1.3;
  font-weight: 700;
  letter-spacing: -0.01em;
}

.bazecity-domains-mini-pills {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
  gap: 7px;
}

.bazecity-domains-mini-pills span {
  display: inline-flex;
  align-items: center;
  min-height: 30px;
  padding: 0 10px;
  color: var(--bc-domain);
  background: #ffffff;
  border: 1px solid rgba(37, 99, 235, 0.14);
  border-radius: 999px;
  font-size: 12px;
  line-height: 1;
  font-weight: 700;
}

/* Domain cards grid */
.bazecity-domains-premium-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  overflow: hidden;
  background: #ffffff;
  border: 1px solid var(--bc-border-soft);
  border-radius: 14px;
}

.bazecity-domains-premium-card {
  position: relative;
  display: grid;
  grid-template-columns: 46px 1fr;
  gap: 14px;
  align-items: flex-start;
  min-height: 104px;
  padding: 20px 42px 20px 18px;
  color: inherit;
  background: #ffffff;
  border-bottom: 1px solid var(--bc-border-soft);
  text-decoration: none !important;
  transition: background-color 0.2s ease, box-shadow 0.2s ease;
}

.bazecity-domains-premium-card:nth-child(odd) {
  border-right: 1px solid var(--bc-border-soft);
}

.bazecity-domains-premium-card:nth-last-child(-n + 2) {
  border-bottom: none;
}

.bazecity-domains-premium-card::after {
  content: "›";
  position: absolute;
  top: 18px;
  right: 18px;
  color: rgba(17, 24, 39, 0.24);
  font-size: 22px;
  line-height: 1;
  transition: transform 0.2s ease, color 0.2s ease;
}

.bazecity-domains-premium-card:hover {
  background: var(--bc-domain-soft);
  box-shadow: inset 3px 0 0 var(--bc-domain);
}

.bazecity-domains-premium-card:hover::after {
  color: var(--bc-domain);
  transform: translateX(2px);
}

/* Card icons */
.bazecity-domains-card-icon {
  width: 46px;
  height: 46px;
  min-width: 46px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  color: var(--bc-domain);
  background: #ffffff;
  border: 1px solid rgba(37, 99, 235, 0.20);
  border-radius: 12px;
  font-size: 17px;
  line-height: 1;
  transition: background-color 0.2s ease, border-color 0.2s ease, color 0.2s ease;
}

.bazecity-domains-premium-card:hover .bazecity-domains-card-icon {
  background: #eff6ff;
  border-color: rgba(37, 99, 235, 0.36);
  color: var(--bc-domain-dark);
}

.bazecity-domains-premium-card strong {
  display: block;
  margin: 0 0 6px;
  color: var(--bc-text);
  font-size: 15px;
  line-height: 1.3;
  font-weight: 700;
  letter-spacing: -0.01em;
}

.bazecity-domains-premium-card small {
  display: block;
  color: var(--bc-muted);
  font-size: 13px;
  line-height: 1.58;
  font-weight: 400;
}

/* =========================================
   Bottom Area
========================================= */

.bazecity-domains-premium-bottom {
  display: grid;
  grid-template-columns: 1.15fr 0.85fr;
  gap: 14px;
}

.bazecity-domains-premium-tlds,
.bazecity-domains-premium-note {
  padding: 18px;
  background: #fafafa;
  border: 1px solid var(--bc-border-soft);
  border-radius: 14px;
}

.bazecity-domains-premium-tlds > strong {
  display: block;
  margin: 0 0 12px;
  color: var(--bc-text);
  font-size: 14px;
  line-height: 1.3;
  font-weight: 700;
}

.bazecity-domains-tld-list {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}

.bazecity-domains-tld-list span {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 31px;
  padding: 0 10px;
  color: var(--bc-primary);
  background: #ffffff;
  border: 1px solid rgba(232, 73, 29, 0.16);
  border-radius: 999px;
  font-size: 12px;
  line-height: 1;
  font-weight: 700;
}

.bazecity-domains-premium-note {
  display: grid;
  grid-template-columns: 38px 1fr;
  gap: 12px;
  align-items: flex-start;
}

.bazecity-domains-note-icon {
  width: 38px;
  height: 38px;
  min-width: 38px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  color: var(--bc-primary);
  background: #fff1ea;
  border: 1px solid rgba(232, 73, 29, 0.18);
  border-radius: 12px;
  font-size: 15px;
  line-height: 1;
}

.bazecity-domains-premium-note strong {
  display: block;
  margin: 0 0 5px;
  color: var(--bc-text);
  font-size: 14px;
  line-height: 1.3;
  font-weight: 700;
}

.bazecity-domains-premium-note small {
  display: block;
  color: var(--bc-muted);
  font-size: 13px;
  line-height: 1.55;
  font-weight: 400;
}

/* =========================================
   Font Awesome Fix
========================================= */

.bazecity-domains-mega-premium i {
  display: inline-block;
  font-style: normal;
  line-height: 1;
  color: inherit;
}

.bazecity-domains-mega-premium i.fa-solid,
.bazecity-domains-mega-premium i.fas,
.bazecity-domains-mega-premium i.fa-solid::before,
.bazecity-domains-mega-premium i.fas::before {
  font-family: "Font Awesome 6 Free" !important;
  font-weight: 900 !important;
}

/* =========================================
   Flatsome Text Reset Inside This Menu
========================================= */

.bazecity-domains-mega-premium a,
.bazecity-domains-mega-premium strong,
.bazecity-domains-mega-premium small,
.bazecity-domains-mega-premium h3,
.bazecity-domains-mega-premium p,
.bazecity-domains-mega-premium span {
  text-transform: none;
}

.bazecity-domains-premium-label,
.bazecity-domains-right-label {
  text-transform: uppercase;
}

/* =========================================
   Flatsome-Safe Dropdown Cleanup
   Only affects dropdown containing Domains mega
========================================= */

.nav-dropdown:has(.bazecity-domains-mega-premium),
.header-nav .nav-dropdown:has(.bazecity-domains-mega-premium) {
  background: transparent !important;
  border: none !important;
  outline: none !important;
  box-shadow: none !important;
  padding: 0 !important;
  max-height: none !important;
  overflow: visible !important;
}

.nav-dropdown:has(.bazecity-domains-mega-premium)::before,
.nav-dropdown:has(.bazecity-domains-mega-premium)::after,
.header-nav .nav-dropdown:has(.bazecity-domains-mega-premium)::before,
.header-nav .nav-dropdown:has(.bazecity-domains-mega-premium)::after {
  display: none !important;
  content: none !important;
}

/* Smaller laptop screens */
@media (max-height: 760px) and (min-width: 901px) {
  .bazecity-domains-mega.bazecity-domains-mega-premium {
    max-height: calc(100vh - 120px);
  }

  .bazecity-domains-premium-left {
    padding: 24px;
  }

  .bazecity-domains-premium-left h3 {
    font-size: 22px;
  }

  .bazecity-domains-premium-left p {
    font-size: 13px;
    line-height: 1.62;
  }

  .bazecity-domains-premium-card {
    min-height: 94px;
    padding: 16px 40px 16px 16px;
  }

  .bazecity-domains-right-head,
  .bazecity-domains-premium-tlds,
  .bazecity-domains-premium-note {
    padding: 16px;
  }
}

/* Mobile */
@media (max-width: 900px) {
  .bazecity-domains-mega.bazecity-domains-mega-premium {
    width: 100%;
    max-height: none;
    overflow-y: visible;
    grid-template-columns: 1fr;
    padding: 10px;
    border-radius: 14px;
    box-shadow: none;
  }

  .bazecity-domains-premium-left {
    padding: 24px 22px;
  }

  .bazecity-domains-premium-left h3 {
    font-size: 23px;
  }

  .bazecity-domains-right-head {
    display: grid;
    gap: 12px;
  }

  .bazecity-domains-mini-pills {
    justify-content: flex-start;
  }

  .bazecity-domains-premium-grid {
    grid-template-columns: 1fr;
  }

  .bazecity-domains-premium-card {
    min-height: auto;
    border-right: none !important;
    border-bottom: 1px solid var(--bc-border-soft);
    padding: 18px 40px 18px 18px;
  }

  .bazecity-domains-premium-card:last-child {
    border-bottom: none;
  }

  .bazecity-domains-premium-bottom {
    grid-template-columns: 1fr;
  }

  .bazecity-domains-search-link {
    grid-template-columns: 1fr;
  }

  .bazecity-domains-search-action {
    width: 100%;
  }
}