.chat-button{position:fixed;bottom:12px;right:12px;width:60px;height:60px;border-radius:50%;color:var(--white);box-shadow:0 4px 10px rgba(0,0,0,.2);border:none;cursor:pointer;z-index:1000;display:flex;align-items:center;justify-content:center;transition:all .3s ease}.chat-button,.chat-button:hover{background-color:var(--accent-1)}.chat-button:hover{transform:scale(1.05)}.chat-form-container{position:fixed;bottom:100px;right:30px;width:350px;max-width:90vw;background-color:var(--white);border-radius:10px;box-shadow:0 5px 15px rgba(0,0,0,.2);overflow:hidden;z-index:1000;transform-origin:bottom right;animation:slideIn .3s ease forwards}@keyframes slideIn{0%{opacity:0;transform:translateY(20px) scale(.9)}to{opacity:1;transform:translateY(0) scale(1)}}.chat-form-header{background-color:var(--accent-1);color:var(--white);padding:15px;position:relative}.chat-form-close{position:absolute;right:15px;top:15px;background:transparent;border:none;color:var(--white);cursor:pointer}.chat-form-body{padding:20px}.thank-you-message{text-align:center;padding:30px 20px;animation:fadeIn .5s ease forwards}@keyframes fadeIn{0%{opacity:0}to{opacity:1}}@media screen and (max-width:768px){.chat-form-container{right:16px}}.footer .footer-container{border-radius:80px 80px 0 0}.footer .line{width:3px;height:60%}.footer .up-arrow-circle{padding:20px 22px}@media only screen and (max-width:767px){.footer .footer-container{border-radius:0}}.search-icon{top:13px;left:35px}input{text-indent:10px}.sidebar-container{position:fixed;top:0;left:0;height:100vh;width:100%;z-index:999;transition:transform .3s ease;transform:translateX(-100%)}.sidebar-container.open{transform:translateX(0)}.fa-bars,.fa-close{font-size:1.8rem}.marquee-container{overflow:hidden;white-space:nowrap}.marquee-container:hover .marquee-text{animation-play-state:paused}.marquee-text{padding-right:100%;animation:scrollLeft 40s linear infinite;animation-play-state:running}.doorstep{margin-left:85rem}@keyframes scrollLeft{0%{transform:translateX(100%)}to{transform:translateX(-100%)}}@media(max-width:768px){.marquee-text{animation-duration:30s}@keyframes scrollLeft{0%{transform:translateX(100%)}to{transform:translateX(-300%)}}.doorstep{margin-left:20rem;margin-bottom:2px}}.error-dialog{position:fixed;top:0;left:0;width:100%;height:100%;background:rgba(0,0,0,.5);display:flex;justify-content:center;align-items:center;z-index:9999999}.word-wrap{word-wrap:break-word}.zoom-in{animation:zoomIn .8s linear 1}@keyframes zoomIn{0%{transform:scale(.8)}to{transform:scale(1)}}