.floating-chatbot-btn {
  position: fixed;
  bottom: 2rem;
  inset-inline-end: 2rem;
  z-index: 1045;
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
  border: none;
  border-radius: 999px;
  overflow: hidden;
  padding-inline: 1.25rem;
  padding-block: 0.75rem;
  box-shadow: 0 0.75rem 2rem rgba(90, 75, 255, 0.35);
  animation: none;
  border-width: 0;
  border-style: solid;
  box-sizing: border-box;
  transform-origin: center;
  backface-visibility: hidden;
  will-change: transform;
}

.chatbot-cta-btn {
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
  border: none;
  border-radius: 999px;
  overflow: hidden;
  padding-inline: 1.25rem;
  padding-block: 0.75rem;
  box-shadow: 0 0.75rem 2rem rgba(90, 75, 255, 0.35);
  border-width: 0;
  border-style: solid;
  box-sizing: border-box;
  transform-origin: center;
  backface-visibility: hidden;
  will-change: transform;
}

.floating-chatbot-btn.btn-primary {
  background-color: #0b0b0b !important;
  border-color: #0b0b0b !important;
  color: #f8fafc !important;
}

.floating-chatbot-btn.btn-primary:hover,
.floating-chatbot-btn.btn-primary:focus {
  background-color: #000000 !important;
  border-color: #000000 !important;
  color: #f8fafc !important;
}

.floating-chatbot-btn .ti {
  font-size: 1.35rem;
}

.chatbot-cta-btn.btn-primary {
  background-color: #0b0b0b !important;
  border-color: #0b0b0b !important;
  color: #f8fafc !important;
}

.chatbot-cta-btn.btn-primary:hover,
.chatbot-cta-btn.btn-primary:focus {
  background-color: #000000 !important;
  border-color: #000000 !important;
  color: #f8fafc !important;
}

.floating-chatbot-btn.chatbot-frost-btn,
.chatbot-cta-btn.chatbot-frost-btn {
  background: rgba(248, 250, 252, 0.7) !important;
  border: 1px solid rgba(255, 255, 255, 0.6) !important;
  color: #0f172a !important;
  box-shadow: 0 2rem 3rem rgba(15, 23, 42, 0.15) !important;
  backdrop-filter: blur(14px);
}

.floating-chatbot-btn.chatbot-frost-btn:hover,
.floating-chatbot-btn.chatbot-frost-btn:focus,
.chatbot-cta-btn.chatbot-frost-btn:hover,
.chatbot-cta-btn.chatbot-frost-btn:focus {
  background: rgba(248, 250, 252, 0.85) !important;
  border-color: rgba(255, 255, 255, 0.8) !important;
  color: #0f172a !important;
}

.dark-style .floating-chatbot-btn.chatbot-frost-btn,
.dark-style .chatbot-cta-btn.chatbot-frost-btn {
  background: rgba(17, 24, 39, 0.72) !important;
  border-color: rgba(148, 163, 184, 0.35) !important;
  color: #f8fafc !important;
  box-shadow: 0 2rem 3rem rgba(2, 6, 23, 0.45) !important;
}

.dark-style .floating-chatbot-btn.chatbot-frost-btn:hover,
.dark-style .floating-chatbot-btn.chatbot-frost-btn:focus,
.dark-style .chatbot-cta-btn.chatbot-frost-btn:hover,
.dark-style .chatbot-cta-btn.chatbot-frost-btn:focus {
  background: rgba(30, 41, 59, 0.88) !important;
  border-color: rgba(148, 163, 184, 0.55) !important;
  color: #f8fafc !important;
}

