/* nbcurtains v8 — solid header, underline nav, premium hero, overlapping business strip, real-map polish */
:root{--nb8-gold:#c99622;--nb8-gold-deep:#7b550d;--nb8-ink:#322514;--nb8-cream:#fffaf0;--nb8-line:#dfc57f}

/* Main header: no glassmorphism / no translucent extra layer */
html body:not(.admin-body) header.nb-topbar,
html body:not(.admin-body) header.modern-topbar,
html body:not(.admin-body) header.topbar{
  background:#fffdf8!important;background-color:#fffdf8!important;backdrop-filter:none!important;-webkit-backdrop-filter:none!important;
  border-bottom:1px solid #e4ce95!important;box-shadow:0 5px 18px rgba(91,62,12,.055)!important
}
html body:not(.admin-body) header.nb-topbar .nb-nav-shell,
html body:not(.admin-body) header.nb-topbar .modern-nav-shell,
html body:not(.admin-body) header.nb-topbar .site-shell{
  background:transparent!important;background-color:transparent!important;backdrop-filter:none!important;-webkit-backdrop-filter:none!important;box-shadow:none!important;border:0!important
}

/* Primary navigation hover: underline only, absolutely no hover background */
html body:not(.admin-body) header.nb-topbar .nb-navlinks a,
html body:not(.admin-body) header.nb-topbar .centered-nav a{
  position:relative!important;background:transparent!important;background-color:transparent!important;border-radius:0!important;box-shadow:none!important;color:#3c2d18!important
}
html body:not(.admin-body) header.nb-topbar .nb-navlinks a:hover,
html body:not(.admin-body) header.nb-topbar .nb-navlinks a.active,
html body:not(.admin-body) header.nb-topbar .centered-nav a:hover,
html body:not(.admin-body) header.nb-topbar .centered-nav a.active{
  background:transparent!important;background-color:transparent!important;box-shadow:none!important;color:#77520d!important
}
html body:not(.admin-body) header.nb-topbar .nb-navlinks a:before,
html body:not(.admin-body) header.nb-topbar .centered-nav a:before{content:none!important;display:none!important}
html body:not(.admin-body) header.nb-topbar .nb-navlinks a:after,
html body:not(.admin-body) header.nb-topbar .centered-nav a:after{
  content:""!important;position:absolute!important;left:50%!important;right:auto!important;bottom:6px!important;width:0!important;height:2px!important;border:0!important;border-radius:999px!important;background:linear-gradient(90deg,#d8ae43,#9d6e12)!important;transform:translateX(-50%)!important;transition:width .22s ease!important;opacity:1!important
}
html body:not(.admin-body) header.nb-topbar .nb-navlinks a:hover:after,
html body:not(.admin-body) header.nb-topbar .nb-navlinks a.active:after,
html body:not(.admin-body) header.nb-topbar .centered-nav a:hover:after,
html body:not(.admin-body) header.nb-topbar .centered-nav a.active:after{width:calc(100% - 24px)!important}

/* Slider reverted to the previous v7 visual style. The overlapping business strip below stays in the v8 position. */

/* Business strip floats half inside the bottom of the hero; remove white slab */
body.tpl-home main>.nb-business-strip{
  position:relative!important;z-index:8!important;margin-top:-46px!important;margin-bottom:18px!important;width:min(1180px,calc(100% - 42px))!important;
  background:linear-gradient(135deg,#f5df9d 0%,#fff2c9 46%,#e5bd55 100%)!important;background-color:#f2d98d!important;
  border:1px solid #d1a83e!important;border-radius:22px!important;overflow:hidden!important;box-shadow:0 20px 44px rgba(78,53,9,.18)!important
}
body.tpl-home main>.nb-business-strip>div{background:transparent!important;padding:19px 22px!important;border-right:1px solid rgba(116,78,11,.22)!important}
body.tpl-home main>.nb-business-strip>div:last-child{border-right:0!important}
body.tpl-home main>.nb-business-strip span{color:#76520e!important;font-weight:900!important}
body.tpl-home main>.nb-business-strip strong{color:#34230b!important;font-weight:800!important}

/* Real geographic region map: clean cartographic presentation */
html body:not(.admin-body) main .nb-saudi-delivery .delivery-map-stage{background:linear-gradient(180deg,#fffdf7 0%,#f5e4b7 100%)!important}
html body:not(.admin-body) main .nb-saudi-delivery .delivery-map-region path{stroke:#8f6516!important;stroke-width:1.05!important;stroke-linejoin:round!important;vector-effect:non-scaling-stroke!important}
html body:not(.admin-body) main .nb-saudi-delivery .delivery-map-region:hover path,
html body:not(.admin-body) main .nb-saudi-delivery .delivery-map-region:focus path,
html body:not(.admin-body) main .nb-saudi-delivery .delivery-map-region.is-active path{stroke:#5f4109!important;stroke-width:1.45!important}
html body:not(.admin-body) main .nb-saudi-delivery .delivery-region-label circle{r:14px}
html body:not(.admin-body) main .nb-saudi-delivery .delivery-region-label text{font-size:7.4px!important;font-weight:900!important}

@media(max-width:760px){
  body.tpl-home main>.nb-business-strip{margin-top:-32px!important;width:calc(100% - 24px)!important;grid-template-columns:1fr 1fr!important;border-radius:18px!important}
  body.tpl-home main>.nb-business-strip>div{padding:14px 13px!important;border-bottom:1px solid rgba(116,78,11,.18)!important}
  body.tpl-home main>.nb-business-strip>div:nth-child(2n){border-right:0!important}
  body.tpl-home main>.nb-business-strip>div:nth-last-child(-n+2){border-bottom:0!important}
  body.tpl-home main>.nb-business-strip span{font-size:9px!important}
  body.tpl-home main>.nb-business-strip strong{font-size:12px!important;line-height:1.35!important}
}
