/**
 * Africa Safari mega menu — reference layout system (loads after touria/style.css).
 * Spacing values mirror the reference mock: airy 4-column grid, no vertical compression.
 */

/* Reference rebuild: no Bootstrap/Touria dropdown classes in this path. */
.touria-site .ref-site-header {
  position: fixed;
  top: 20px;
  right: 20px;
  left: 20px;
  z-index: 1030;
  pointer-events: none;
}

.touria-site .ref-nav-shell {
  position: relative;
  width: 100%;
  pointer-events: auto;
}

.touria-site .ref-nav-bar {
  display: grid;
  grid-template-columns: minmax(15rem, 1fr) auto minmax(17rem, 1fr);
  align-items: center;
  min-height: 80px;
  padding: 0 30px 0 32px;
  background: #f7f7f7;
  border: 1px solid rgba(247, 247, 247, 0.6);
  border-radius: 999px;
  box-shadow: 0 18px 40px rgba(22, 25, 32, 0.08);
}

.touria-site .ref-nav-brand,
.touria-site .ref-nav-link,
.touria-site .ref-nav-quote,
.touria-site .ref-mega-link,
.touria-site .ref-mega-card,
.touria-site .ref-mega-footer-link {
  text-decoration: none;
}

.touria-site .ref-nav-brand {
  display: inline-flex;
  gap: 10px;
  align-items: center;
  width: max-content;
  color: #26313c;
}

.touria-site .ref-nav-brand-icon {
  font-size: 28px;
  line-height: 1;
  color: #6d8196;
}

.touria-site .ref-nav-brand-text {
  font-size: 17px;
  font-weight: 700;
  line-height: 1;
  color: #26313c;
}

.touria-site .ref-nav-center {
  display: flex;
  gap: 23px;
  align-items: center;
  justify-content: center;
}

.touria-site .ref-nav-link {
  display: inline-flex;
  gap: 5px;
  align-items: center;
  justify-content: center;
  padding: 8px 0;
  font-size: 14px;
  font-weight: 600;
  line-height: 1;
  color: #0e0e0e;
  white-space: nowrap;
  cursor: pointer;
  transition: color 150ms ease-out;
}

.touria-site .ref-nav-mega-trigger {
  color: #6d8196;
}

.touria-site .ref-nav-link:hover,
.touria-site .ref-nav-link:focus-visible {
  color: #6d8196;
}

.touria-site .ref-nav-chevron {
  font-size: 12px;
  font-weight: 500;
  line-height: 1;
}

.touria-site .ref-nav-actions {
  display: flex;
  gap: 12px;
  align-items: center;
  justify-content: flex-end;
}

.touria-site .ref-nav-icon-button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 48px;
  height: 48px;
  padding: 0;
  color: #0e0e0e;
  cursor: pointer;
  background: transparent;
  border: 1px solid rgba(14, 14, 14, 0.55);
  border-radius: 999px;
  transition:
    border-color 150ms ease-out,
    color 150ms ease-out;
}

.touria-site .ref-nav-icon-button:hover,
.touria-site .ref-nav-icon-button:focus-visible {
  color: #6d8196;
  border-color: rgba(109, 129, 150, 0.75);
}

.touria-site .ref-nav-menu-lines {
  position: relative;
  display: block;
  width: 22px;
  height: 14px;
  border-top: 2px solid currentColor;
  border-bottom: 2px solid currentColor;
}

.touria-site .ref-nav-menu-lines::before {
  position: absolute;
  top: 5px;
  right: 0;
  width: 16px;
  height: 2px;
  content: "";
  background: currentColor;
  border-radius: 999px;
}

.touria-site .ref-nav-quote {
  display: inline-flex;
  gap: 8px;
  align-items: center;
  justify-content: center;
  min-width: 154px;
  height: 52px;
  padding: 0 25px;
  font-size: 14px;
  font-weight: 700;
  line-height: 1;
  color: #ffffff;
  white-space: nowrap;
  background: #6d8196;
  border: none;
  border-radius: 999px;
  cursor: pointer;
  font-family: inherit;
  transition: background-color 150ms ease-out;
}

.touria-site .ref-nav-quote:hover,
.touria-site .ref-nav-quote:focus-visible {
  color: #ffffff;
  background: #60758a;
}