.floating-chatbot-btn.chatbot-frost-btn.chatbot-rainbow-border,
.chatbot-cta-btn.chatbot-frost-btn.chatbot-rainbow-border {
  border: 0 !important;
  background-image:
    linear-gradient(rgba(248, 250, 252, 0.7), rgba(248, 250, 252, 0.7)),
    linear-gradient(144deg, #af40ff, #5b42f3 50%, #00ddeb);
  background-image: linear-gradient(rgba(248, 250, 252, 0.7), rgba(248, 250, 252, 0.7)),
    linear-gradient(144deg, #af40ff, #5b42f3 50%, #00ddeb) !important;
  background-origin: border-box;
  background-clip: padding-box, border-box;
}

.floating-chatbot-btn.chatbot-frost-btn.chatbot-rainbow-border:hover,
.floating-chatbot-btn.chatbot-frost-btn.chatbot-rainbow-border:focus,
.chatbot-cta-btn.chatbot-frost-btn.chatbot-rainbow-border:hover,
.chatbot-cta-btn.chatbot-frost-btn.chatbot-rainbow-border:focus {
  background-image: linear-gradient(rgba(248, 250, 252, 0.85), rgba(248, 250, 252, 0.85)),
    linear-gradient(144deg, #af40ff, #5b42f3 50%, #00ddeb) !important;
}

.dark-style .floating-chatbot-btn.chatbot-frost-btn.chatbot-rainbow-border,
.dark-style .chatbot-cta-btn.chatbot-frost-btn.chatbot-rainbow-border {
  background-image: linear-gradient(rgba(17, 24, 39, 0.72), rgba(17, 24, 39, 0.72)),
    linear-gradient(144deg, #af40ff, #5b42f3 50%, #00ddeb) !important;
}

.dark-style .floating-chatbot-btn.chatbot-frost-btn.chatbot-rainbow-border:hover,
.dark-style .floating-chatbot-btn.chatbot-frost-btn.chatbot-rainbow-border:focus,
.dark-style .chatbot-cta-btn.chatbot-frost-btn.chatbot-rainbow-border:hover,
.dark-style .chatbot-cta-btn.chatbot-frost-btn.chatbot-rainbow-border:focus {
  background-image: linear-gradient(rgba(30, 41, 59, 0.88), rgba(30, 41, 59, 0.88)),
    linear-gradient(144deg, #af40ff, #5b42f3 50%, #00ddeb) !important;
}

.chatbot-spam-btn {
  background: linear-gradient(135deg, #ef4444, #b91c1c);
  border: 1px solid rgba(239, 68, 68, 0.65);
  color: #fff;
  box-shadow: 0 0.75rem 1.5rem rgba(239, 68, 68, 0.25);
  border-radius: 999px;
}

.chatbot-spam-btn:hover,
.chatbot-spam-btn:focus {
  color: #fff;
  background: linear-gradient(135deg, #f97316, #dc2626);
}

.chatbot-spam-btn[aria-disabled="true"] {
  cursor: not-allowed;
  opacity: 0.85;
}

.chatbot-cta-btn .ti {
  font-size: 1.35rem;
}

.chatbot-hero-title {
  background: linear-gradient(to right, #28c76f 0%, #5a4aff 47.92%, #ff3739 100%);
  background-size: 200% auto;
  color: #0f172a;
  background-clip: text;
  line-height: 1.2;
  text-fill-color: transparent;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  animation: chatbot-shine 2s ease-in-out infinite alternate;
}

@keyframes chatbot-shine {
  0% {
    background-position: 0% 50%;
  }
  80% {
    background-position: 50% 90%;
  }
  100% {
    background-position: 91% 100%;
  }
}

.floating-chatbot-btn.is-jiggling,
.chatbot-cta-btn.is-jiggling {
  animation: chatbot-jiggle 1.5s ease-in-out 1;
}


@keyframes chatbot-jiggle {
  0%,
  80%,
  100% {
    transform: translateY(0);
  }
  83% {
    transform: translateY(-3px);
  }
  86% {
    transform: translateY(3px);
  }
  89% {
    transform: translateY(-2px);
  }
  92% {
    transform: translateY(2px);
  }
}

@media (prefers-reduced-motion: reduce) {
  .floating-chatbot-btn.is-jiggling {
    animation: none;
  }
}

@media (prefers-reduced-motion: reduce) {
  .floating-chatbot-btn {
    animation: none;
  }
}

.chatbot-modal .modal-content {
  border-radius: 1.25rem;
  box-shadow: 0 2rem 3rem rgba(15, 23, 42, 0.35);
  position: relative;
  overflow: hidden;
  background: rgba(248, 250, 252, 0.7);
  border: 1px solid rgba(255, 255, 255, 0.6);
  backdrop-filter: blur(14px);
}

.dark-style .chatbot-modal .modal-content {
  background: rgba(17, 24, 39, 0.72);
  border-color: rgba(148, 163, 184, 0.35);
  box-shadow: 0 2rem 3rem rgba(2, 6, 23, 0.55);
}

.chatbot-modal .modal-header,
.chatbot-modal .modal-body {
  position: relative;
  z-index: 1;
}

.chatbot-modal .modal-header {
  gap: 0.5rem;
  justify-content: space-between;
  position: relative;
}

.chatbot-modal .modal-body {
  display: flex;
  flex-direction: column;
  gap: 1rem;
}

.chatbot-modal .chatbot-messages {
  min-height: 220px;
  max-height: 55vh;
}

.chatbot-messages {
  height: 100%;
  overflow-y: auto;
  display: flex;
  flex-direction: column;
  gap: 0.75rem;
}

.chatbot-bubble {
  border-radius: 1rem;
  padding: 0.55rem 0.9rem;
  font-size: 0.925rem;
  line-height: 1.4;
  width: fit-content;
  max-width: 87%;
  word-break: break-word;
  box-shadow: 0 0.2rem 0.6rem rgba(15, 23, 42, 0.08);
}

.chatbot-bubble p {
  margin: 0 0 0.75rem;
  white-space: pre-line;
}

.chatbot-bubble p:last-child {
  margin-bottom: 0;
}

.chatbot-bubble-bot {
  background: rgba(115, 103, 240, 0.18);
  color: #111827;
  border: 1px solid rgba(115, 103, 240, 0.25);
  white-space: normal;
}

.dark-style .chatbot-bubble-bot,
.dark-style .chatbot-bubble-user {
  color: #f8fafc;
}

.chatbot-bubble-user {
  margin-inline-start: auto;
  background: var(--bs-primary);
  color: #fff;
}

.chatbot-bubble pre {
  margin: 0.5rem 0 0;
  padding: 0.75rem;
  border-radius: 0.75rem;
  background-color: rgba(15, 23, 42, 0.08);
  font-family: "JetBrains Mono", "Fira Code", monospace;
  font-size: 0.85rem;
  overflow-x: auto;
}

.chatbot-bubble code {
  font-family: "JetBrains Mono", "Fira Code", monospace;
  background-color: rgba(15, 23, 42, 0.08);
  padding: 0.1rem 0.35rem;
  border-radius: 0.35rem;
}

.chatbot-gif {
  display: block;
  max-width: 100%;
  height: auto;
  margin: 0.5rem 0 0;
  border-radius: 0.75rem;
}

.chatbot-modal form {
  margin: 0;
}

.chatbot-input-group {
  position: relative;
  display: flex;
  align-items: center;
  transition: padding 0.4s ease, gap 0.4s ease;
}

.chatbot-input {
  width: 100%;
  padding: 0.75rem 3rem 0.75rem 1rem;
  border-radius: 999px;
  border: none;
  outline: none;
  background-color: #e9e9e9;
  color: #4c4c4c;
  font-size: 0.95rem;
  line-height: 1.2;
  font-family: "Segoe UI", Tahoma, Geneva, Verdana, sans-serif;
  font-weight: 500;
  transition: box-shadow 0.2s ease, background-color 0.2s ease, width 0.4s ease, padding 0.4s ease, opacity 0.3s ease, transform 0.4s ease;
}

.chatbot-input::placeholder {
  color: #959595;
}

.chatbot-input:focus {
  box-shadow: 0 0 0 3px rgba(145, 71, 255, 0.15);
  background-color: #f0f0f0;
}

.chatbot-action-btn {
  position: absolute;
  top: 50%;
  right: 0.35rem;
  transform: translateY(-50%);
  width: 36px;
  height: 36px;
  border-radius: 999px;
  border: none;
  background-color: #e9e9e9;
  color: #959595;
  display: grid;
  place-items: center;
  padding: 0;
  cursor: pointer;
  transition: transform 0.4s ease, box-shadow 0.2s ease, color 0.2s ease, background-color 0.2s ease, width 0.4s ease, height 0.4s ease, left 0.4s ease, right 0.4s ease;
}

.chatbot-action-btn:hover,
.chatbot-action-btn:focus-visible {
  color: #4c4c4c;
  box-shadow: 0 0 0 3px rgba(145, 71, 255, 0.15);
}

.chatbot-action-btn:active {
  transform: translateY(-50%) scale(0.95);
}

.chatbot-action-btn.btn-primary {
  color: #ffffff;
  background: linear-gradient(to top right, #9147ff, #ff4141);
  box-shadow: inset 0 0 4px rgba(255, 255, 255, 0.55);
}

.chatbot-action-btn.btn-success {
  color: #4c4c4c;
  background-color: #e9e9e9;
}

.chatbot-action-btn.is-call-active {
  color: #ffffff;
  background-color: #e04747;
}

.chatbot-icon {
  width: 20px;
  height: 20px;
}

.chatbot-input-group.is-call-bubble {
  justify-content: flex-end;
}

.chatbot-input-group.is-call-bubble .chatbot-input {
  width: 0;
  padding-left: 0;
  padding-right: 0;
  opacity: 0;
  transform: scaleX(0.2);
  pointer-events: none;
}

.chatbot-input-group.is-call-bubble .chatbot-action-btn {
  position: absolute;
  left: 50%;
  right: auto;
  transform: translate(-50%, -50%);
  width: 66px;
  height: 66px;
  padding: 0;
  background: transparent;
  color: #ffffff;
  box-shadow: none;
  animation: chatbot-bubble-pop 0.35s ease;
  overflow: visible;
}

.chatbot-input-group.is-call-bubble .chatbot-icon {
  width: 22px;
  height: 22px;
}

.chatbot-input-group.is-call-bubble .chatbot-mute-btn {
  left: 62.5%;
  right: auto;
  transform: translate(-50%, -50%);
  opacity: 1;
  pointer-events: auto;
}

.chatbot-input-group.is-call-bubble .chatbot-mute-btn:active {
  transform: translateY(-50%) scale(0.95);
}

.chatbot-action-btn.chatbot-call-bubble.is-call-active {
  background-color: transparent;
}

.chatbot-action-btn.is-call-active:hover,
.chatbot-action-btn.is-call-active:focus-visible {
  color: #ffffff;
  background-color: transparent;
  box-shadow: none;
}

.chatbot-mute-btn {
  position: absolute;
  top: 50%;
  right: 0.35rem;
  transform: translateY(-50%);
  width: 32px;
  height: 32px;
  border-radius: 999px;
  border: none;
  background: rgba(15, 23, 42, 0.06);
  color: #64748b;
  display: grid;
  place-items: center;
  padding: 0;
  cursor: pointer;
  opacity: 0;
  pointer-events: none;
  transition: transform 0.4s ease, box-shadow 0.2s ease, color 0.2s ease, background-color 0.2s ease, opacity 0.2s ease, right 0.4s ease;
}

.chatbot-mute-btn:hover,
.chatbot-mute-btn:focus-visible {
  color: #0f172a;
  background: rgba(15, 23, 42, 0.12);
}

.chatbot-mute-btn.is-muted {
  background-color: rgba(239, 68, 68, 0.18);
  color: #b91c1c;
}

.chatbot-mute-btn.is-muted::after {
  content: "";
  position: absolute;
  width: 18px;
  height: 2px;
  background: currentColor;
  transform: rotate(-45deg);
  border-radius: 999px;
}

.chatbot-mute-btn .chatbot-icon {
  width: 22px;
  height: 22px;
}

.chatbot-mute-btn:focus-visible {
  outline: 2px solid rgba(17, 24, 39, 0.25);
  outline-offset: 2px;
}

.dark-style .chatbot-mute-btn {
  background: rgba(248, 250, 252, 0.08);
  color: rgba(248, 250, 252, 0.7);
}

.dark-style .chatbot-mute-btn:hover,
.dark-style .chatbot-mute-btn:focus-visible {
  color: #f8fafc;
  background: rgba(248, 250, 252, 0.16);
}

.chatbot-close-btn {
  margin-left: auto;
  position: relative;
  width: 32px;
  height: 32px;
  border: none;
  background: transparent;
  padding: 0;
  display: grid;
  place-items: center;
  cursor: pointer;
  color: #111827;
}

.chatbot-close-icon {
  width: 20px;
  height: 20px;
}

.chatbot-close-btn:hover .chatbot-close-icon,
.chatbot-close-btn:focus-visible .chatbot-close-icon {
  color: #111827;
}

.chatbot-close-btn:focus-visible {
  outline: 2px solid rgba(17, 24, 39, 0.25);
  outline-offset: 3px;
  border-radius: 999px;
}

.dark-style .chatbot-close-btn {
  color: #f8fafc;
}

.dark-style .chatbot-close-btn:hover .chatbot-close-icon,
.dark-style .chatbot-close-btn:focus-visible .chatbot-close-icon {
  color: #f8fafc;
}

.chatbot-inline-card {
  border-radius: 1.25rem;
  box-shadow: 0 2rem 3rem rgba(15, 23, 42, 0.35);
  position: relative;
  overflow: visible;
  background: rgba(248, 250, 252, 0.7);
  border: 1px solid rgba(255, 255, 255, 0.6);
  backdrop-filter: blur(14px);
}

.chatbot-inline-card .card-body {
  background: transparent;
}

.dark-style .chatbot-inline-card {
  background: rgba(17, 24, 39, 0.72);
  border-color: rgba(148, 163, 184, 0.35);
  box-shadow: 0 2rem 3rem rgba(2, 6, 23, 0.55);
}

.chatbot-inline-panel {
  display: flex;
  flex-direction: column;
  gap: 1rem;
  height: 100%;
  position: relative;
}

.chatbot-inline-panel h4 {
  padding-left: 2.25rem;
}

.chatbot-inline-panel > p {
  padding-left: 2.25rem;
}

.chatbot-header {
  position: relative;
  padding-left: 2.5rem;
}

.chatbot-clear-btn {
  position: absolute;
  top: 0.6rem;
  left: 0.6rem;
  width: 28px;
  height: 28px;
  border: none;
  background: rgba(15, 23, 42, 0.06);
  color: #64748b;
  border-radius: 999px;
  display: grid;
  place-items: center;
  cursor: pointer;
  padding: 0;
}

.chatbot-clear-btn .ti {
  font-size: 0.9rem;
}

.chatbot-clear-btn:hover,
.chatbot-clear-btn:focus-visible {
  color: #0f172a;
  background: rgba(15, 23, 42, 0.12);
}

.chatbot-clear-btn:focus-visible {
  outline: 2px solid rgba(17, 24, 39, 0.25);
  outline-offset: 2px;
}

.dark-style .chatbot-clear-btn {
  background: rgba(248, 250, 252, 0.08);
  color: rgba(248, 250, 252, 0.7);
}

.dark-style .chatbot-clear-btn:hover,
.dark-style .chatbot-clear-btn:focus-visible {
  color: #f8fafc;
  background: rgba(248, 250, 252, 0.16);
}

.chatbot-inline-panel .chatbot-clear-btn {
  top: 1.1rem;
}

.chatbot-inline-panel .chatbot-messages {
  flex: 1 1 auto;
  min-height: 260px;
  max-height: clamp(260px, 38vh, 380px);
}

.chatbot-inline-panel .chatbot-input-form {
  margin-top: auto;
}

.chatbot-orb {
  position: absolute;
  inset: 0;
  display: grid;
  place-items: center;
  z-index: 0;
}

.chatbot-orb-ai {
  --s: 62px;
  --p: calc(var(--s) / 4);
  width: var(--s);
  aspect-ratio: 1;
  padding: var(--p);
  display: grid;
  place-items: center;
  position: relative;
  animation: chatbot-orb-pulse 5s ease-in-out infinite;
}

.chatbot-orb-ai::before,
.chatbot-orb-ai::after {
  content: "";
  position: absolute;
  inset: 0;
  margin: auto;
  width: 60%;
  height: 60%;
  border-radius: 50%;
  border: 2px solid #ffffff;
  box-shadow: 0 0 20px rgba(234, 170, 255, 0.9);
  filter: blur(4px);
  transform: translateZ(0);
  animation: chatbot-orb-wave 1.5s linear infinite;
}

.chatbot-orb-ai::after {
  animation-delay: 0.4s;
}

.chatbot-orb-container {
  overflow: hidden;
  background: #b6a9f8;
  width: 100%;
  border-radius: 50%;
  aspect-ratio: 1;
  position: relative;
  display: grid;
  place-items: center;
}

.chatbot-orb-glass {
  overflow: hidden;
  position: absolute;
  inset: calc(var(--p) - 4px);
  border-radius: 50%;
  backdrop-filter: blur(6px);
  box-shadow:
    0 0 20px rgba(255, 255, 255, 0.3),
    0 20px 20px rgba(0, 0, 0, 0.25),
    0 0 12px rgba(255, 255, 255, 0.9);
  background: radial-gradient(
    40px at 70% 30%,
    rgba(255, 255, 255, 0.7),
    transparent
  );
}

.chatbot-orb-rings {
  aspect-ratio: 1;
  border-radius: 50%;
  position: absolute;
  inset: 0;
  perspective: 10rem;
  opacity: 0.85;
}

.chatbot-orb-rings::before,
.chatbot-orb-rings::after {
  content: "";
  position: absolute;
  inset: 0;
  border-radius: 50%;
  border: 4px solid transparent;
  background: linear-gradient(white, blue, magenta, violet, lightyellow) border-box;
  -webkit-mask:
    linear-gradient(#fff 0 0) padding-box,
    linear-gradient(#fff 0 0);
  -webkit-mask-composite: xor;
  mask-composite: exclude;
}

.chatbot-orb-rings::before {
  animation: chatbot-orb-ring180 10s ease-in-out infinite;
}

.chatbot-orb-rings::after {
  animation: chatbot-orb-ring90 10s ease-in-out infinite;
}

.chatbot-orb-c {
  position: absolute;
  width: 62px;
  aspect-ratio: 1;
  border-radius: 50%;
}

.chatbot-orb-c1 {
  background: radial-gradient(50% 50% at center, #c979ee, #74bcd6);
  width: 44px;
  animation: chatbot-orb-ai1 5.5s linear infinite;
}

.chatbot-orb-c2 {
  background: radial-gradient(50% 50% at center, #ef788c, #e7e7fb);
  width: 28px;
  animation: chatbot-orb-ai2 6s linear infinite;
}

.chatbot-orb-c3 {
  background: radial-gradient(50% 50% at center, #eb7fc6, transparent);
  width: 36px;
  opacity: 0.6;
  animation: chatbot-orb-ai3 4.8s linear infinite;
}

.chatbot-orb-c4 {
  background: #6d67c8;
  animation: chatbot-orb-ai4 5.2s linear infinite;
}

.chatbot-orb-stop {
  position: absolute;
  inset: 0;
  display: grid;
  place-items: center;
  color: #ffffff;
  text-shadow: 0 2px 6px rgba(15, 23, 42, 0.35);
  z-index: 2;
}

.chatbot-spinner {
  animation: chatbot-spin 1s linear infinite;
}

@keyframes chatbot-bubble-pop {
  0% {
    transform: translate(-50%, -50%) scale(0.9);
  }
  60% {
    transform: translate(-50%, -50%) scale(1.05);
  }
  100% {
    transform: translate(-50%, -50%) scale(1);
  }
}

@keyframes chatbot-orb-wave {
  0% {
    transform: scale(0.9);
    opacity: 0.6;
  }
  70%,
  100% {
    transform: scale(1.4);
    opacity: 0;
  }
}

@keyframes chatbot-orb-ai1 {
  0% {
    transform: rotate(0deg) translate(50%) scale(0.9);
    opacity: 0;
  }
  25% {
    transform: rotate(90deg) translate(50%) scale(1.4);
    opacity: 1;
  }
  50% {
    transform: rotate(180deg) translate(50%) scale(0.7);
    opacity: 0.5;
  }
  75% {
    transform: rotate(270deg) translate(50%) scale(1.1);
    opacity: 1;
  }
  100% {
    transform: rotate(360deg) translate(50%) scale(0.9);
    opacity: 0;
  }
}

@keyframes chatbot-orb-ai2 {
  0% {
    transform: rotate(90deg) translate(50%) scale(0.5);
  }
  25% {
    transform: rotate(180deg) translate(50%) scale(1.4);
    opacity: 0;
  }
  50% {
    transform: rotate(270deg) translate(50%) scale(1);
    opacity: 0;
  }
  75% {
    transform: rotate(360deg) translate(50%) scale(0.8);
    opacity: 0;
  }
  100% {
    transform: rotate(450deg) translate(50%) scale(0.5);
    opacity: 1;
  }
}

@keyframes chatbot-orb-ai3 {
  0% {
    transform: rotate(180deg) translate(50%) scale(0.8);
    opacity: 0.8;
  }
  25% {
    transform: rotate(270deg) translate(50%) scale(1.2);
  }
  50% {
    transform: rotate(360deg) translate(50%) scale(0.6);
    opacity: 0.4;
  }
  75% {
    transform: rotate(450deg) translate(50%) scale(1.1);
    opacity: 0.7;
  }
  100% {
    transform: rotate(540deg) translate(50%) scale(0.8);
    opacity: 0.8;
  }
}

@keyframes chatbot-orb-ai4 {
  0% {
    transform: rotate(270deg) translate(50%) scale(1);
    opacity: 1;
  }
  25% {
    transform: rotate(360deg) translate(50%) scale(0.7);
  }
  50% {
    transform: rotate(450deg) translate(50%) scale(1.2);
    opacity: 0.5;
  }
  75% {
    transform: rotate(540deg) translate(50%) scale(0.9);
    opacity: 0.8;
  }
  100% {
    transform: rotate(630deg) translate(50%) scale(1);
    opacity: 1;
  }
}

@keyframes chatbot-orb-ring180 {
  0% {
    transform: rotateY(180deg) rotateX(180deg) rotateZ(180deg);
  }
  25% {
    transform: rotateY(180deg) rotateX(180deg) rotateZ(180deg);
  }
  50% {
    transform: rotateY(360deg) rotateX(360deg) rotateZ(360deg);
  }
  80% {
    transform: rotateY(360deg) rotateX(360deg) rotateZ(360deg);
  }
  100% {
    transform: rotateY(540deg) rotateX(540deg) rotateZ(540deg);
  }
}

@keyframes chatbot-orb-ring90 {
  0% {
    transform: rotateY(90deg) rotateX(90deg) rotateZ(90deg);
  }
  25% {
    transform: rotateY(90deg) rotateX(90deg) rotateZ(90deg) scale(1.1);
  }
  50% {
    transform: rotateY(270deg) rotateX(270deg) rotateZ(270deg);
  }
  75% {
    transform: rotateY(270deg) rotateX(270deg) rotateZ(270deg);
  }
  100% {
    transform: rotateY(450deg) rotateX(450deg) rotateZ(450deg);
  }
}

@keyframes chatbot-orb-pulse {
  0% {
    transform: scale(0.97);
  }
  15% {
    transform: scale(1);
  }
  30% {
    transform: scale(0.98);
  }
  45% {
    transform: scale(1);
  }
  60% {
    transform: scale(0.97);
  }
  85% {
    transform: scale(1);
  }
  100% {
    transform: scale(0.97);
  }
}

@keyframes chatbot-spin {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}


@media (max-width: 576px) {
  .floating-chatbot-btn {
    inset-inline-end: 1rem;
    bottom: 1.25rem;
  }

  .floating-chatbot-btn span {
    display: none;
  }
}
