#j2p-back-to-top-wrapper {
position: fixed;
bottom: -10px; right: 20px;
width: 70px; height: 70px;
display: flex;
justify-content: center;
align-items: center;
cursor: pointer;
z-index: 999;
pointer-events: none; }
#j2p-back-to-top {
position: absolute; bottom: -23px;
right: 0;
width: 50px; height: 50px;
background-color: #4CAF50;
border-radius: 50%;
border: none; display: flex;
justify-content: center;
align-items: center;
box-shadow: 0 4px 10px rgba(0, 0, 0, 0.3); transition: bottom 0.3s ease, opacity 0.3s ease, box-shadow 0.3s ease;
opacity: 0.7; pointer-events: all; }
#j2p-back-to-top svg {
width: 24px; height: 24px;
fill: white;
}
#j2p-back-to-top-wrapper.visible #j2p-back-to-top {
opacity: 0.7;
visibility: visible;
bottom: -10px; }
#j2p-back-to-top-wrapper:hover #j2p-back-to-top {
bottom: 23px; box-shadow: 0 6px 20px rgba(0, 0, 0, 0.5); opacity: 1; } @media (max-width: 768px) {
#j2p-back-to-top-wrapper {
display: none; }
}#particles-js {
position: fixed;
top: 0;
left: 0;
width: 100%;
height: 100%;
z-index: 0;
pointer-events: none;
}
body {
position: relative;
}
#page {
position: relative;
z-index: 1;
background: transparent;
}
.site-header, .site-content, .site-footer {
position: relative;
z-index: 2;
}
a, button, input, select, textarea {
position: relative;
z-index: 3;
} a:hover, button:hover {
filter: drop-shadow(0px 0px 10px rgba(255, 204, 0, 0.8));
transition: filter 0.3s ease-in-out;
}