.touria-site .ref-mega-panel {
  position: absolute;
  top: calc(100% + 12px);
  right: 6px;
  left: 6px;
  visibility: hidden;
  padding: 30px 28px 18px;
  background: #ffffff;
  border: 1px solid rgba(109, 129, 150, 0.055);
  border-radius: 26px;
  box-shadow: 0 20px 46px rgba(22, 25, 32, 0.08);
  opacity: 0;
  transform: translateY(4px);
  transition:
    opacity 180ms ease-out,
    transform 180ms ease-out,
    visibility 180ms ease-out;
}

.touria-site .ref-nav-shell[data-mega-open="true"] .ref-mega-panel {
  visibility: visible;
  opacity: 1;
  transform: translateY(0);
}

.touria-site .ref-mega-columns {
  display: grid;
  grid-template-columns: 0.82fr 0.82fr 1.2fr 1.22fr;
  align-items: start;
}

.touria-site .ref-mega-col {
  position: relative;
  min-height: 282px;
  padding: 0 24px;
}

.touria-site .ref-mega-col-art {
  overflow: visible;
}

.touria-site .ref-mega-col-art .ref-mega-section {
  position: relative;
  z-index: 1;
}

.touria-site .ref-mega-col + .ref-mega-col {
  border-inline-start: 1px solid rgba(109, 129, 150, 0.07);
}

.touria-site .ref-mega-col:first-child {
  padding-left: 0;
}

.touria-site .ref-mega-col-last {
  padding-right: 0;
}

.touria-site .ref-mega-title {
  margin: 0 0 12px;
  font-size: 10px;
  font-weight: 600;
  line-height: 1.25;
  color: #8194a5;
  text-transform: uppercase;
}

.touria-site .ref-mega-link-list {
  display: grid;
  gap: 0;
  padding: 0;
  margin: 0;
  list-style: none;
}

.touria-site .ref-mega-link {
  display: inline-flex;
  gap: 9px;
  align-items: center;
  justify-content: flex-start;
  padding: 7px 0;
  font-size: 14px;
  font-weight: 500;
  line-height: 1.45;
  color: #0e0e0e;
  white-space: nowrap;
  transition: color 150ms ease-out;
}

.touria-site .ref-mega-link-chevron {
  width: 11px;
  font-size: 12px;
  font-weight: 400;
  line-height: 1;
  color: #c6ced6;
}

.touria-site .ref-mega-link:hover,
.touria-site .ref-mega-link:focus-visible {
  color: #6d8196;
}

.touria-site .ref-mega-watermark {
  position: absolute;
  bottom: 8px;
  left: -8px;
  z-index: 0;
  width: 300px;
  height: 170px;
  overflow: hidden;
  pointer-events: none;
  opacity: 0.36;
  mix-blend-mode: multiply;
  -webkit-mask-image: radial-gradient(
    ellipse at 42% 57%,
    #000 0%,
    #000 33%,
    rgba(0, 0, 0, 0.72) 48%,
    rgba(0, 0, 0, 0.28) 63%,
    transparent 82%
  );
  mask-image: radial-gradient(
    ellipse at 42% 57%,
    #000 0%,
    #000 33%,
    rgba(0, 0, 0, 0.72) 48%,
    rgba(0, 0, 0, 0.28) 63%,
    transparent 82%
  );
}

