/* Selectively published Events Hub and Media Hub only. */
.navbar .events-megamenu,
.navbar .media-hub-megamenu {
  max-height: calc(100vh - 112px);
  max-height: calc(100dvh - 112px);
  overflow-y: auto;
  overscroll-behavior: contain;
  scrollbar-gutter: stable;
  -webkit-overflow-scrolling: touch;
}

/* Mobile hotfix: keep one touch-scroll container so the final menu items
   can move fully into the phone viewport. Remove this block to roll back. */
@media (max-width: 991.98px) {
  .navbar .navbar-collapse {
    max-height: calc(100vh - 72px);
    max-height: calc(100dvh - 72px);
    overflow-x: hidden;
    overflow-y: auto;
    overscroll-behavior-x: none;
    overscroll-behavior-y: contain;
    touch-action: pan-y;
    -webkit-overflow-scrolling: touch;
  }

  /* Bootstrap's me-2 adds eight pixels beyond the mobile collapse width,
     creating a real horizontal scroll range when dragging menu items. */
  .navbar .navbar-collapse > .navbar-nav > .nav-item > .nav-link {
    margin-right: 0 !important;
  }

  .navbar .dropdown-menu.megamenu {
    max-width: 100%;
    overflow-x: clip;
    touch-action: pan-y;
  }

  .navbar .events-megamenu,
  .navbar .media-hub-megamenu {
    max-height: none;
    overflow-y: visible;
    overscroll-behavior: auto;
    scrollbar-gutter: auto;
  }
}

.navbar .dropdown-menu.media-hub-megamenu .btn,
.navbar-dark .dropdown-menu.media-hub-megamenu .dropdown-item {
position: relative;
  display: flex;
  flex-direction: column;
  justify-content: center;
  height: 104px;
  min-height: 104px;
  padding: 0.72rem 0.92rem 0.72rem 4.75rem !important;
  border-radius: 0.45rem;
  overflow: hidden;
  white-space: normal;
}

.navbar .dropdown-menu.media-hub-megamenu .btn > .fs-5,
.navbar-dark .dropdown-menu.media-hub-megamenu .dropdown-item {
font-size: 0.88rem;
  line-height: 1.16;
  font-weight: 800;
}

.navbar .dropdown-menu.media-hub-megamenu .btn .small,
.navbar-dark .dropdown-menu.media-hub-megamenu .dropdown-item small {
display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  margin-top: 0.24rem;
  max-width: 100%;
  line-height: 1.18;
}

