/* Custom Fixes - Agência Contexto */

/* TEMPORÁRIO: Desabilitar preloader travado */
.nm-preloader {
  display: none !important;
}

/* Cursor pointer nos links de redes sociais */
.nm-hero-1-social-link .link-elm {
  cursor: pointer;
}

/* Outros links que devem ter cursor pointer */
.nm-pr-btn-1,
.nm-hero-1-plybtn,
.nm-header-1-logo,
.menu-item a,
.nm-offcanvas-btn-1 {
  cursor: pointer;
}

/* Garantir que todos os links tenham cursor pointer */
a {
  cursor: pointer;
}

/* ===================================
   SCROLLBAR NATIVO PARA SERVICES TABS
   (Substitui mCustomScrollbar que causava hydration mismatch)
   =================================== */
.nm-services-1-tabs-btn-scrollbar {
  overflow-x: auto;
  scrollbar-width: thin;
  scrollbar-color: rgba(255,255,255,0.3) transparent;
}

.nm-services-1-tabs-btn-scrollbar::-webkit-scrollbar {
  height: 4px;
}

.nm-services-1-tabs-btn-scrollbar::-webkit-scrollbar-track {
  background: transparent;
}

.nm-services-1-tabs-btn-scrollbar::-webkit-scrollbar-thumb {
  background: rgba(255,255,255,0.3);
  border-radius: 2px;
}

.nm-services-1-tabs-btn-scrollbar::-webkit-scrollbar-thumb:hover {
  background: rgba(255,255,255,0.5);
}

/* ===================================
   MARQUEE DE SERVIÇOS - USANDO IMAGENS SVG
   (Estrutura 100% idêntica ao template original)
   =================================== */

