/* ISANMS deployment enhancements: spacing and WhatsApp only. */
@media (min-width: 992px){
  .mega-section{padding-top:5.75rem;padding-bottom:5.75rem;}
}
@media (min-width:768px) and (max-width:991.98px){
  .mega-section{padding-top:4.5rem;padding-bottom:4.5rem;}
}
@media (max-width:767.98px){
  .mega-section{padding-top:3.25rem;padding-bottom:3.25rem;}
}
.isanms-whatsapp{
  position:fixed;left:20px;bottom:20px;z-index:9999;width:58px;height:58px;
  display:flex;align-items:center;justify-content:center;border-radius:50%;
  background:#25D366;color:#fff!important;font-size:31px;text-decoration:none!important;
  box-shadow:0 8px 24px rgba(0,0,0,.24);transition:transform .2s ease,box-shadow .2s ease;
}
.isanms-whatsapp:hover,.isanms-whatsapp:focus{transform:translateY(-2px) scale(1.04);box-shadow:0 11px 28px rgba(0,0,0,.3);color:#fff!important;}
.isanms-whatsapp .wa-label{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);white-space:nowrap;border:0;}
@media (max-width:575.98px){.isanms-whatsapp{left:14px;bottom:14px;width:54px;height:54px;font-size:29px;}}