.navbar .dropdown-menu.media-hub-megamenu .btn i:first-child,
.navbar-dark .dropdown-menu.media-hub-megamenu .dropdown-item > i:first-child {
position: absolute;
  left: 1.05rem;
  top: 50%;
  transform: translateY(-50%);
  width: 2.8rem;
  text-align: center;
  margin: 0 !important;
  font-size: 2.1rem;
  line-height: 1;
  color: var(--gold-accent, #d4af37) !important;
  opacity: 0.9;
  pointer-events: none;
}

.navbar .dropdown-menu.media-hub-megamenu .btn::after,
.navbar-dark .dropdown-menu.media-hub-megamenu .dropdown-item::after {
content: '';
  position: absolute;
  inset: 0 auto 0 0;
  width: 4.7rem;
  background: linear-gradient(90deg, rgba(255, 255, 255, 0.06), transparent);
  pointer-events: none;
}

.navbar .events-megamenu .events-primary-action,
.navbar .media-hub-megamenu .media-hub-cta-col > .btn {
position: relative;
  overflow: hidden;
  isolation: isolate;
}

.navbar .media-hub-megamenu .media-hub-cta-col > .btn {
min-height: 136px;
  padding-left: 7.25rem !important;
}

.navbar .media-hub-megamenu .media-hub-cta-col > .btn i:first-child {
left: 1.28rem;
  width: 4.85rem;
  font-size: 4.05rem;
}

.navbar .media-hub-megamenu .media-hub-cta-col > .btn::after {
width: 7rem;
  background: linear-gradient(90deg, rgba(255, 255, 255, 0.08), transparent);
}

.navbar .events-megamenu .events-primary-action::before,
.navbar .media-hub-megamenu .media-hub-cta-col > .btn::before {
content: '';
  position: absolute;
  inset: -28% -70%;
  z-index: 0;
  pointer-events: none;
  background:
    linear-gradient(110deg, transparent 22%, rgba(255, 255, 255, 0.16) 42%, rgba(212, 175, 55, 0.16) 50%, rgba(170, 140, 242, 0.12) 58%, transparent 78%),
    radial-gradient(circle at 50% 50%, rgba(255, 255, 255, 0.08), transparent 36%);
  background-size: 240% 100%, 160% 160%;
  opacity: 0.9;
  transform: translate3d(-18%, 0, 0) rotate(0.001deg);
  animation: ritzHubCtaDrift 16s ease-in-out infinite;
}

.navbar .events-megamenu .events-primary-action > *,
.navbar .media-hub-megamenu .media-hub-cta-col > .btn > * {
position: static;
  z-index: auto;
}

@media (prefers-reduced-motion: reduce) {
.navbar .events-megamenu .events-primary-action::before,
.navbar .media-hub-megamenu .media-hub-cta-col > .btn::before,
.media-hub-browser-grid {
animation: none;
    transform: none;
}
}

.navbar .dropdown-menu.media-hub-megamenu .btn:hover i:first-child,
.navbar .dropdown-menu.media-hub-megamenu .btn:focus i:first-child,
.navbar-dark .dropdown-menu.media-hub-megamenu .dropdown-item:hover > i:first-child,
.navbar-dark .dropdown-menu.media-hub-megamenu .dropdown-item:focus > i:first-child {
opacity: 1;
  color: #fff !important;
}

.navbar-dark .dropdown-menu.media-hub-megamenu .nav-admin-tag {
display: inline-flex;
  align-items: center;
  margin-left: 0.35rem;
  padding: 0.08rem 0.34rem;
  border-radius: 999px;
  background: #dc2626;
  color: #fff;
  font-size: 0.58rem;
  font-weight: 900;
  letter-spacing: 0.05em;
  line-height: 1.15;
  text-transform: uppercase;
  vertical-align: middle;
  box-shadow: 0 0 0 1px rgba(255, 255, 255, 0.14), 0 6px 12px rgba(220, 38, 38, 0.28);
}

.media-hub-megamenu .services-booking-icon-row {
display: grid;
  grid-template-columns: repeat(6, minmax(0, 1fr));
  gap: 0.65rem;
  padding: 0.65rem;
  border: 1px solid rgba(255, 255, 255, 0.12);
  border-radius: 0.65rem;
  background: rgba(255, 255, 255, 0.045);
}

.media-hub-megamenu .services-booking-icon {
display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  min-height: 82px;
  padding: 0.7rem 0.45rem;
  border-radius: 0.55rem;
  color: #f8f9fa;
  text-decoration: none;
  text-align: center;
  background: rgba(0, 0, 0, 0.22);
  border: 1px solid rgba(255, 255, 255, 0.08);
  transition: background-color 0.18s ease, transform 0.18s ease, color 0.18s ease, border-color 0.18s ease;
}

.media-hub-megamenu .services-booking-icon i {
display: block;
  margin-bottom: 0.42rem;
  color: var(--gold-accent, #d4af37);
  font-size: 1.55rem;
  line-height: 1;
}

.media-hub-megamenu .services-booking-icon span {
font-size: 0.82rem;
  font-weight: 800;
  line-height: 1.1;
}

.media-hub-megamenu .services-booking-icon:hover,
.media-hub-megamenu .services-booking-icon:focus {
color: #ffffff;
  background: rgba(255, 255, 255, 0.11);
  border-color: rgba(212, 175, 55, 0.45);
  transform: translateY(-1px);
}

.media-hub-megamenu .services-booking-icon:hover i,
.media-hub-megamenu .services-booking-icon:focus i {
color: #ffffff;
}

.navbar .media-hub-megamenu .media-hub-cta-col,
.navbar .media-hub-megamenu .media-hub-icon-col,
.navbar .media-hub-megamenu .media-hub-featured-col {
border-right: 0 !important;
  padding-top: 0.5rem;
  padding-bottom: 0.35rem;
}

.navbar .media-hub-megamenu .media-hub-primary-action,
.navbar .media-hub-megamenu .media-hub-premium-action {
min-height: 128px;
  border-radius: 0.65rem;
  box-shadow: 0 14px 32px rgba(0, 0, 0, 0.22);
}

.navbar .media-hub-megamenu .media-hub-primary-action {
border: 1px solid rgba(212, 175, 55, 0.42);
  background:
    radial-gradient(circle at top left, rgba(212, 175, 55, 0.22), transparent 34%),
    linear-gradient(135deg, rgba(86, 38, 132, 0.98), rgba(42, 18, 70, 0.98) 58%, #09090b) !important;
}

.navbar .media-hub-megamenu .media-hub-premium-action {
border: 1px solid rgba(212, 175, 55, 0.5);
  background:
    radial-gradient(circle at top right, rgba(212, 175, 55, 0.2), transparent 34%),
    linear-gradient(135deg, rgba(56, 23, 91, 0.96), rgba(20, 8, 35, 0.98)) !important;
  color: #ffffff;
}

.navbar .media-hub-megamenu .media-hub-primary-action:hover,
.navbar .media-hub-megamenu .media-hub-primary-action:focus,
.navbar .media-hub-megamenu .media-hub-premium-action:hover,
.navbar .media-hub-megamenu .media-hub-premium-action:focus {
color: #ffffff;
  border-color: rgba(212, 175, 55, 0.72);
  transform: translateY(-1px);
  box-shadow: 0 18px 40px rgba(0, 0, 0, 0.34);
}

.media-hub-icon-row {
grid-template-columns: repeat(6, minmax(0, 1fr));
}

.media-hub-icon-row .media-hub-icon {
min-width: 0;
}

.media-hub-icon-row .media-hub-icon span {
overflow-wrap: anywhere;
}

.media-hub-icon i {
color: var(--gold-accent, #d4af37);
}

.media-hub-icon:hover,
.media-hub-icon:focus {
border-color: rgba(212, 175, 55, 0.55);
}

.media-hub-icon:hover i,
.media-hub-icon:focus i {
color: #ffffff;
}

.media-hub-featured-panel {
padding: 0.75rem;
  border: 1px solid rgba(170, 140, 242, 0.28);
  border-radius: 0.75rem;
  background:
    radial-gradient(circle at top left, rgba(170, 140, 242, 0.16), transparent 36%),
    radial-gradient(circle at bottom right, rgba(212, 175, 55, 0.08), transparent 34%),
    rgba(12, 8, 20, 0.72);
}

.media-hub-featured-heading {
display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 0.75rem;
  margin-bottom: 0.65rem;
}

.navbar-dark .dropdown-menu.megamenu .media-hub-featured-heading .dropdown-header {
display: inline-flex !important;
}

.media-hub-featured-heading a {
margin-left: auto;
  color: var(--bs-primary, #aa8cf2);
  font-size: 0.74rem;
  font-weight: 800;
  letter-spacing: 0;
  text-decoration: none;
  text-transform: none;
  white-space: nowrap;
}

.media-hub-featured-heading a:hover,
.media-hub-featured-heading a:focus {
color: #ffffff;
}

.media-hub-featured-video,
.media-hub-recent-video,
.media-hub-browser-video {
display: flex;
  color: #ffffff;
  text-decoration: none;
  border: 1px solid rgba(255, 255, 255, 0.1);
  background: rgba(0, 0, 0, 0.26);
  transition: border-color 0.18s ease, transform 0.18s ease, background-color 0.18s ease;
  overflow: hidden;
}

.media-hub-featured-video:hover,
.media-hub-featured-video:focus,
.media-hub-recent-video:hover,
.media-hub-recent-video:focus,
.media-hub-browser-video:hover,
.media-hub-browser-video:focus {
color: #ffffff;
  border-color: rgba(170, 140, 242, 0.58);
  background: rgba(170, 140, 242, 0.13);
  transform: translateY(-1px);
}

.media-hub-featured-video {
min-height: 156px;
  border-radius: 0.65rem;
  flex-direction: column;
}

.media-hub-featured-thumb {
position: relative;
  display: block;
  width: 100%;
  aspect-ratio: 16 / 9;
  background: #020617;
}

.media-hub-featured-thumb img,
.media-hub-recent-thumb img,
.media-hub-browser-thumb img {
width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

.media-hub-play-badge {
position: absolute;
  right: 0.55rem;
  bottom: 0.55rem;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 2rem;
  height: 2rem;
  border-radius: 999px;
  color: #ffffff;
  background: rgba(170, 140, 242, 0.92);
  box-shadow: 0 8px 18px rgba(0, 0, 0, 0.35);
}

.media-hub-featured-copy {
display: block;
  padding: 0.65rem 0.72rem 0.72rem;
}

.media-hub-kicker {
display: block;
  margin-bottom: 0.18rem;
  color: var(--bs-primary, #aa8cf2);
  font-size: 0.66rem;
  font-weight: 900;
  letter-spacing: 0.05em;
  text-transform: uppercase;
}

.media-hub-featured-title,
.media-hub-recent-title,
.media-hub-browser-title {
display: -webkit-box;
  -webkit-box-orient: vertical;
  overflow: hidden;
  font-weight: 850;
  line-height: 1.18;
}

.media-hub-featured-title {
-webkit-line-clamp: 2;
  font-size: 0.96rem;
}

.media-hub-recent-list {
display: grid;
  gap: 0.5rem;
  height: 100%;
}

.media-hub-browser {
position: relative;
  width: 100%;
  max-height: none;
  padding: 0.15rem 0;
  overflow: hidden;
  overscroll-behavior: contain;
  scrollbar-width: none;
  mask-image: linear-gradient(90deg, transparent 0, #000 3%, #000 97%, transparent 100%);
}

.media-hub-browser::-webkit-scrollbar {
display: none;
}

.media-hub-browser:hover .media-hub-browser-grid,
.media-hub-browser:focus-within .media-hub-browser-grid {
animation-play-state: paused;
}

.media-hub-browser-grid {
--media-hub-card-width: 260px;
  display: grid;
  grid-auto-flow: column;
  grid-template-rows: repeat(2, minmax(0, 1fr));
  grid-auto-columns: var(--media-hub-card-width);
  gap: 0.68rem;
  width: max-content;
  animation: mediaHubBrowserLoop 72s linear infinite;
}

.media-hub-browser-video {
position: relative;
  min-width: 0;
  width: var(--media-hub-card-width);
  min-height: auto;
  height: auto;
  flex-direction: column;
  align-items: stretch;
  justify-content: flex-start;
  gap: 0;
  padding: 0 !important;
  border-radius: 0.72rem;
  background:
    radial-gradient(circle at top left, rgba(170, 140, 242, 0.14), transparent 38%),
    rgba(0, 0, 0, 0.3);
}

.media-hub-browser-thumb {
flex: 0 0 auto;
  width: 100%;
  aspect-ratio: 16 / 9;
  overflow: hidden;
  border-radius: 0.72rem;
  background: #020617;
}

.media-hub-browser-copy {
position: absolute;
  inset: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  min-width: 0;
  padding: 0.9rem;
  text-align: center;
  pointer-events: none;
  opacity: 0;
  transform: scale(0.98);
  transition: opacity 0.18s ease, transform 0.18s ease;
  background: rgba(4, 4, 8, 0.72);
}

.media-hub-browser-video:hover .media-hub-browser-copy,
.media-hub-browser-video:focus .media-hub-browser-copy,
.media-hub-browser-video:focus-visible .media-hub-browser-copy,
.media-hub-browser-video:focus-within .media-hub-browser-copy {
opacity: 1;
  transform: translateY(0);
}

.media-hub-browser-title {
-webkit-line-clamp: 3;
  font-size: 0.94rem;
  text-align: center;
  text-shadow: 0 1px 5px rgba(0, 0, 0, 0.85);
}

.media-hub-recent-video {
min-height: 68px;
  align-items: center;
  gap: 0.65rem;
  padding: 0.35rem 0.55rem 0.35rem 0.35rem;
  border-radius: 0.55rem;
}

.media-hub-recent-thumb {
flex: 0 0 86px;
  width: 86px;
  aspect-ratio: 16 / 9;
  overflow: hidden;
  border-radius: 0.42rem;
  background: #020617;
}

.media-hub-recent-copy {
min-width: 0;
  flex: 1 1 auto;
}

.media-hub-recent-title {
-webkit-line-clamp: 2;
  font-size: 0.82rem;
}

.media-hub-recent-play {
flex: 0 0 auto;
  color: var(--bs-primary, #aa8cf2);
  font-size: 0.8rem;
}

@media (max-width: 767.98px) {
.navbar .dropdown-menu.media-hub-megamenu .btn,
.navbar-dark .dropdown-menu.media-hub-megamenu .dropdown-item {
height: 88px;
    min-height: 88px;
    padding-left: 4rem !important;
    padding-right: 0.7rem !important;
}

.navbar .dropdown-menu.media-hub-megamenu .btn i:first-child,
.navbar-dark .dropdown-menu.media-hub-megamenu .dropdown-item > i:first-child {
left: 0.85rem;
    width: 2.35rem;
    font-size: 1.65rem;
}

.navbar .media-hub-megamenu .media-hub-cta-col > .btn {
min-height: 112px;
    padding-left: 5.8rem !important;
}

.navbar .media-hub-megamenu .media-hub-cta-col > .btn i:first-child {
left: 0.95rem;
    width: 3.9rem;
    font-size: 3.2rem;
}

.media-hub-megamenu .services-booking-icon-row {
grid-template-columns: repeat(2, minmax(0, 1fr));
}

.media-hub-megamenu .services-booking-icon {
min-height: 72px;
}

.media-hub-featured-heading {
align-items: flex-start;
    flex-direction: column;
}

.media-hub-featured-heading a {
margin-left: 0;
}

.media-hub-browser-grid {
--media-hub-card-width: 220px;
}
}

.navbar .events-megamenu .events-cta-row {
border-right: 0 !important;
  padding-top: 0.5rem;
  padding-bottom: 0.35rem;
}

.navbar .events-megamenu .events-primary-action {
display: flex;
  align-items: center;
  min-height: 174px;
  gap: 1.05rem;
  white-space: normal;
  border: 1px solid rgba(212, 175, 55, 0.52);
  border-radius: 0.65rem;
  padding: 1.22rem 1.32rem 1.22rem 7.15rem !important;
  background:
    radial-gradient(circle at 1.9rem 50%, rgba(212, 175, 55, 0.30), transparent 4.8rem),
    radial-gradient(circle at top right, rgba(170, 140, 242, 0.22), transparent 36%),
    linear-gradient(135deg, #5d28b7 0%, #33105d 48%, #15081f 100%) !important;
  box-shadow: 0 16px 38px rgba(0, 0, 0, 0.30), inset 0 1px 0 rgba(255, 255, 255, 0.16);
}

.navbar .events-megamenu .events-primary-action:hover,
.navbar .events-megamenu .events-primary-action:focus {
border-color: rgba(212, 175, 55, 0.82);
  background:
    radial-gradient(circle at 1.9rem 50%, rgba(212, 175, 55, 0.38), transparent 5.2rem),
    radial-gradient(circle at top right, rgba(170, 140, 242, 0.28), transparent 38%),
    linear-gradient(135deg, #6b32c8 0%, #3b136c 48%, #180923 100%) !important;
  color: #fff;
  transform: translateY(-1px);
  box-shadow: 0 20px 44px rgba(0, 0, 0, 0.36), inset 0 1px 0 rgba(255, 255, 255, 0.18);
}

.navbar .events-megamenu .events-primary-action-icon {
position: absolute;
  left: 1.3rem;
  top: 50%;
  z-index: 1;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 4.75rem;
  height: 4.75rem;
  border-radius: 1.25rem;
  background:
    radial-gradient(circle at 32% 24%, rgba(255, 255, 255, 0.30), transparent 34%),
    linear-gradient(135deg, rgba(212, 175, 55, 0.30), rgba(170, 140, 242, 0.22));
  color: var(--gold-accent, #d4af37);
  font-size: 3.55rem;
  line-height: 1;
  transform: translateY(-50%);
  box-shadow: inset 0 0 0 1px rgba(212, 175, 55, 0.34), 0 10px 24px rgba(0, 0, 0, 0.24);
  pointer-events: none;
}

.navbar .events-megamenu .events-primary-action-copy {
position: relative;
  z-index: 1;
  display: flex;
  min-width: 0;
  flex-direction: column;
  align-items: flex-start;
}

.navbar .events-megamenu .events-primary-action-title {
display: block;
  color: #fff;
  font-size: 2.04rem;
  font-weight: 950;
  letter-spacing: -0.03em;
  line-height: 0.98;
  text-shadow: 0 2px 12px rgba(0, 0, 0, 0.24);
}

.navbar .events-megamenu .events-featured-hero-col {
border-right: 0 !important;
  padding-top: 0.5rem;
  padding-bottom: 0.35rem;
}

.navbar .events-megamenu .events-featured-hero {
display: flex;
  align-items: stretch;
  justify-content: space-between;
  gap: 0.85rem;
  min-height: 174px;
  height: 100%;
  padding: 0 !important;
  overflow: hidden;
  border: 1px solid rgba(170, 140, 242, 0.36);
  border-radius: 0.65rem;
  background:
    radial-gradient(circle at top left, rgba(170, 140, 242, 0.18), transparent 36%),
    radial-gradient(circle at bottom right, rgba(212, 175, 55, 0.10), transparent 34%),
    linear-gradient(135deg, rgba(32, 22, 48, 0.96), rgba(8, 8, 14, 0.94));
  color: #fff;
  text-decoration: none;
  box-shadow: 0 14px 34px rgba(0, 0, 0, 0.24);
}

.navbar .events-megamenu .events-featured-hero:hover,
.navbar .events-megamenu .events-featured-hero:focus {
color: #fff;
  border-color: rgba(170, 140, 242, 0.62);
  transform: translateY(-1px);
  box-shadow: 0 18px 40px rgba(0, 0, 0, 0.34);
}

.navbar .events-megamenu .events-featured-hero-copy {
display: flex;
  flex: 1 1 auto;
  min-width: 0;
  order: 2;
  flex-direction: column;
  justify-content: center;
  padding: 1rem 1.08rem 1rem 0;
}

.navbar .events-megamenu .events-featured-kicker {
display: inline-flex;
  align-items: center;
  align-self: flex-start;
  margin-bottom: 0.38rem;
  padding: 0.18rem 0.58rem;
  border-radius: 999px;
  background: rgba(212, 175, 55, 0.18);
  color: var(--gold-accent, #d4af37);
  font-size: 0.7rem;
  font-weight: 900;
  letter-spacing: 0.08em;
  line-height: 1.1;
  text-transform: uppercase;
}

.navbar .events-megamenu .events-featured-title {
display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  color: #fff;
  font-size: 1.52rem;
  font-weight: 950;
  letter-spacing: -0.025em;
  line-height: 1.02;
}

.navbar .events-megamenu .events-featured-meta {
display: flex;
  align-items: flex-start;
  gap: 0.44rem;
  margin-top: 0.38rem;
  color: rgba(255, 255, 255, 0.82);
  font-size: 0.98rem;
  font-weight: 650;
  line-height: 1.16;
}

.navbar .events-megamenu .events-featured-meta i {
flex: 0 0 auto;
  width: 0.86rem;
  color: var(--gold-accent, #d4af37);
  font-size: 0.78rem;
  line-height: 1.16;
  margin-top: 0.02rem;
}

.navbar .events-megamenu .events-featured-link {
display: inline-flex;
  align-items: center;
  align-self: flex-start;
  margin-top: 0.62rem;
  color: #fff;
  font-size: 0.94rem;
  font-weight: 800;
}

.navbar .events-megamenu .events-featured-hero-thumb {
display: flex;
  align-items: center;
  justify-content: center;
  flex: 0 0 174px;
  width: 174px;
  min-height: 174px;
  order: 1;
  overflow: hidden;
  background: rgba(255, 255, 255, 0.06);
}

.navbar .events-megamenu .events-featured-hero-thumb img {
width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

.navbar .events-megamenu .events-featured-hero-thumb i {
color: var(--gold-accent, #d4af37);
  font-size: 2rem;
}

.navbar .events-megamenu .events-featured-hero-empty {
justify-content: flex-start;
}

.navbar .events-megamenu .events-featured-hero-empty .events-featured-hero-copy {
padding-right: 0.95rem;
}

.navbar .events-megamenu .events-primary-action-line {
display: inline-flex;
  align-items: center;
  margin-top: 0.68rem;
  border-radius: 999px;
  padding: 0.42rem 1.04rem;
  background: rgba(255, 255, 255, 0.16);
  color: #ffffff;
  font-size: 1.1rem;
  font-weight: 900;
  line-height: 1.16;
  letter-spacing: 0.01em;
}

.navbar .events-megamenu .events-primary-action-note {
margin-top: 0.58rem;
  color: rgba(255, 255, 255, 0.82);
  font-size: 1.02rem;
  font-weight: 650;
  line-height: 1.22;
}

.navbar .events-megamenu .events-spotlight-section {
border-right: 0 !important;
}

.navbar .events-megamenu .events-spotlight-grid {
display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 0.65rem;
}

.navbar .events-megamenu .events-spotlight-card {
display: flex;
  align-items: stretch;
  justify-content: space-between;
  gap: 0.85rem;
  min-height: 174px;
  overflow: hidden;
  border: 1px solid rgba(170, 140, 242, 0.36);
  border-radius: 0.65rem;
  background:
    radial-gradient(circle at top left, rgba(170, 140, 242, 0.18), transparent 36%),
    radial-gradient(circle at bottom right, rgba(212, 175, 55, 0.10), transparent 34%),
    linear-gradient(135deg, rgba(32, 22, 48, 0.96), rgba(8, 8, 14, 0.94));
  color: #fff;
  text-decoration: none;
  box-shadow: 0 12px 28px rgba(0, 0, 0, 0.22);
  transition: transform 0.18s ease, border-color 0.18s ease, box-shadow 0.18s ease;
}

.navbar .events-megamenu .events-spotlight-card:hover,
.navbar .events-megamenu .events-spotlight-card:focus {
color: #fff;
  border-color: rgba(170, 140, 242, 0.58);
  transform: translateY(-1px);
  box-shadow: 0 16px 34px rgba(0, 0, 0, 0.32);
}

.navbar .events-megamenu .events-spotlight-copy {
display: flex;
  flex: 1 1 auto;
  min-width: 0;
  order: 2;
  flex-direction: column;
  justify-content: center;
  padding: 1rem 1.08rem 1rem 0;
}

.navbar .events-megamenu .events-spotlight-thumb {
display: flex;
  align-items: center;
  justify-content: center;
  flex: 0 0 174px;
  width: 174px;
  min-height: 174px;
  order: 1;
  overflow: hidden;
  background: rgba(255, 255, 255, 0.06);
}

.navbar .events-megamenu .events-spotlight-thumb img {
width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

.navbar .events-megamenu .events-spotlight-thumb i {
color: var(--gold-accent, #d4af37);
  font-size: 1.6rem;
}

.navbar .events-megamenu .events-featured-section {
border-right: 0 !important;
}

.navbar .events-megamenu .events-menu-list {
display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 0.45rem;
  margin-left: 0;
  margin-right: 0;
}

.navbar .dropdown-menu.events-megamenu .events-menu-card {
border-right: 0 !important;
  border-bottom: 0 !important;
  padding: 0 !important;
  margin-bottom: 0;
  min-width: 0;
}

.navbar-dark .dropdown-menu.events-megamenu .event-dropdown-item {
display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: flex-start;
  gap: 0.76rem;
  min-height: 112px;
  height: 100%;
  padding: 0 0.54rem 0 0 !important;
  overflow: hidden;
  border: 1px solid rgba(170, 140, 242, 0.24);
  border-radius: 0.62rem;
  background:
    radial-gradient(circle at top left, rgba(170, 140, 242, 0.14), transparent 38%),
    linear-gradient(135deg, rgba(24, 18, 38, 0.96), rgba(8, 8, 14, 0.94));
}

.navbar-dark .events-megamenu .event-dropdown-info {
display: flex;
  flex: 1 1 auto;
  min-width: 0;
  flex-direction: column;
  justify-content: flex-start;
  padding: 0;
}

.navbar-dark .events-megamenu .event-dropdown-title {
display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  color: #f8f9fa;
  font-size: 0.82rem;
  font-weight: 800;
  line-height: 1.12;
}

.navbar-dark .events-megamenu .event-dropdown-detail {
display: flex;
  align-items: flex-start;
  gap: 0.35rem;
  margin-top: 0.18rem;
  color: #adb5bd;
  font-size: 0.68rem;
  line-height: 1.12;
}

.navbar-dark .events-megamenu .event-dropdown-detail i {
flex: 0 0 auto;
  width: 0.72rem;
  color: var(--gold-accent, #d4af37);
  font-size: 0.66rem;
  line-height: 1.16;
  margin-top: 0.02rem;
}

.navbar-dark .events-megamenu .event-dropdown-thumb {
display: flex;
  align-items: center;
  justify-content: center;
  flex: 0 0 122px;
  width: 122px;
  height: auto;
  align-self: stretch;
  overflow: hidden;
  border-radius: 0.62rem 0 0 0.62rem;
  background: rgba(0, 0, 0, 0.26);
}

.navbar-dark .events-megamenu .event-dropdown-thumb img {
width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

.navbar-dark .events-megamenu .event-dropdown-thumb i {
color: var(--gold-accent, #d4af37);
  font-size: 1.35rem;
}

.navbar .events-megamenu .events-menu-links {
display: flex;
  align-items: center;
  justify-content: center;
  gap: 0.55rem;
  margin-top: 0.65rem;
  padding-top: 0.5rem;
  border-top: 1px solid rgba(255, 255, 255, 0.08);
  color: rgba(255, 255, 255, 0.42);
  font-size: 0.78rem;
}

.navbar .events-megamenu .events-see-all-button {
display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 38px;
  padding: 0.48rem 1rem;
  border: 1px solid rgba(212, 175, 55, 0.55);
  border-radius: 999px;
  background:
    radial-gradient(circle at top left, rgba(212, 175, 55, 0.18), transparent 46%),
    linear-gradient(135deg, rgba(56, 23, 91, 0.96), rgba(20, 8, 35, 0.98));
  color: #ffffff;
  font-weight: 900;
  letter-spacing: 0.01em;
  text-decoration: none;
  box-shadow: 0 10px 24px rgba(0, 0, 0, 0.24);
  transition: transform 0.18s ease, border-color 0.18s ease, box-shadow 0.18s ease;
}

.navbar .events-megamenu .events-see-all-button:hover,
.navbar .events-megamenu .events-see-all-button:focus {
color: #fff;
  border-color: rgba(212, 175, 55, 0.85);
  text-decoration: none;
  transform: translateY(-1px);
  box-shadow: 0 14px 30px rgba(0, 0, 0, 0.32);
}

@media (max-width: 991.98px) {
.navbar .events-megamenu .events-primary-action,
.navbar .events-megamenu .events-featured-hero {
min-height: 150px;
}

.navbar .events-megamenu .events-primary-action {
padding-left: 5.75rem !important;
}

.navbar .events-megamenu .events-primary-action-icon {
left: 0.95rem;
    width: 3.85rem;
    height: 3.85rem;
    border-radius: 1rem;
    font-size: 2.85rem;
}

.navbar .events-megamenu .events-primary-action-title {
font-size: 1.34rem;
}

.navbar .events-megamenu .events-featured-title {
font-size: 1.12rem;
}

.navbar .events-megamenu .events-featured-meta {
font-size: 0.78rem;
}

.navbar .events-megamenu .events-featured-hero-thumb {
flex-basis: 150px;
    width: 150px;
    min-height: 150px;
}

.navbar .events-megamenu .events-spotlight-grid {
grid-template-columns: minmax(0, 1fr);
}

.navbar .events-megamenu .events-spotlight-thumb {
flex-basis: 150px;
    width: 150px;
    min-height: 150px;
}

.navbar .events-megamenu .events-menu-list {
grid-template-columns: repeat(2, minmax(0, 1fr));
}

.navbar-dark .events-megamenu .event-dropdown-thumb {
flex-basis: 92px;
    width: 92px;
    height: 92px;
}
}
