.service-card { visibility: hidden; } .service-card.brx-animated { visibility: visible; } .brxe-section { overflow: hidden; } *{ outline: none !important; } ::selection { background-color: #2B2430; color: white; } :root { --scrollbar-width: 6px; --scrollbar-track-color: #f2f2f2; --scrollbar-thumb-color: #888; } body { scrollbar-width: thin; scrollbar-position: fixed; } ::-webkit-scrollbar { width: var(--scrollbar-width); } ::-webkit-scrollbar-track { background-color: var(--scrollbar-track-color); } ::-webkit-scrollbar-thumb { background-color: var(--scrollbar-thumb-color); } * { scrollbar-width: thin; } *::-webkit-scrollbar { width: var(--scrollbar-width); } *::-webkit-scrollbar-track { background-color: var(--scrollbar-track-color); } *::-webkit-scrollbar-thumb { background-color: var(--scrollbar-thumb-color); } ul { list-style-type: square; list-style-position: inside; } ul li::marker { font-size: 12px; } .brx-offcanvas-inner { transition-duration: 0.4s !important; }