/* NoorVista 3.1.3 — RTL-correct glass hero navigation */
body.nv-home-page .nv-home-slider {
  position: relative;
  isolation: isolate;
}

body.nv-home-page .nv-home-slider__viewport {
  position: relative;
  overflow: hidden;
  touch-action: pan-y pinch-zoom;
}

body.nv-home-page .nv-home-slider__viewport::after {
  content: "";
  position: absolute;
  z-index: 3;
  right: 0;
  bottom: 0;
  left: 0;
  height: 96px;
  background: linear-gradient(180deg, transparent 0%, rgba(0, 0, 0, .18) 100%);
  pointer-events: none;
}

body.nv-home-page .nv-home-slider__arrow {
  position: absolute !important;
  z-index: 8 !important;
  top: 50% !important;
  width: 52px !important;
  height: 52px !important;
  min-width: 52px !important;
  min-height: 52px !important;
  display: grid !important;
  place-items: center;
  padding: 0 !important;
  border: 1px solid rgba(255, 255, 255, .2) !important;
  border-radius: 999px !important;
  background: rgba(0, 0, 0, .2) !important;
  color: #fff !important;
  box-shadow: 0 6px 18px rgba(0, 0, 0, .16) !important;
  backdrop-filter: blur(12px) saturate(115%) !important;
  -webkit-backdrop-filter: blur(12px) saturate(115%) !important;
  opacity: 1 !important;
  transform: translateY(-50%) !important;
  cursor: pointer;
  box-sizing: border-box;
  isolation: isolate;
  touch-action: manipulation;
  -webkit-tap-highlight-color: transparent;
  will-change: transform;
  transition: background-color .2s ease, border-color .2s ease, box-shadow .2s ease, transform .2s ease !important;
}

body.nv-home-page .nv-home-slider__arrow--prev,
body.nv-home-page [data-nv-home-slider-prev] {
  left: 18px !important;
  right: auto !important;
}

body.nv-home-page .nv-home-slider__arrow--next,
body.nv-home-page [data-nv-home-slider-next] {
  right: 18px !important;
  left: auto !important;
}

body.nv-home-page .nv-home-slider__arrow-icon {
  width: 25px;
  height: 25px;
  display: block;
  fill: none;
  stroke: currentColor;
  stroke-width: 2.25;
  stroke-linecap: round;
  stroke-linejoin: round;
  pointer-events: none;
}

@media (hover: hover) {
  body.nv-home-page .nv-home-slider__arrow:hover {
    background: rgba(0, 0, 0, .34) !important;
    border-color: rgba(255, 255, 255, .3) !important;
    box-shadow: 0 8px 22px rgba(0, 0, 0, .2) !important;
  }

  body.nv-home-page .nv-home-slider__arrow--prev:hover,
  body.nv-home-page [data-nv-home-slider-prev]:hover {
    transform: translateY(-50%) translateX(-2px) !important;
  }

  body.nv-home-page .nv-home-slider__arrow--next:hover,
  body.nv-home-page [data-nv-home-slider-next]:hover {
    transform: translateY(-50%) translateX(2px) !important;
  }
}

body.nv-home-page .nv-home-slider__arrow:active {
  background: rgba(0, 0, 0, .4) !important;
}

body.nv-home-page .nv-home-slider__arrow:focus-visible {
  outline: 2px solid #facc15 !important;
  outline-offset: 3px !important;
  box-shadow: 0 0 0 4px rgba(0, 0, 0, .25), 0 8px 22px rgba(0, 0, 0, .2) !important;
}

body.nv-home-page .nv-home-slider__footer {
  position: absolute !important;
  z-index: 9 !important;
  left: 50% !important;
  right: auto !important;
  bottom: 14px !important;
  width: max-content !important;
  max-width: calc(100% - 24px);
  display: flex !important;
  align-items: center;
  justify-content: center;
  transform: translateX(-50%) !important;
  pointer-events: none;
}

body.nv-home-page .nv-home-slider__dots {
  min-height: 40px;
  width: max-content;
  max-width: 100%;
  display: flex !important;
  align-items: center;
  justify-content: flex-start;
  gap: 0 !important;
  padding: 2px 6px !important;
  overflow-x: auto;
  overflow-y: hidden;
  border: 1px solid rgba(255, 255, 255, .1) !important;
  border-radius: 999px !important;
  background: rgba(0, 0, 0, .35) !important;
  box-shadow: 0 2px 8px rgba(0, 0, 0, .16) !important;
  backdrop-filter: blur(12px) saturate(115%) !important;
  -webkit-backdrop-filter: blur(12px) saturate(115%) !important;
  direction: ltr;
  pointer-events: auto;
  scrollbar-width: none;
  overscroll-behavior-inline: contain;
}

