.taka-whatsapp-floating { position: fixed; right: 20px; bottom: 20px; z-index: 99999; }
.taka-float-button { background: #25D366; border: none; border-radius: 50%; width: 56px; height: 56px; display: flex; align-items: center; justify-content: center; box-shadow: 0 6px 18px rgba(0,0,0,0.12); cursor: pointer; }
.taka-float-button i { font-size: 32px; color: #fff; }
.taka-float-button .taka-icon-svg svg { width: 32px; height: 32px; display: block; }
.taka-float-button .taka-icon-img { width: 32px; height: 32px; object-fit: contain; display:block; }
.taka-float-button .taka-tooltip {
  display: none;
  bottom: 10px;
  background-color: rgb(255, 255, 255);
  font-size: 16px;
  font-weight: 600;
  width: 160px;
  background-color: #2851a4;
  color: #fff;
  text-align: center;
  padding: 0px 60px 0px 15px;
  border-radius: 80px;
  position: absolute;
  z-index: -1;
  top: 0;
  right: 10px;
  box-shadow: 0 2px 40px -5px rgba(130,130,130,.6);
  max-height: 56px;
  height: 100%;
  line-height: 3.4;
}
.taka-float-button:hover .taka-tooltip { display: block; }

a.taka-wa-btn { display: inline-flex; align-items: center; gap: 8px; padding: 10px 14px; margin-top:20px; background: #EEEE13; color: #2b215f; text-decoration: none; }
a.taka-wa-btn i { font-size: 18px; }

/* GDPR banner */
.taka-gdpr-banner { position: fixed; left: 20px; bottom: 90px; z-index:999999; background:#fff; padding:12px; border-radius:6px; box-shadow:0 6px 18px rgba(0,0,0,.12); }

/* Small responsive tweak */
@media (max-width: 480px) {
    .taka-float-button { width: 48px; height: 48px; }
}
