/* WNT visual fixes: slider nav icons + services cards rules */
body.home .wnt-service-card::before,
body.home .wnt-service-card::after,
body.home .wnt-service-card h3::before,
body.home .wnt-service-card h3::after,
body.home .wnt-services-grid .wnt-service-card::before,
body.home .wnt-services-grid .wnt-service-card::after,
body.home .wnt-services-grid .wnt-service-card h3::before,
body.home .wnt-services-grid .wnt-service-card h3::after {
  content: none !important;
  display: none !important;
}
body.home .wnt-service-card,
body.home .wnt-service-card h3 {
  background-image: none !important;
}
body.home .wnt-service-card h3 {
  padding-top: 0 !important;
  margin-top: 0 !important;
}
body.home .base_bg_color.no_overflow_hidden {
  overflow: visible !important;
}
body.home .base_bg_color.no_overflow_hidden .wpb_column,
body.home .base_bg_color.no_overflow_hidden .vc_column-inner,
body.home .base_bg_color.no_overflow_hidden .wpb_wrapper {
  position: static !important;
}
body.home .base_bg_color.no_overflow_hidden .rev_slider_nav {
  height: 187px !important;
  display: flex !important;
  flex-direction: column !important;
  align-items: center !important;
  justify-content: flex-end !important;
  text-align: center !important;
  text-decoration: none !important;
  overflow: visible !important;
}
body.home .base_bg_color.no_overflow_hidden .rev_slider_nav .icon {
  height: 116px !important;
  min-height: 116px !important;
  width: 100% !important;
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
  margin: 0 0 0 !important;
  color: #fff !important;
}
body.home .base_bg_color.no_overflow_hidden .rev_slider_nav .icon i {
  width: 112px !important;
  height: 96px !important;
  display: inline-flex !important;
  align-items: center !important;
  justify-content: center !important;
  font-size: 92px !important;
  line-height: 1 !important;
  color: #fff !important;
}
body.home .base_bg_color.no_overflow_hidden .rev_slider_nav .title {
  width: 100% !important;
  min-height: 70px !important;
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
  padding: 0 10px !important;
  line-height: 1.35 !important;
  color: #fff !important;
  font-weight: 700 !important;
  white-space: normal !important;
}
body.home .base_bg_color.no_overflow_hidden .rev_slider_nav.rev_slide_4 .icon i {
  font-size: 86px !important;
}
@media (max-width: 991px) {
  body.home .base_bg_color.no_overflow_hidden .rev_slider_nav .icon i {
    font-size: 74px !important;
    width: 92px !important;
    height: 82px !important;
  }
}
@media (max-width: 767px) {
  body.home .base_bg_color.no_overflow_hidden {
    display: none !important;
  }
}

/* WNT internal pages title image background */
body:not(.home) #header {
  background-color: transparent !important;
  background-image: none !important;
}
body:not(.home) #header .top_nav_wr,
body:not(.home) #header .top_nav_affix {
  background-color: #2b2829 !important;
}
body:not(.home) .page_title {
  position: relative !important;
  overflow: hidden !important;
  background-image: url("https://alwefaqnationaltransport2.vocus-dev2.com/wp-content/uploads/2026/06/%D9%85%D9%86-%D9%86%D8%AD%D9%86.png") !important;
  background-size: cover !important;
  background-position: center center !important;
  background-repeat: no-repeat !important;
  background-color: transparent !important;
}
body:not(.home) .page_title::before {
  content: "" !important;
  position: absolute !important;
  inset: 0 !important;
  background: rgba(26, 167, 156, 0.26) !important;
  pointer-events: none !important;
  z-index: 0 !important;
  transition: background .25s ease !important;
}
body:not(.home) .page_title:hover::before {
  background: rgba(26, 167, 156, 0.34) !important;
}
body:not(.home) .page_title .container,
body:not(.home) .page_title h1 {
  position: relative !important;
  z-index: 1 !important;
}