body.nv-home-page .nv-home-slider__dots::-webkit-scrollbar {
  display: none;
}

body.nv-home-page .nv-home-slider__dot {
  position: relative;
  width: 36px !important;
  height: 36px !important;
  min-width: 36px !important;
  min-height: 36px !important;
  display: grid !important;
  place-items: center;
  flex: 0 0 36px;
  padding: 0 !important;
  border: 0 !important;
  border-radius: 999px !important;
  background: transparent !important;
  color: inherit;
  opacity: 1 !important;
  cursor: pointer;
  outline: none;
  box-sizing: border-box;
  touch-action: manipulation;
  -webkit-tap-highlight-color: transparent;
}

body.nv-home-page .nv-home-slider__dot-visual {
  display: block;
  width: 8px;
  height: 8px;
  border-radius: 999px;
  background: rgba(255, 255, 255, .65);
  box-shadow: none;
  pointer-events: none;
  transition: width .3s ease-out, background-color .3s ease-out, box-shadow .3s ease-out, transform .3s ease-out;
}

@media (hover: hover) {
  body.nv-home-page .nv-home-slider__dot:hover .nv-home-slider__dot-visual {
    background: rgba(255, 255, 255, .92);
  }
}

body.nv-home-page .nv-home-slider__dot.is-active .nv-home-slider__dot-visual,
body.nv-home-page .nv-home-slider__dot[aria-current="slide"] .nv-home-slider__dot-visual {
  width: 28px;
  background: #facc15;
  box-shadow: 0 0 8px rgba(250, 204, 21, .35);
}

body.nv-home-page .nv-home-slider__dot:focus-visible {
  outline: 2px solid #facc15;
  outline-offset: -2px;
  box-shadow: 0 0 0 2px rgba(0, 0, 0, .3);
}

body.nv-home-page .nv-home-slider[data-single="true"] .nv-home-slider__arrow,
body.nv-home-page .nv-home-slider[data-single="true"] .nv-home-slider__footer {
  display: none !important;
}

body.nv-home-page .nv-home-slide__picture.is-adaptive {
  overflow: hidden;
  background-repeat: no-repeat;
  background-size: cover;
  background-color: #0b3157;
}

body.nv-home-page .nv-home-slide__picture.is-adaptive::before {
  content: "";
  position: absolute;
  inset: -14px;
  z-index: 0;
  background: inherit;
  background-size: cover;
  background-position: inherit;
  filter: blur(14px) saturate(.92);
  transform: scale(1.05);
  opacity: .72;
}

body.nv-home-page .nv-home-slide__picture.is-adaptive::after {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 0;
  background: rgba(3, 25, 48, .12);
}

body.nv-home-page .nv-home-slide__picture.is-adaptive .nv-home-slide__image {
  position: relative !important;
  z-index: 1;
  object-fit: contain !important;
  object-position: center !important;
  background: transparent !important;
}

@media (max-width: 760px) {
  body.nv-home-page .nv-home-slider__viewport::after {
    height: 80px;
  }

  body.nv-home-page .nv-home-slider__arrow {
    width: 44px !important;
    height: 44px !important;
    min-width: 44px !important;
    min-height: 44px !important;
  }

  body.nv-home-page .nv-home-slider__arrow-icon {
    width: 22px;
    height: 22px;
  }

  body.nv-home-page .nv-home-slider__arrow--prev,
  body.nv-home-page [data-nv-home-slider-prev] {
    left: 9px !important;
  }

  body.nv-home-page .nv-home-slider__arrow--next,
  body.nv-home-page [data-nv-home-slider-next] {
    right: 9px !important;
  }

  body.nv-home-page .nv-home-slider__footer {
    bottom: 10px !important;
    max-width: calc(100% - 16px);
  }

  body.nv-home-page .nv-home-slider__dots {
    min-height: 38px;
    padding: 1px 5px !important;
  }

  body.nv-home-page .nv-home-slider__dot {
    width: 34px !important;
    height: 34px !important;
    min-width: 34px !important;
    min-height: 34px !important;
    flex-basis: 34px;
  }

  body.nv-home-page .nv-home-slider__dot.is-active .nv-home-slider__dot-visual,
  body.nv-home-page .nv-home-slider__dot[aria-current="slide"] .nv-home-slider__dot-visual {
    width: 26px;
  }
}

@media (prefers-reduced-motion: reduce) {
  body.nv-home-page .nv-home-slide,
  body.nv-home-page .nv-home-slider__arrow,
  body.nv-home-page .nv-home-slider__dot-visual {
    transition-duration: .01ms !important;
    animation-duration: .01ms !important;
    animation-iteration-count: 1 !important;
  }
}
