/* DigiX footer center-map visibility fix v5.0
   Keeps the existing footer design and content unchanged.
   Ensures the animated SVG world map is centred and visible on all pages.
*/
body.premium-ui-v2 .site-footer::before{
  z-index:0 !important;
}

body.premium-ui-v2 .site-footer .footer-worldmap{
  display:block !important;
  position:absolute !important;
  inset:auto !important;
  top:50% !important;
  left:50% !important;
  width:min(1320px,118vw) !important;
  height:auto !important;
  min-width:980px !important;
  max-width:none !important;
  transform:translate(-50%,-50%) !important;
  transform-origin:center center !important;
  opacity:.52 !important;
  visibility:visible !important;
  overflow:visible !important;
  pointer-events:none !important;
  z-index:1 !important;
  filter:drop-shadow(0 0 18px rgba(34,184,240,.10)) !important;
}

body.premium-ui-v2 .site-footer .footer-worldmap .wm-dots{
  opacity:.72 !important;
}
body.premium-ui-v2 .site-footer .footer-worldmap .wm-dots circle{
  filter:drop-shadow(0 0 2px rgba(34,184,240,.72));
}
body.premium-ui-v2 .site-footer .footer-worldmap .wm-arcs{
  opacity:.56 !important;
}
body.premium-ui-v2 .site-footer .footer-worldmap .wm-hub,
body.premium-ui-v2 .site-footer .footer-worldmap .wm-pulse{
  opacity:.92 !important;
}

body.premium-ui-v2 .site-footer .footer-grid,
body.premium-ui-v2 .site-footer .footer-bottom{
  position:relative !important;
  z-index:3 !important;
}

@media (max-width:1080px){
  body.premium-ui-v2 .site-footer .footer-worldmap{
    top:47% !important;
    width:165vw !important;
    min-width:1120px !important;
    opacity:.47 !important;
  }
}

@media (max-width:640px){
  body.premium-ui-v2 .site-footer .footer-worldmap{
    top:45% !important;
    width:235vw !important;
    min-width:980px !important;
    opacity:.42 !important;
  }
  body.premium-ui-v2 .site-footer .footer-worldmap .wm-dots{
    opacity:.68 !important;
  }
  body.premium-ui-v2 .site-footer .footer-worldmap .wm-arcs{
    opacity:.48 !important;
  }
}
