/* DRUK R5.16 — Desktop slider controls + floating-action safe stats patch.
   Patch-only: hero image/text/layout/order unchanged. */

/* Desktop/tablet: keep slideshow controls away from the quick-fact cards. */
@media (min-width:821px){
  body.v83-home .vh-slider-controls{
    position:absolute!important;
    top:18px!important;
    right:22px!important;
    bottom:auto!important;
    left:auto!important;
    transform:none!important;
    z-index:30!important;
    display:flex!important;
    align-items:center!important;
    gap:8px!important;
  }

  /* Reserve a clean rail at the right edge so WhatsApp / Back-to-top never
     cover the fourth quick-fact card while the hero-trust area is visible. */
  body.v83-home .v82-home-trust .container{
    padding-right:82px!important;
  }

  body.v83-home .v82-home-trust .layout-l3-stats{
    width:100%!important;
  }

  /* Keep the floating actions in a predictable vertical stack. */
  body.v83-home .whatsapp-float{
    right:18px!important;
    bottom:18px!important;
  }
  body.v83-home .back-top{
    right:18px!important;
    bottom:82px!important;
  }
}

/* Tablet: smaller safe rail while still protecting the final stat card. */
@media (min-width:821px) and (max-width:1050px){
  body.v83-home .v82-home-trust .container{
    padding-right:70px!important;
  }
  body.v83-home .vh-slider-controls{
    top:14px!important;
    right:14px!important;
  }
}

/* Mobile already uses the approved top-right arrows; do not disturb it. */
@media (max-width:820px){
  body.v83-home .v82-home-trust .container{
    padding-right:0!important;
  }
}