.touria-site .ref-mega-watermark::after {
  position: absolute;
  inset: 0;
  content: "";
  background:
    linear-gradient(90deg, #ffffff 0%, rgba(255, 255, 255, 0) 18%),
    linear-gradient(180deg, rgba(255, 255, 255, 0) 46%, #ffffff 100%),
    radial-gradient(
      ellipse at 50% 54%,
      rgba(255, 255, 255, 0) 0%,
      rgba(255, 255, 255, 0.58) 78%,
      #ffffff 100%
    );
}

.touria-site .ref-mega-watermark img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: contain;
  object-position: left bottom;
  filter: saturate(0.72) contrast(0.9) brightness(1.12);
}

.touria-site .ref-mega-divider {
  height: 1px;
  margin: 18px 0 16px;
  background: rgba(109, 129, 150, 0.075);
}

.touria-site .ref-mega-planning-grid {
  display: grid;
  grid-template-columns: max-content max-content;
  column-gap: 36px;
  align-items: start;
}

.touria-site .ref-mega-card-stack {
  display: grid;
  gap: 10px;
  margin-top: 14px;
}

.touria-site .ref-mega-card {
  display: grid;
  grid-template-columns: 58px minmax(0, 1fr) auto;
  gap: 12px;
  align-items: center;
  min-height: 54px;
  padding: 7px 12px 7px 7px;
  color: #0e0e0e;
  background: #f7f7f7;
  border: 1px solid rgba(109, 129, 150, 0.07);
  border-radius: 11px;
  transition: border-color 150ms ease-out;
}

.touria-site .ref-mega-card:hover,
.touria-site .ref-mega-card:focus-visible {
  color: #0e0e0e;
  border-color: rgba(109, 129, 150, 0.2);
}

.touria-site .ref-mega-card-image {
  display: block;
  width: 58px;
  height: 42px;
  overflow: hidden;
  border-radius: 7px;
}

.touria-site .ref-mega-card-image img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.touria-site .ref-mega-card-copy {
  display: grid;
  gap: 1px;
  min-width: 0;
}

.touria-site .ref-mega-card-title {
  font-size: 14px;
  font-weight: 600;
  line-height: 1.25;
  color: #0e0e0e;
  white-space: nowrap;
}

.touria-site .ref-mega-card-desc {
  overflow: hidden;
  font-size: 10px;
  font-weight: 500;
  line-height: 1.3;
  color: #68717d;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.touria-site .ref-mega-card-chevron {
  font-size: 14px;
  color: #c6ced6;
}

.touria-site .ref-mega-footer {
  display: grid;
  grid-template-columns: repeat(6, 1fr);
  align-items: center;
  padding-top: 18px;
  margin-top: 16px;
  border-top: 1px solid rgba(109, 129, 150, 0.07);
}

.touria-site .ref-mega-footer-link {
  display: inline-flex;
  gap: 9px;
  align-items: center;
  justify-content: center;
  font-size: 12px;
  font-weight: 500;
  line-height: 1;
  color: #555f6b;
  white-space: nowrap;
  transition: color 150ms ease-out;
}

.touria-site .ref-mega-footer-icon {
  font-size: 17px;
  line-height: 1;
  color: rgba(109, 129, 150, 0.76);
}

.touria-site .ref-mega-footer-link:hover,
.touria-site .ref-mega-footer-link:focus-visible {
  color: #6d8196;
}

@media (max-width: 1199.98px) {
  .touria-site .ref-site-header {
    top: 14px;
    right: 14px;
    left: 14px;
  }

  .touria-site .ref-nav-bar {
    grid-template-columns: 1fr auto;
    min-height: 72px;
    padding: 0 18px 0 22px;
  }

  .touria-site .ref-nav-center,
  .touria-site .ref-mega-panel {
    display: none;
  }

  .touria-site .ref-nav-actions {
    gap: 8px;
  }

  .touria-site .ref-nav-icon-button {
    width: 44px;
    height: 44px;
  }

  .touria-site .ref-nav-quote {
    display: none;
  }
}

@media (max-width: 575.98px) {
  .touria-site .ref-nav-brand-text {
    font-size: 15px;
  }

  .touria-site .ref-nav-brand-icon {
    font-size: 24px;
  }
}

@media (min-width: 1200px) {
  .touria-site .header-area .navbar-nav.navbar-nav-scroll,
  .touria-site .header-area .navbar-nav.navbar-nav-mobile-scroll {
    max-height: none !important;
    overflow: visible !important;
  }

  /* ── Panel shell (fused to navbar pill, full navbar width) ── */
  .touria-site .header-area .navbar-nav > li.touria-africa-mega > ul.touria-dd-menu.touria-mega-panel,
  .touria-site
    .header-area.style-three
    .navbar-nav
    > li.touria-africa-mega
    > ul.touria-dd-menu.touria-mega-panel,
  .touria-site
    .header-area.style-two
    .navbar-nav
    > li.touria-africa-mega
    > ul.touria-dd-menu.touria-mega-panel {
    position: absolute !important;
    top: 100% !important;
    right: 0 !important;
    left: 0 !important;
    z-index: 100;
    display: block !important;
    visibility: hidden;
    width: 100% !important;
    min-width: 100% !important;
    max-width: none !important;
    margin: 0 !important;
    padding: 0 !important;
    overflow: visible !important;
    background: #ffffff !important;
    background-color: #ffffff !important;
    border: 1px solid rgba(109, 129, 150, 0.06) !important;
    border-top: 1px solid rgba(232, 236, 240, 0.72) !important;
    border-radius: 0 0 2.75rem 2.75rem !important;
    box-shadow: 0 0.875rem 2.5rem rgba(22, 25, 32, 0.075) !important;
    opacity: 0;
    transform: translateY(0.25rem);
    transition:
      opacity 200ms ease-out,
      transform 200ms ease-out,
      visibility 200ms ease-out;
  }

  .touria-site
    .header-area.style-two
    .navbar-nav
    > li.touria-africa-mega
    > ul.touria-dd-menu.touria-mega-panel {
    border-radius: 0 0 1rem 1rem !important;
  }

  .touria-site .header-area .navbar-nav > li.touria-africa-mega:hover > ul.touria-dd-menu.touria-mega-panel,
  .touria-site
    .header-area
    .navbar-nav
    > li.touria-africa-mega:focus-within
    > ul.touria-dd-menu.touria-mega-panel {
    visibility: visible !important;
    opacity: 1 !important;
    transform: translateY(0) !important;
    top: 100% !important;
  }

  .touria-site .header-area .navbar-nav > li.touria-africa-mega:hover > ul.touria-dd-menu.touria-mega-panel > li,
  .touria-site
    .header-area
    .navbar-nav
    > li.touria-africa-mega:focus-within
    > ul.touria-dd-menu.touria-mega-panel
    > li,
  .touria-site .touria-africa-mega .mega-menu-shell {
    opacity: 1 !important;
    transform: none !important;
    transition: none !important;
  }

  /* ── Inner canvas (reference padding & height — not compressed) ── */
  .touria-site .touria-africa-mega .mega-menu-inner {
    box-sizing: border-box;
    width: 100%;
    padding: 1.8125rem 3rem 1.4375rem;
    border-top: 1px solid rgba(109, 129, 150, 0.055);
  }

  /* ── Four editorial columns (reference rhythm: narrow first pillars, wider utility columns) ── */
  .touria-site .touria-africa-mega .mega-menu-cols-four {
    display: grid;
    grid-template-columns: 0.82fr 0.82fr 1.22fr 1.22fr;
    column-gap: 0;
    align-items: start;
  }

  .touria-site .touria-africa-mega .mega-menu-col {
    position: relative;
    display: flex;
    flex-direction: column;
    min-width: 0;
    padding: 0 1.625rem;
  }

  .touria-site .touria-africa-mega .mega-menu-col + .mega-menu-col {
    border-inline-start: 1px solid rgba(109, 129, 150, 0.065);
  }

  .touria-site .touria-africa-mega .mega-menu-col-1 {
    padding-left: 0;
  }

  .touria-site .touria-africa-mega .mega-menu-col-4 {
    padding-right: 0;
  }

  .touria-site .touria-africa-mega .mega-menu-col-3,
  .touria-site .touria-africa-mega .mega-menu-zone-planning {
    overflow: visible;
  }

  /* ── Pillar columns (Tanzania / Kenya) ── */
  .touria-site .touria-africa-mega .mega-menu-pillar {
    display: flex;
    flex-direction: column;
  }

  .touria-site .touria-africa-mega .mega-menu-pillar-artistic {
    padding-bottom: 5.125rem;
  }

  .touria-site .touria-africa-mega .mega-menu-pillar-art {
    position: absolute;
    right: 0;
    bottom: 0;
    left: 0;
    height: 5.25rem;
    pointer-events: none;
    opacity: 0.17;
  }

  .touria-site .touria-africa-mega .mega-menu-pillar-art img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: contain;
    object-position: left bottom;
  }

  /* ── Section labels (small, muted, uppercase) ── */
  .touria-site .touria-africa-mega .mega-menu-zone {
    padding: 0;
  }

  .touria-site .touria-africa-mega .mega-menu-zone-title {
    margin: 0 0 0.9375rem;
    font-size: 0.625rem;
    font-weight: 600;
    line-height: 1.2;
    color: #8497a8;
    text-transform: uppercase;
    text-wrap: balance;
  }

  .touria-site .touria-africa-mega .mega-menu-zone-divider {
    width: 100%;
    height: 1px;
    margin: 1.1875rem 0 1.125rem;
    background-color: rgba(109, 129, 150, 0.075);
  }

  /* ── Safari Planning Hub: two natural-width sub-columns ── */
  .touria-site .touria-africa-mega .mega-menu-planning-columns {
    display: grid;
    grid-template-columns: max-content max-content;
    column-gap: 1.875rem;
    align-items: start;
  }

  .touria-site .touria-africa-mega .mega-menu-link-list {
    margin: 0;
    padding: 0;
    list-style: none;
  }

  /* ── Links (relaxed vertical rhythm, no wrapping) ── */
  .touria-site .touria-africa-mega .mega-menu-link {
    display: flex;
    gap: 0.4375rem;
    align-items: center;
    justify-content: flex-start !important;
    padding: 0.4375rem 0;
    font-size: 0.9375rem;
    font-weight: 500;
    line-height: 1.45;
    color: #0e0e0e;
    text-decoration: none;
    text-transform: none;
    text-align: left;
    white-space: nowrap;
    cursor: pointer;
    transition: color 150ms ease-out;
  }

  .touria-site .touria-africa-mega .mega-menu-link-chevron {
    flex-shrink: 0;
    width: 0.8125rem;
    font-size: 0.75rem;
    font-weight: 400;
    line-height: 1;
    color: #c9d1d8;
  }

  .touria-site .touria-africa-mega .mega-menu-link-text {
    flex: 0 0 auto;
    white-space: nowrap;
  }

  .touria-site .touria-africa-mega .mega-menu-link:hover,
  .touria-site .touria-africa-mega .mega-menu-link:focus-visible,
  .touria-site .touria-africa-mega .mega-menu-link:hover .mega-menu-link-chevron,
  .touria-site .touria-africa-mega .mega-menu-link:focus-visible .mega-menu-link-chevron,
  .touria-site .touria-africa-mega .mega-menu-link:hover .mega-menu-link-text,
  .touria-site .touria-africa-mega .mega-menu-link:focus-visible .mega-menu-link-text {
    color: #6d8196;
  }

  /* ── Destination cards (reference: wide, grey fill, image left) ── */
  .touria-site .touria-africa-mega .mega-menu-destination-stack {
    display: flex;
    flex-direction: column;
    gap: 0.6875rem;
    margin-top: 1.125rem;
  }

  .touria-site .touria-africa-mega .mega-menu-destination-card {
    display: grid;
    grid-template-columns: 3.5rem minmax(8.75rem, 1fr) auto;
    gap: 0.8125rem;
    align-items: center;
    justify-content: stretch !important;
    min-height: 4.1875rem;
    padding: 0.6875rem 0.9375rem 0.6875rem 0.6875rem;
    text-decoration: none;
    white-space: nowrap;
    cursor: pointer;
    background: #f7f7f7;
    border: 1px solid rgba(109, 129, 150, 0.075);
    border-radius: 0.75rem;
    transition: border-color 150ms ease-out;
  }

  .touria-site .touria-africa-mega .mega-menu-destination-card:hover,
  .touria-site .touria-africa-mega .mega-menu-destination-card:focus-visible {
    border-color: rgba(109, 129, 150, 0.2);
  }

  .touria-site .touria-africa-mega .mega-menu-destination-media {
    display: block;
    flex-shrink: 0;
    width: 3.5rem;
    height: 2.875rem;
    overflow: hidden;
    border-radius: 0.5rem;
  }

  .touria-site .touria-africa-mega .mega-menu-destination-media img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
  }

  .touria-site .touria-africa-mega .mega-menu-destination-body {
    display: flex;
    flex-direction: column;
    gap: 0.125rem;
    min-width: 0;
  }

  .touria-site .touria-africa-mega .mega-menu-destination-label {
    font-size: 0.875rem;
    font-weight: 600;
    line-height: 1.3;
    color: #0e0e0e;
    white-space: nowrap;
  }

  .touria-site .touria-africa-mega .mega-menu-destination-desc {
    font-size: 0.6875rem;
    font-weight: 500;
    line-height: 1.35;
    color: #68717d;
    white-space: nowrap;
  }

  .touria-site .touria-africa-mega .mega-menu-destination-chevron {
    flex-shrink: 0;
    padding-right: 0.125rem;
    font-size: 0.875rem;
    color: #c9d1d8;
  }

  .touria-site .touria-africa-mega .mega-menu-destination-card:hover .mega-menu-destination-label,
  .touria-site
    .touria-africa-mega
    .mega-menu-destination-card:focus-visible
    .mega-menu-destination-label,
  .touria-site .touria-africa-mega .mega-menu-destination-card:hover .mega-menu-destination-chevron,
  .touria-site
    .touria-africa-mega
    .mega-menu-destination-card:focus-visible
    .mega-menu-destination-chevron {
    color: #6d8196;
  }

  /* ── Footer row (icon + label, horizontal, evenly spaced) ── */
  .touria-site .touria-africa-mega .mega-menu-footer {
    padding: 1.3125rem 0 0.4375rem;
    margin-top: 1.3125rem;
    border-top: 1px solid rgba(109, 129, 150, 0.07);
  }

  .touria-site .touria-africa-mega .mega-menu-footer-list {
    display: flex;
    flex-wrap: nowrap;
    align-items: center;
    justify-content: space-between;
    width: 100%;
    margin: 0;
    padding: 0;
    list-style: none;
  }

  .touria-site .touria-africa-mega .mega-menu-footer-link {
    display: inline-flex;
    flex-direction: row;
    gap: 0.5rem;
    align-items: center;
    justify-content: center !important;
    font-size: 0.75rem;
    font-weight: 500;
    line-height: 1.2;
    color: #5f6874;
    text-decoration: none;
    white-space: nowrap;
    cursor: pointer;
    transition: color 150ms ease-out;
  }

  .touria-site .touria-africa-mega .mega-menu-footer-icon {
    font-size: 1.0625rem;
    line-height: 1;
    color: rgba(109, 129, 150, 0.74);
    transition: color 150ms ease-out;
  }

  .touria-site .touria-africa-mega .mega-menu-footer-link:hover,
  .touria-site .touria-africa-mega .mega-menu-footer-link:focus-visible,
  .touria-site .touria-africa-mega .mega-menu-footer-link:hover .mega-menu-footer-icon,
  .touria-site .touria-africa-mega .mega-menu-footer-link:focus-visible .mega-menu-footer-icon {
    color: #6d8196;
  }
}

