#ascs-chatbot-root{position:fixed;z-index:999999;font-family:Inter,Arial,sans-serif;color:#333}#ascs-chatbot-root *{box-sizing:border-box}.ascs-panel{position:absolute;width:360px;max-width:calc(100vw - 24px);height:520px;max-height:calc(100vh - 120px);background:#fff;border-radius:18px;box-shadow:0 12px 40px rgba(0,0,0,.22);overflow:hidden;display:none;flex-direction:column}.ascs-root-open .ascs-panel{display:flex}.ascs-header{background:var(--ascs-color,#25b4d8);color:#fff;padding:14px 16px;display:flex;align-items:center;justify-content:space-between}.ascs-header-title{font-weight:700}.ascs-close{background:rgba(255,255,255,.18);border:0;color:#fff;border-radius:99px;width:32px;height:32px;cursor:pointer;font-size:22px;line-height:1}.ascs-messages{padding:14px;overflow:auto;flex:1;background:#f7f8fa}.ascs-msg{margin:0 0 10px;padding:10px 12px;border-radius:14px;line-height:1.4;font-size:14px;max-width:88%;white-space:pre-wrap;word-break:break-word}.ascs-bot{background:#fff;border:1px solid #e8e8e8;border-top-left-radius:4px}.ascs-user{background:var(--ascs-color,#25b4d8);color:#fff;margin-left:auto;border-top-right-radius:4px}.ascs-msg a{color:#0a6dbb;text-decoration:underline;font-weight:700}.ascs-user a{color:#fff}.ascs-msg strong{font-weight:800}.ascs-form{display:flex;gap:8px;padding:12px;border-top:1px solid #eee;background:#fff}.ascs-input{flex:1;border:1px solid #ddd;border-radius:18px;padding:10px 12px;font-size:14px;min-height:40px;max-height:96px;resize:none;line-height:1.35;font-family:inherit;overflow:auto}.ascs-send{border:0;border-radius:999px;background:var(--ascs-color,#25b4d8);color:#fff;padding:0 16px;font-weight:700;cursor:pointer}.ascs-send:disabled,.ascs-input:disabled{opacity:.55;cursor:not-allowed}.ascs-button{position:relative;border:0;background:var(--ascs-color,#25b4d8);color:#fff;box-shadow:0 8px 24px rgba(0,0,0,.24);cursor:pointer;display:flex;align-items:center;justify-content:center;transition:transform .15s ease,box-shadow .15s ease}.ascs-button:hover{transform:translateY(-1px);box-shadow:0 10px 28px rgba(0,0,0,.28)}.ascs-root-open .ascs-button{display:none}.ascs-style-text_only .ascs-button{border-radius:999px;padding:13px 18px;font-size:14px;font-weight:700;min-width:130px}.ascs-style-logo_beside .ascs-button{border-radius:999px;padding:10px 15px 10px 10px;gap:8px;font-size:14px;font-weight:700}.ascs-style-logo_beside .ascs-logo{width:34px;height:34px;border-radius:50%;object-fit:cover;background:#fff;padding:3px}.ascs-style-logo_ring .ascs-button{width:96px;height:96px;border-radius:50%;padding:0;background:transparent;box-shadow:none;overflow:visible}.ascs-style-logo_ring .ascs-button:hover{box-shadow:none}.ascs-ring-button-inner{position:relative;display:block;width:96px;height:96px;border-radius:50%;background:var(--ascs-color,#25b4d8);box-shadow:0 8px 24px rgba(0,0,0,.24);overflow:hidden}.ascs-style-logo_ring .ascs-button:hover .ascs-ring-button-inner{box-shadow:0 10px 28px rgba(0,0,0,.28)}.ascs-ring-text-svg{position:absolute;inset:0;width:100%;height:100%;display:block;z-index:2;pointer-events:none}.ascs-ring-text{fill:#fff;font-size:8.2px;font-weight:800;letter-spacing:.8px;text-transform:uppercase}.ascs-style-logo_ring .ascs-logo{position:absolute;z-index:3;left:50%;top:50%;width:48px;height:48px;transform:translate(-50%,-50%);border-radius:50%;object-fit:contain;background:#fff;padding:5px;box-shadow:0 2px 8px rgba(0,0,0,.14);margin:0}.ascs-style-logo_ring .ascs-button-text.ascs-visually-hidden{position:absolute!important;width:1px!important;height:1px!important;padding:0!important;margin:-1px!important;overflow:hidden!important;clip:rect(0,0,0,0)!important;white-space:nowrap!important;border:0!important}.ascs-no-logo.ascs-style-logo_ring .ascs-button{border-radius:999px;padding:13px 18px;font-size:14px;font-weight:700;min-width:130px;width:auto;height:auto;background:var(--ascs-color,#25b4d8);box-shadow:0 8px 24px rgba(0,0,0,.24)}.ascs-no-logo.ascs-style-logo_ring .ascs-button-text{position:static!important;width:auto!important;height:auto!important;margin:0!important;overflow:visible!important;clip:auto!important;white-space:normal!important}.ascs-no-logo .ascs-logo{display:none}.ascs-panel-left{left:0}.ascs-panel-right{right:0}.ascs-panel-bottom{bottom:104px}.ascs-panel-top{top:104px}.ascs-lead{padding:12px;border-top:1px solid #eee;background:#fff;display:none}.ascs-lead input{width:100%;margin:0 0 8px;border:1px solid #ddd;border-radius:8px;padding:8px}.ascs-lead button{border:0;border-radius:999px;background:var(--ascs-color,#25b4d8);color:#fff;padding:9px 14px;font-weight:700}.ascs-small{font-size:12px;color:#666;margin:0 0 8px}@media(max-width:600px){.ascs-panel{width:calc(100vw - 24px);height:calc(100vh - 150px);max-height:620px}.ascs-mobile-full .ascs-button{width:calc(100vw - 24px)!important;border-radius:999px;height:52px}.ascs-mobile-full.ascs-style-logo_ring .ascs-button{background:var(--ascs-color,#25b4d8);box-shadow:0 8px 24px rgba(0,0,0,.24);padding:9px 16px;gap:8px}.ascs-mobile-full.ascs-style-logo_ring .ascs-ring-button-inner,.ascs-mobile-full.ascs-style-logo_ring .ascs-ring-text-svg{display:none}.ascs-mobile-full.ascs-style-logo_ring .ascs-logo{position:static;transform:none;width:34px;height:34px;margin:0}.ascs-mobile-full.ascs-style-logo_ring .ascs-button-text{position:static!important;width:auto!important;height:auto!important;margin:0!important;overflow:visible!important;clip:auto!important;white-space:normal!important;font-size:14px;font-weight:800;text-transform:none;letter-spacing:0;color:#fff}}
.ascs-booking-cta{margin:0 0 12px;padding-left:14px}.ascs-booking-cta-btn{border:0;border-radius:999px;background:var(--ascs-color,#25b4d8);color:#fff;padding:10px 14px;font-weight:800;cursor:pointer;box-shadow:0 4px 14px rgba(0,0,0,.16)}.ascs-booking-cta-btn:hover{filter:brightness(.96)}.ascs-booking-highlight{outline:3px solid var(--ascs-color,#25b4d8)!important;outline-offset:4px!important;transition:outline .2s ease}


.ascs-typing {
  display: inline-flex !important;
  align-items: center;
  gap: 5px;
  width: auto;
  min-width: 38px;
  padding: 10px 13px !important;
}
.ascs-typing span {
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background: currentColor;
  opacity: .35;
  animation: ascsTypingDots 1s infinite ease-in-out;
}
.ascs-typing span:nth-child(2) { animation-delay: .15s; }
.ascs-typing span:nth-child(3) { animation-delay: .3s; }
@keyframes ascsTypingDots {
  0%, 80%, 100% { transform: translateY(0); opacity: .35; }
  40% { transform: translateY(-4px); opacity: .95; }
}


/* v2.9.28: Mobile panel should open from the bottom of the screen, independent of the floating button offset. */
@media (max-width: 600px) {
  #ascs-chatbot-root.ascs-root-open .ascs-panel {
    position: fixed !important;
    left: 12px !important;
    right: 12px !important;
    top: auto !important;
    bottom: calc(env(safe-area-inset-bottom, 0px) + 10px) !important;
    width: auto !important;
    max-width: none !important;
    height: min(74vh, calc(100vh - 22px)) !important;
    height: min(74dvh, calc(100dvh - 22px)) !important;
    max-height: calc(100vh - 22px) !important;
    max-height: calc(100dvh - 22px) !important;
    border-radius: 18px 18px 16px 16px !important;
  }
  #ascs-chatbot-root.ascs-root-open .ascs-header {
    flex: 0 0 auto;
    position: sticky;
    top: 0;
    z-index: 5;
  }
  #ascs-chatbot-root.ascs-root-open .ascs-close {
    width: 38px;
    height: 38px;
    min-width: 38px;
    font-size: 26px;
  }
}

