body{font-family:Arial,sans-serif}#chatbot-toggle{position:fixed;bottom:20px;right:20px;width:65px;height:65px;background-color:#3b82f6;border-radius:50%;display:flex;justify-content:center;align-items:center;padding:0;overflow:visible;z-index:2147483646;border:none;cursor:pointer;box-shadow:0 4px 12px rgba(59,130,246,.3);transition:all .3s ease}#chatbot-toggle:hover{transform:scale(1.08);box-shadow:0 6px 20px rgba(59,130,246,.4);background-color:#2563eb}#chatbot-toggle svg{width:32px;height:32px;fill:#fff;flex-shrink:0;pointer-events:none}#chat-widget{position:fixed;bottom:20px;right:20px;width:425px;height:450px;background-color:#3b82f6;border-radius:16px;box-shadow:0 10px 25px rgba(0,0,0,.15);display:flex;flex-direction:column;overflow:hidden;z-index:2147483647}#chatbox{flex-grow:1;padding:10px;overflow-y:auto;background-color:#fff}.chat-user{text-align:right;color:#3b82f6;line-height:24px}.chat-assistant,.chat-user{font-size:16px;margin:12px 0}.chat-assistant{position:relative;max-width:315px;text-align:left;color:#0d082c;line-height:22px;padding-left:30px}#chat-form{display:flex;align-items:center;padding:8px 16px;border-top:1px solid #e0e0e0;background-color:#f5f5f5}#chat-input{background-color:transparent;color:#0d082c99;font-size:16px;font-weight:600;line-height:24.34px;flex-grow:1;border:0;outline:0;border-radius:0;padding:0;margin-right:10px}#chat-input::-moz-placeholder{color:#0d082c99;font-size:16px;font-weight:600;line-height:24.34px}#chat-input::placeholder{color:#0d082c99;font-size:16px;font-weight:600;line-height:24.34px}#chat-input:focus{color:#000}.chatbot-header{color:#fff;background-color:#3b82f6;padding:16px;font-weight:700;border-bottom:1px solid hsla(0,0%,100%,.2);border-radius:16px 16px 0 0}.chatbot-header-line{display:flex;gap:12px}.chatbot-header-line .close-btn{display:flex;align-items:center;justify-content:center;min-width:28px;height:28px;background-color:hsla(0,0%,100%,.2);border-radius:50%;transition:background-color .2s ease}.chatbot-header-line .close-btn:hover{background-color:hsla(0,0%,100%,.3)}.chatbot-header-line .close-btn svg{width:14px;height:14px}.chat-box-title-line{flex:1;display:flex;align-items:center;padding:0 0 2px}.chat-box-title{flex:1;font-family:Titillium Web,-apple-system,BlinkMacSystemFont,Arial,sans-serif;font-size:18px;line-height:27.38px;font-weight:700;margin:0;color:#fff!important}.chatbot-header p{font-size:14px;line-height:18.2px;font-weight:400;margin:0;color:#fff}.chat-assistant:before{position:absolute;top:0;left:0;content:"🤖";display:inline-flex;align-items:center;justify-content:center;width:24px;height:24px;font-size:16px;background-color:#eff6ff;border-radius:50%;vertical-align:middle}#intro{bottom:300px;color:#fff;top:auto}#messagebtn{width:40px!important;height:40px!important;background-color:#3b82f6!important;border-radius:50%!important;border:none!important;cursor:pointer!important;overflow:visible!important;display:flex;justify-content:center;align-items:center;padding:0!important;transition:background-color .2s ease!important}#messagebtn:hover{background-color:#2563eb!important}#messagebtn svg{width:22px;height:22px;fill:#fff}.loading-dots{display:flex;align-items:center;justify-content:flex-start;margin:10px 0}.loading-dots>div{width:8px;height:8px;margin:0 2px;background-color:#3b82f6;border-radius:50%;animation:loading-animation 1.4s ease-in-out infinite both}.loading-dots>div:first-child{animation-delay:-.32s}.loading-dots>div:nth-child(2){animation-delay:-.16s}@keyframes loading-animation{0%,80%,to{transform:scale(0)}40%{transform:scale(1)}}.loading-dots span{margin-left:5px;color:#3b82f6;font-size:14px}.tour-booking{background-color:#10b981;padding:12px;text-align:center;color:#fff;font-size:14px;font-weight:500;display:block;transition:background-color .2s ease}.tour-booking:hover{background-color:#059669}.tour-booking a{color:#fff;text-decoration:none;display:block;cursor:pointer}.tour-booking a:hover{text-decoration:underline}#calendly-widget-container{position:fixed;bottom:20px;right:20px;width:425px;height:450px;z-index:100;display:none;overflow:auto}#back-to-chatbot{position:absolute;top:30px;right:10px;z-index:105;background-color:#3b82f6;color:#fff;border:none;padding:8px 16px;border-radius:6px;cursor:pointer;font-size:14px;font-weight:500;transition:background-color .2s ease}#back-to-chatbot:hover{background-color:#2563eb}#loc{bottom:420px;padding:16px;border:2px solid hsla(0,0%,100%,.2);border-bottom-left-radius:0!important;border-bottom-right-radius:0!important;border-top-left-radius:10px!important;border-top-right-radius:10px!important;text-align:center;font-size:18px}#loc,.location-button{position:fixed;right:20px;color:#fff;background-color:#3b82f6!important;font-weight:600;width:425px;z-index:2147483647}.location-button{font-size:24px;height:210px;cursor:pointer;display:flex;align-items:center;justify-content:center;border:2px solid hsla(0,0%,100%,.2)!important;transition:background-color .2s ease}.location-button:hover{background-color:#2563eb!important}#btn1{bottom:230px}#btn1,#btn2{position:fixed;border-bottom-left-radius:10px!important;border-bottom-right-radius:10px!important}#btn2{bottom:20px}@media screen and (max-width:768px){#chat-widget{position:fixed;bottom:50px}}@media screen and (max-width:490px){#chat-widget{width:346px;max-width:none;bottom:8px;right:8px}}@media screen and (max-width:386px){#chat-widget{width:290px}.chat-box-title{font-size:16px;line-height:20px}.chatbot-header p{font-size:12px;line-height:16.2px}#chat-input,.chat-assistant,.chat-user{font-size:14px}.chat-assistant:before{width:20px;height:20px}#chat-form{padding:6px 16px}}