.floating-whatsapp{z-index:9999;cursor:pointer;border-radius:50%;padding:10px;transition:transform .3s,box-shadow .3s;position:fixed;bottom:20px;right:20px}.floating-whatsapp:hover{transform:scale(1.1)}.floating-whatsapp img{display:block}.floating-whatsapp{z-index:9999;cursor:pointer;border-radius:50%;padding:10px;animation:1.5s infinite pulse;position:fixed;bottom:20px;right:20px}@keyframes pulse{0%{transform:scale(1);box-shadow:0 0 #25d36699}70%{transform:scale(1.05);box-shadow:0 0 0 10px #25d36600}to{transform:scale(1);box-shadow:0 0 #25d36600}}
.contact-box{justify-content:flex-end;align-items:center;gap:35px;max-width:1280px;margin:0 auto;padding:8px 0;display:flex}.contact-wrapper{background-color:var(--primaryColor);width:100%}.contact-item{color:#fff;align-items:center;font-size:14px;font-weight:400;display:flex}.contact-item a{color:#fff;text-decoration:none}.icon-img{width:16px;height:16px;margin-right:8px}.text-navtop{color:#fff;letter-spacing:.3px;font-size:14px}
.back-to-top{background-color:var(--primaryColor);cursor:pointer;opacity:0;pointer-events:none;z-index:1000;border:none;border-radius:50%;justify-content:center;align-items:center;width:45px;height:45px;transition:opacity .25s,background-color .25s;display:flex;position:fixed;bottom:100px;right:30px}.back-to-top.visible{opacity:1;pointer-events:auto}.back-to-top.at-footer{background-color:#f9f9fb}.back-to-top.at-footer img{filter:brightness(0)saturate()invert(33%)sepia(98%)saturate(1200%)hue-rotate(190deg)brightness(95%)contrast(95%)}.back-to-top img{transition:filter .3s}@keyframes gradientShift{0%{background-position:0%}50%{background-position:100%}to{background-position:0%}}.back-to-top{background:linear-gradient(135deg,var(--primaryColor),#4fa3ff,var(--primaryColor));background-size:300% 300%}.back-to-top.visible{animation:6s infinite gradientShift}@keyframes arrowBounce{0%,to{transform:translateY(0)}50%{transform:translateY(-4px)}}.back-to-top.visible img{animation:1.6s ease-in-out infinite arrowBounce}