/* v2.9.31: Offline Tawk.to handoff form shown inside the chatbot when live chat is unavailable. */
.ascs-offline-form {
  margin: 10px 0 8px;
  padding: 12px;
  border: 1px solid rgba(0,0,0,.12);
  border-radius: 14px;
  background: #fff;
  box-shadow: 0 3px 12px rgba(0,0,0,.06);
}
.ascs-offline-title {
  font-weight: 700;
  margin-bottom: 8px;
  color: #333;
}
.ascs-offline-form input,
.ascs-offline-form textarea {
  width: 100%;
  box-sizing: border-box;
  margin: 0 0 8px;
  padding: 10px 11px;
  border: 1px solid rgba(0,0,0,.18);
  border-radius: 10px;
  font: inherit;
  background: #fff;
  color: #333;
}
.ascs-offline-form textarea { resize: vertical; min-height: 72px; }
.ascs-offline-send {
  width: 100%;
  padding: 10px 12px;
  border: 0;
  border-radius: 10px;
  background: var(--ascs-color, #25b4d8);
  color: #fff;
  font-weight: 700;
  cursor: pointer;
}
.ascs-offline-send:disabled { opacity: .65; cursor: not-allowed; }
.ascs-offline-status {
  margin-top: 8px;
  font-size: 13px;
  color: #555;
  white-space: pre-wrap;
}



/* v3.0.45: Mobile Tawk-style chat bubble icon using the configured primary color. */
@media (max-width: 600px) {
  #ascs-chatbot-root.ascs-mobile-icon-tawk:not(.ascs-root-open) .ascs-button {
    width: 60px !important;
    height: 60px !important;
    min-width: 60px !important;
    border-radius: 50% !important;
    padding: 0 !important;
    gap: 0 !important;
    background: var(--ascs-color, #25b4d8) !important;
    box-shadow: 0 8px 24px rgba(0,0,0,.26) !important;
    overflow: visible !important;
  }
  #ascs-chatbot-root.ascs-mobile-icon-tawk:not(.ascs-root-open) .ascs-button:hover {
    transform: translateY(-1px) !important;
    box-shadow: 0 10px 28px rgba(0,0,0,.30) !important;
  }
  #ascs-chatbot-root.ascs-mobile-icon-tawk:not(.ascs-root-open) .ascs-ring-button-inner,
  #ascs-chatbot-root.ascs-mobile-icon-tawk:not(.ascs-root-open) .ascs-ring-text-svg,
  #ascs-chatbot-root.ascs-mobile-icon-tawk:not(.ascs-root-open) .ascs-logo,
  #ascs-chatbot-root.ascs-mobile-icon-tawk:not(.ascs-root-open) .ascs-button-text {
    display: none !important;
  }
  #ascs-chatbot-root.ascs-mobile-icon-tawk:not(.ascs-root-open) .ascs-button::before {
    content: "";
    position: absolute;
    width: 30px;
    height: 23px;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -54%);
    border: 3px solid #fff;
    border-radius: 11px;
    background: transparent;
  }
  #ascs-chatbot-root.ascs-mobile-icon-tawk:not(.ascs-root-open) .ascs-button::after {
    content: "";
    position: absolute;
    width: 10px;
    height: 10px;
    left: calc(50% - 10px);
    top: calc(50% + 9px);
    border-left: 3px solid #fff;
    border-bottom: 3px solid #fff;
    transform: rotate(-30deg);
    border-bottom-left-radius: 2px;
    background: transparent;
  }
  #ascs-chatbot-root.ascs-mobile-icon-tawk.ascs-mobile-full:not(.ascs-root-open) .ascs-button {
    width: 60px !important;
    min-width: 60px !important;
  }
}