@media (min-width: 1200px) and (max-width: 1399.98px) {
  .touria-site .touria-africa-mega .mega-menu-inner {
    padding: 1.5rem 1.875rem 1.25rem;
  }

  .touria-site .touria-africa-mega .mega-menu-col {
    padding-inline: 1.35rem;
  }

  .touria-site .touria-africa-mega .mega-menu-planning-columns {
    column-gap: 1.625rem;
  }

  .touria-site .touria-africa-mega .mega-menu-link {
    font-size: 0.875rem;
    padding: 0.4375rem 0;
  }

  .touria-site .touria-africa-mega .mega-menu-destination-card {
    grid-template-columns: 3.25rem minmax(7.5rem, 1fr) auto;
    gap: 0.6875rem;
  }

  .touria-site .touria-africa-mega .mega-menu-destination-media {
    width: 3.25rem;
  }
}

@media (min-width: 1400px) {
  .touria-site .touria-africa-mega .mega-menu-inner {
    padding: 1.875rem 3.25rem 1.5rem;
  }

  .touria-site .touria-africa-mega .mega-menu-col {
    padding-inline: 1.875rem;
  }

  .touria-site .touria-africa-mega .mega-menu-col-1 {
    padding-left: 0;
  }

  .touria-site .touria-africa-mega .mega-menu-col-4 {
    padding-right: 0;
  }

  .touria-site .touria-africa-mega .mega-menu-planning-columns {
    column-gap: 2.25rem;
  }
}

@media (prefers-reduced-motion: reduce) {
  .touria-site .header-area .navbar-nav > li.touria-africa-mega > ul.touria-dd-menu.touria-mega-panel {
    transition: none;
  }
}
