.back-to-top-button{cursor:pointer;z-index:9999;border:none;justify-content:center;align-items:center;padding:0;transition:all .3s ease-in-out;animation:3s ease-in-out infinite float;display:none;position:fixed;bottom:1.5rem;right:1.5rem;box-shadow:none!important;background:0 0!important}body:not(.modal-open) .back-to-top-button{display:flex}body.modal-open .back-to-top-button{display:none}.button-content{justify-content:center;align-items:center;display:flex;position:relative;box-shadow:none!important;background:0 0!important}.sun-icon{-o-object-fit:contain;object-fit:contain;width:72px;height:72px;image-rendering:-webkit-optimize-contrast;display:block;filter:none!important;box-shadow:none!important;background:0 0!important}.arrow-icon{color:#fff;z-index:1;width:2rem;height:2rem;position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);filter:none!important;box-shadow:none!important}.back-to-top-button:hover{transform:translateY(-2px)}.back-to-top-button:focus{outline:none}.back-to-top-button:active{transform:translateY(1px)}@keyframes float{0%{transform:translateY(0)}50%{transform:translateY(-10px)}to{transform:translateY(0)}}@media screen and (max-width:768px){.back-to-top-button{bottom:1rem;right:1rem}.sun-icon{width:60px;height:60px}.arrow-icon{width:1.5rem;height:1.5rem}}
.footer-container{background-color:#e6e1daf2;width:100%;margin-top:auto}.container-responsive{width:100%;margin:0 auto;padding:0 1rem}.footer-content{grid-template-columns:repeat(3,1fr);gap:2rem;width:100%;padding:2rem 0;display:grid}.footer-section{flex-direction:column;gap:1rem;display:flex}.footer-section:first-child{justify-self:start;align-items:flex-start}.footer-section:nth-child(2){justify-self:center;align-items:center}.footer-section:nth-child(3){justify-self:end;align-items:flex-end}.footer-subtitle{color:var(--primary-dark);margin-bottom:.5rem;font-size:1.1rem;font-weight:600;position:relative}.footer-subtitle:after{content:"";background-color:var(--primary-color);width:40px;height:2px;position:absolute;bottom:-4px}.footer-section:first-child .footer-subtitle:after{left:0}.footer-section:nth-child(2) .footer-subtitle:after{left:50%;transform:translate(-50%)}.footer-section:nth-child(3) .footer-subtitle:after{left:auto;right:0}.footer-links{flex-direction:column;gap:.5rem;list-style:none;display:flex}.footer-link{color:#666;text-decoration:none;transition:all .3s;display:inline-block;position:relative}.footer-link:after{content:"";background-color:var(--primary-color);transform-origin:100% 100%;width:100%;height:1px;transition:transform .3s;position:absolute;bottom:-2px;left:0;transform:scaleX(0)}.footer-link:hover{color:var(--primary-color)}.footer-link:hover:after{transform-origin:0 100%;transform:scaleX(1)}.social-links{align-items:center;gap:1rem;display:flex}.social-link{background-color:var(--primary-light);color:#fff;cursor:pointer;border:none;border-radius:50%;justify-content:center;align-items:center;width:40px;height:40px;transition:all .3s;display:flex;position:relative;overflow:hidden}.social-link:before{content:"";background-color:#ffffff1a;border-radius:50%;width:100%;height:100%;transition:transform .3s;position:absolute;transform:scale(0)}.social-link:hover{background-color:var(--primary-color);transform:translateY(-2px);box-shadow:0 4px 12px #2dd3cd33}.social-link:hover:before{transform:scale(1)}.social-link:disabled{opacity:.5;cursor:not-allowed;box-shadow:none;transform:none}.admin-login-button{background-color:var(--primary-light);color:#fff;cursor:pointer;border:none;border-radius:8px;align-items:center;gap:.5rem;width:fit-content;padding:.5rem 1rem;font-weight:500;text-decoration:none;transition:all .3s;display:flex;position:relative;overflow:hidden}.admin-login-button span{font-size:.9rem}.admin-login-button:before{content:"";background:linear-gradient(120deg,#0000,#fff3,#0000);width:100%;height:100%;transition:all .5s;position:absolute;top:0;left:-100%}.admin-login-button:hover{background-color:var(--primary-color);transform:translateY(-2px);box-shadow:0 4px 12px #2dd3cd33}.admin-login-button:hover:before{left:100%}.admin-login-button:active{transform:translateY(0)}.footer-bottom{background-color:#6e578d;width:100%;padding:1rem}.copyright{color:#fff;justify-content:center;align-items:center;gap:1rem;max-width:1280px;margin:0 auto;padding:0 1rem;font-size:.9rem;display:flex}.footer-logo{width:32px;height:32px;transition:transform .3s}.footer-logo:hover{transform:rotate(360deg)}@media (min-width:640px){.container-responsive{max-width:640px}}@media (min-width:768px){.container-responsive{max-width:768px}}@media (min-width:1024px){.container-responsive{max-width:1024px}}@media (min-width:1280px){.container-responsive{max-width:1280px}}@media (max-width:768px){.footer-content{text-align:center;grid-template-columns:1fr;gap:2.5rem}.footer-section,.footer-section:first-child,.footer-section:nth-child(2),.footer-section:nth-child(3){justify-self:center;align-items:center}.footer-subtitle:after{left:50%!important;right:auto!important;transform:translate(-50%)!important}.social-links{justify-content:center}}@media (max-width:480px){.footer-content{gap:2rem}.copyright p{font-size:.8rem}}@keyframes fadeIn{0%{opacity:0;transform:translateY(10px)}to{opacity:1;transform:translateY(0)}}.footer-section{animation:.5s forwards fadeIn}.footer-section:nth-child(2){animation-delay:.2s}.footer-section:nth-child(3){animation-delay:.4s}
