.chatbot-floating-button{position:fixed;bottom:20px;right:20px;z-index:1000;display:flex;flex-direction:column;align-items:flex-end;gap:8px}.chatbot-speech-bubble{background-color:white;color:#074a5a;padding:12px 20px;border-radius:20px;font-size:16px;font-weight:600;box-shadow:0 4px 12px rgba(0,0,0,.2);max-width:250px;animation:fadeInUp .3s ease-out;cursor:pointer;transition:all .3s ease;position:relative;transform:translate(-20px,-20px)}.chatbot-speech-bubble:after{content:"";position:absolute;bottom:-10px;right:20px;width:0;height:0;border-left:12px solid transparent;border-right:12px solid transparent;border-top:12px solid white}.chatbot-speech-bubble:hover{background-color:#f0f0f0;transform:scale(1.02);box-shadow:0 6px 16px rgba(0,0,0,.3)}.chatbot-button-label-pulse{animation:pulseScale 2s ease-in-out infinite}.waving-hand{display:inline-block;animation:wave 1.5s ease-in-out infinite;transform-origin:70% 70%}.chatbot-button{width:60px;height:60px;border-radius:50%;background:#e0e0e0;border:none;box-shadow:0 4px 12px rgba(0,0,0,.2);cursor:pointer;display:flex;align-items:center;justify-content:center;transition:all .3s ease;padding:0;overflow:hidden}.chatbot-button-avatar{width:100%;height:100%;-o-object-fit:cover;object-fit:cover;border-radius:50%}.chatbot-button:hover{transform:scale(1.1);box-shadow:0 6px 16px rgba(0,0,0,.3)}.chatbot-button:active{transform:scale(.95)}.chat-modal .modal-content{border-radius:15px;border:none;box-shadow:0 8px 32px rgba(0,0,0,.15)}.chat-modal .modal-header{background:linear-gradient(135deg,#074a5a,#0a6b7f);color:white;border-radius:15px 15px 0 0;padding:1rem 1.5rem;border-bottom:none}.chat-modal .modal-title{font-weight:600;font-size:1.25rem}.chat-modal .btn-close{filter:brightness(0) invert(1)}.chat-modal .modal-body{padding:0;max-height:500px;display:flex;flex-direction:column}.chat-messages-container{flex:1;overflow-y:auto;padding:1.5rem;background-color:#f8f9fa;max-height:350px}.chat-welcome-container{display:flex;flex-direction:column;align-items:center;gap:1rem;padding:1rem}.chat-welcome-image{width:100px;height:auto;margin-top:20px}.chat-welcome-text{text-align:center;margin-left:50px}.chat-speech-bubble{position:absolute;top:-30px;right:-40px;background-color:white;color:#074a5a;padding:.5rem .75rem;border-radius:20px;font-weight:600;font-size:.9rem;box-shadow:0 2px 8px rgba(0,0,0,.15);white-space:nowrap;z-index:2}.chat-speech-bubble:after{content:"";position:absolute;bottom:-8px;left:15px;width:0;height:0;border-left:10px solid transparent;border-right:10px solid transparent;border-top:10px solid white}@media (min-width:768px){.chat-welcome-container{flex-direction:row;justify-content:flex-start;align-items:flex-start;gap:1.5rem}.chat-welcome-image{width:120px;flex-shrink:0}.chat-welcome-text{text-align:left}}.chat-message{margin-bottom:1rem;display:flex;align-items:flex-start;gap:.5rem;animation:fadeIn .3s ease-out}.chat-message.user{flex-direction:row-reverse}.chat-message-avatar{min-width:44px;height:44px;border-radius:50%;display:flex;align-items:center;justify-content:center;flex-shrink:0;font-size:11px;font-weight:600;padding:0 4px}.chat-avatar-image{width:44px;height:44px;border-radius:50%;-o-object-fit:cover;object-fit:cover;background-color:#e0e0e0;padding:3px}.chat-message.user .chat-message-avatar{background-color:#ff871e;color:white}.chat-message.assistant .chat-message-avatar{background-color:transparent;color:white}.chat-message-bubble{max-width:70%;padding:.75rem 1rem;border-radius:12px;word-wrap:break-word}.chat-message-bubble p{margin:0 0 .5rem}.chat-message-bubble p:last-child{margin-bottom:0}.chat-message-bubble ol,.chat-message-bubble ul{margin:.5rem 0;padding-left:1.5rem}.chat-message-bubble li{margin:.25rem 0}.chat-message-bubble strong{font-weight:600}.chat-message-bubble em{font-style:italic}.chat-message-bubble code{background-color:rgba(0,0,0,.05);padding:.2rem .4rem;border-radius:3px;font-family:monospace;font-size:.9em}.chat-message.user .chat-message-bubble{background-color:#ff871e;color:white;border-bottom-right-radius:4px}.chat-message.assistant .chat-message-bubble{background-color:white;color:#333;border:1px solid #dee2e6;border-bottom-left-radius:4px}.suggested-questions{padding:1rem 1.5rem;background-color:white;border-top:1px solid #dee2e6;position:relative}.suggested-questions-title{font-size:.875rem;font-weight:600;color:#666;margin-bottom:.75rem}.suggested-questions-list{display:flex;flex-wrap:wrap;gap:.5rem}.suggested-questions-bubba{display:none}.suggested-question-chip{background-color:#f8f9fa;border:1px solid #dee2e6;border-radius:20px;padding:.5rem .75rem;font-size:.875rem;cursor:pointer;transition:all .2s ease;display:inline-flex;align-items:center;gap:.25rem}.suggested-question-chip:hover{background-color:#074a5a;color:white;border-color:#074a5a;transform:translateY(-2px)}.chat-input-container{padding:1rem 1.5rem;background-color:white;border-top:1px solid #dee2e6;border-radius:0 0 15px 15px}.chat-input-form{display:flex;gap:.5rem}.chat-input{flex:1;border:1px solid #dee2e6;border-radius:25px;padding:.625rem 1rem;font-size:.875rem;transition:all .2s ease}.chat-input:focus{outline:none;border-color:#074a5a;box-shadow:0 0 0 3px rgba(7,74,90,.1)}.chat-send-button{width:40px;height:40px;border-radius:50%;background-color:transparent;border:none;color:#074a5a;display:flex;align-items:center;justify-content:center;cursor:pointer;transition:all .2s ease;flex-shrink:0}.chat-send-button:hover:not(:disabled){color:#0a6b7f;transform:scale(1.1)}.chat-send-button:disabled{color:#ccc;cursor:not-allowed}.chat-loading{display:flex;gap:.5rem;padding:.75rem 1rem}.chat-loading-dot{width:8px;height:8px;border-radius:50%;background-color:#074a5a;animation:chatLoadingBounce 1.4s ease-in-out infinite both}.chat-loading-dot:first-child{animation-delay:-.32s}.chat-loading-dot:nth-child(2){animation-delay:-.16s}.hero-chat-input-container{margin-top:1rem;width:100%;max-width:500px;display:block}.hero-chat-input{width:100%;padding:.75rem 1rem;border:2px solid #074a5a;border-radius:30px;font-size:1rem;transition:all .2s ease;box-sizing:border-box}.hero-chat-input-icon{position:absolute;left:1rem;top:50%;font-size:1.25rem;pointer-events:none;z-index:1;display:inline-block;animation:waveIcon 1.5s ease-in-out infinite;line-height:1}.hero-chat-input-pulse{animation:inputPulse 2s ease-in-out infinite}.hero-chat-input:focus{outline:none;border-color:#ff871e;box-shadow:0 0 0 3px rgba(255,135,30,.1)}.hero-chat-input::-moz-placeholder{color:#999}.hero-chat-input::placeholder{color:#999}@keyframes fadeIn{0%{opacity:0;transform:translateY(10px)}to{opacity:1;transform:translateY(0)}}@keyframes fadeInUp{0%{opacity:0;transform:translateY(10px)}to{opacity:1;transform:translateY(0)}}@keyframes chatLoadingBounce{0%,80%,to{transform:scale(0)}40%{transform:scale(1)}}@keyframes pulseScale{0%,to{transform:scale(1)}50%{transform:scale(1.1)}}@keyframes wave{0%,to{transform:rotate(0deg)}10%,30%{transform:rotate(14deg)}20%,40%{transform:rotate(-8deg)}50%,60%{transform:rotate(14deg)}70%{transform:rotate(-8deg)}80%{transform:rotate(0deg)}}@keyframes inputPulse{0%,to{transform:scale(1);box-shadow:0 0 0 0 rgba(7,74,90,.4)}50%{transform:scale(1.02);box-shadow:0 0 0 8px rgba(7,74,90,0)}}@keyframes waveIcon{0%,to{transform:translateY(-50%) rotate(0deg)}10%,30%{transform:translateY(-50%) rotate(14deg)}20%,40%{transform:translateY(-50%) rotate(-8deg)}50%,60%{transform:translateY(-50%) rotate(14deg)}70%{transform:translateY(-50%) rotate(-8deg)}80%{transform:translateY(-50%) rotate(0deg)}}@media (max-width:768px){.chatbot-floating-button{bottom:15px;right:15px}.chatbot-button-label{font-size:12px;padding:6px 12px}.chatbot-button{width:50px;height:50px;font-size:24px}.chat-modal .modal-dialog{margin:.5rem}.chat-messages-container{max-height:300px}.chat-welcome-container{display:none}.chat-message-bubble{max-width:85%}.suggested-questions{padding:.75rem 1rem 80px}.suggested-questions-bubba-wrapper{display:block;position:absolute;bottom:5px;right:5px}.suggested-questions-bubba{display:block;width:70px;height:auto;position:relative}.suggested-questions-bubble{position:absolute;top:-35px;left:-15px;background-color:white;color:#074a5a;padding:.4rem .6rem;border-radius:15px;font-weight:600;font-size:.85rem;box-shadow:0 2px 8px rgba(0,0,0,.15);white-space:nowrap;z-index:2}.suggested-questions-bubble:after{content:"";position:absolute;bottom:-6px;right:10px;width:0;height:0;border-left:8px solid transparent;border-right:8px solid transparent;border-top:8px solid white}.suggested-question-chip{font-size:.8rem;padding:.4rem .6rem}}.quote-container{max-width:900px;margin:0 auto;padding:20px}.quote-header{text-align:center;margin-bottom:30px}.quote-title{font-size:2rem;font-weight:700;color:#333;margin-bottom:10px}.quote-subtitle{font-size:1.1rem;color:#666}.quote-summary{background:#f5f5f5;border-radius:8px;padding:20px;margin-bottom:30px}.quote-services{margin-bottom:20px}.quote-service-item{display:flex;justify-content:space-between;padding:10px 0;border-bottom:1px solid #e0e0e0}.quote-service-name{font-weight:500}.quote-service-price,.quote-total{font-weight:700;color:#1976d2}.quote-total{text-align:right;font-size:1.5rem;margin-top:20px;padding-top:20px;border-top:2px solid #333}.quote-actions{display:flex;gap:15px;justify-content:center;margin-top:30px}.quote-button{padding:12px 30px;font-size:1.1rem;border-radius:5px;cursor:pointer;transition:all .3s ease}.quote-button-primary{background:#1976d2;color:white;border:none}.quote-button-primary:hover{background:#1565c0}.quote-button-secondary{background:white;color:#1976d2;border:2px solid #1976d2}.quote-button-secondary:hover{background:#f5f5f5}