.ascs-header-actions{display:flex;align-items:center;gap:8px}.ascs-end-chat{background:rgba(255,255,255,.18);border:0;color:#fff;border-radius:999px;padding:7px 10px;font-size:12px;font-weight:700;cursor:pointer;line-height:1}.ascs-end-chat:hover,.ascs-close:hover{background:rgba(255,255,255,.28)}@media(max-width:600px){.ascs-end-chat{font-size:11px;padding:7px 9px}.ascs-header-title{font-size:14px}}

/* v3.0.49: End chat confirmation modal. */
.ascs-modal-backdrop{position:fixed;inset:0;display:none;align-items:center;justify-content:center;background:rgba(0,0,0,.42);z-index:1000000;padding:18px}.ascs-modal-backdrop.ascs-modal-open{display:flex}.ascs-modal{width:min(360px,calc(100vw - 36px));background:#fff;color:#333;border-radius:16px;box-shadow:0 18px 48px rgba(0,0,0,.28);padding:18px}.ascs-modal-title{font-size:18px;font-weight:800;margin:0 0 8px}.ascs-modal-text{font-size:14px;line-height:1.45;color:#555;margin:0 0 16px}.ascs-modal-actions{display:flex;gap:10px;justify-content:flex-end}.ascs-modal-actions button{border:0;border-radius:999px;padding:10px 14px;font-weight:800;cursor:pointer}.ascs-modal-cancel{background:#eef0f2;color:#333}.ascs-modal-confirm{background:var(--ascs-color,#25b4d8);color:#fff}@media(max-width:600px){.ascs-modal-backdrop{align-items:flex-end;padding-bottom:calc(env(safe-area-inset-bottom,0px) + 16px)}.ascs-modal{width:100%;border-radius:16px}.ascs-modal-actions{flex-direction:column-reverse}.ascs-modal-actions button{width:100%}}
