.chat-widget{position:fixed;bottom:20px;right:20px;z-index:999}.chat-icon{width:55px;height:55px;background:rgb(45,44,111);color:white;border-radius:50%;display:flex;align-items:center;justify-content:center;cursor:pointer;box-shadow:0 4px 8px rgba(0,0,0,.3)}.chat-box{width:350px;height:450px;background:white;border-radius:12px;box-shadow:0 6px 15px rgba(0,0,0,.3);position:absolute;bottom:70px;right:0;display:flex;flex-direction:column;overflow:hidden;font-family:Arial,sans-serif}.chat-header{background:rgb(45,44,111);color:white;padding:12px;justify-content:space-between;font-weight:700}.chat-header,.support-info{display:flex;align-items:center}.support-info{gap:8px}.avatar-header{width:32px;height:32px;border-radius:50%}.chat-body{flex:1 1;padding:15px;background:#f7f7f7;overflow-y:auto;display:flex;flex-direction:column;gap:10px}.msg-row{display:flex;align-items:flex-end;gap:8px}.msg-row.bot{justify-content:flex-start}.msg-row.user{justify-content:flex-end}.msg{padding:10px 15px;border-radius:18px;max-width:70%;word-wrap:break-word}.msg.bot{background:#e9ecef;align-self:flex-start}.msg.user{background:rgb(45,44,111);color:white;align-self:flex-end}.avatar{width:28px;height:28px;border-radius:50%}.chat-footer{display:flex;border-top:1px solid #ddd}.chat-footer input{flex:1 1;border:none;padding:12px;outline:none;width:80%}.chat-footer button{background:rgb(45,44,111);color:white;cursor:pointer;border-radius:50%}.close-btn{background-color:white;color:rgb(45,44,111);border-radius:50%}.input-area{width:100%;display:flex;align-items:center;justify-content:space-between}footer{background-image:url(/images/sh.png);background-repeat:no-repeat;background-position:bottom;background-size:cover}.footer-row{display:flex;flex-wrap:wrap}ul{list-style:none}.footer{background-color:#24262b;padding:25px 0}.locaion{font-size:small}.footer-col{width:25%;padding:0 15px}.footer-col h4{font-size:18px;color:#ffffff;text-transform:capitalize;text-decoration:underline;text-underline-position:auto;text-underline-offset:15px;-webkit-text-decoration-color:rgb(200,35,56);text-decoration-color:rgb(200,35,56);margin-bottom:35px;font-weight:500;position:relative}.footer-col ul li:not(:last-child){margin-bottom:10px}.footer-col ul li a{font-size:16px;text-transform:capitalize;color:#ffffff;text-decoration:none;font-weight:300;display:block;transition:all .3s ease}.footer-col ul li a:hover{color:#ffffff;padding-left:8px}.footer-col .social-links a{display:inline-block;height:35px;width:35px;margin:0 23px 10px 0;transition:all .5s ease}.footer-col .social-links a:hover{height:45px;width:45px}@media(max-width:767px){.footer-col{width:50%}}@media(max-width:574px){.footer-col{width:100%}}.footer.rtl{direction:rtl;text-align:right}.footer.rtl .footer-row{flex-direction:row-reverse}.footer.rtl .footer-col ul li a{padding-right:8px;padding-left:0}.footer.rtl .footer-col ul li a:hover{padding-right:16px;padding-left:0}.footer.ltr{direction:ltr;text-align:left}.triangle{width:0;height:0;border-top:32px solid rgb(45,44,111);border-left:18px solid transparent;margin:0}.fixed-header{position:fixed;top:0;left:0;width:100%;z-index:1001}.sticky-placeholder{height:90px}.link{color:#ffffff;text-decoration:none;font-weight:700}.link:hover{color:#C82338}.nav-link{position:relative;color:#000;text-decoration:none;transition:color .3s ease}.nav-link:hover{color:#C82338}.nav-link.active{color:#C82338;font-weight:700}.nav-link.active:after{content:"";position:absolute;bottom:-4px;left:0;width:100%;height:2px;background-color:#C82338}