.zsiqbtn {
  
  bottom: 75px;
  
}

.zsiq_flt_rel12, .zsiqbtn, .zsiqwidget {
  position: fixed !important; 
  bottom: 75px;
  right: 30px;
  
}

.zsiq_float12, .zsiq_float12 {
  display: inline !important;
  
}

/* ===== iDynamics Webinar Banner ===== */
#idyn-bar-toggle { position: absolute; width: 0; height: 0; margin: 0; padding: 0; overflow: hidden; }
#idyn-bar-toggle:checked ~ #idyn-webinar-bar { display: none; }
#idyn-webinar-bar {
  position: relative; width: 100%; overflow: hidden;
  background: linear-gradient(100deg, #C2360F 0%, #FF6634 38%, #FF855D 70%, #FF6634 100%);
  font-family: "Ubuntu", "Segoe UI", system-ui, -apple-system, sans-serif;
  box-sizing: border-box;
}
#idyn-webinar-bar * { box-sizing: border-box; }
.idyn-shimmer {
  position: absolute; top: 0; bottom: 0; left: 0; width: 35%;
  background: linear-gradient(100deg, transparent, rgba(255,255,255,.22), transparent);
  animation: idynShimmer 5s linear infinite; pointer-events: none;
}
@keyframes idynShimmer { 0% { transform: translateX(-120%); } 100% { transform: translateX(320%); } }
.idyn-bar-inner {
  position: relative; max-width: 1280px; margin: 0 auto; padding: 10px 20px;
  display: flex; align-items: center; justify-content: space-between; gap: 12px; flex-wrap: nowrap;
}
.idyn-bar-msg { display: flex; align-items: center; gap: 10px; flex: 0 0 auto; max-width: 340px; }
.idyn-live {
  display: inline-flex; align-items: center; gap: 6px;
  background: rgba(0,0,0,.16); padding: 4px 9px; border-radius: 999px; white-space: nowrap; flex-shrink: 0;
}
.idyn-live-dot { width: 7px; height: 7px; border-radius: 50%; background: #FFFFFF; animation: idynPulse 1.4s ease-in-out infinite; }
.idyn-live-label { font-size: 10px; font-weight: 700; letter-spacing: .08em; color: #FFFFFF; }
@keyframes idynPulse { 0%,100% { opacity: 1; transform: scale(1); } 50% { opacity: .35; transform: scale(.7); } }
.idyn-bar-text { display: flex; flex-direction: column; line-height: 1.2; min-width: 0; }
.idyn-bar-text strong { color: #FFFFFF; font-size: 14px; font-weight: 700; white-space: nowrap; overflow: hidden; text-overflow: ellipsis; }
.idyn-bar-sub { color: #FFE4DA; font-size: 11px; white-space: nowrap; }
.idyn-bar-offer {
  display: inline-flex; align-items: center; gap: 7px;
  background: rgba(255,255,255,.14); border: 1px solid rgba(255,255,255,.3);
  border-radius: 999px; padding: 6px 12px; white-space: nowrap; flex-shrink: 0;
}
.idyn-offer-gift { font-size: 15px; line-height: 1; }
.idyn-offer-text { font-size: 12px; color: #FFFFFF; font-weight: 500; }
.idyn-offer-text strong { font-weight: 700; }
.idyn-offer-free {
  display: inline-block; margin-left: 4px;
  background: #EBDECB; color: #C2360F;
  font-size: 10px; font-weight: 700; letter-spacing: .04em;
  padding: 2px 7px; border-radius: 999px;
  animation: idynFreePulse 2.2s ease-in-out infinite;
}
@keyframes idynFreePulse { 0%,100% { transform: scale(1); } 50% { transform: scale(1.07); } }
.idyn-date-badge {
  display: inline-flex; align-items: center; gap: 7px;
  background: rgba(0,0,0,.18); padding: 7px 13px; border-radius: 999px; white-space: nowrap; flex-shrink: 0;
}
.idyn-date-icon { font-size: 14px; line-height: 1; }
.idyn-date-text { color: #FFFFFF; font-size: 13px; }
.idyn-date-text strong { font-weight: 700; }
.idyn-bar-cta {
  display: inline-flex; align-items: center; gap: 8px;
  background: #FFFFFF; color: #C2360F; font-size: 13px; font-weight: 700;
  padding: 9px 16px; border-radius: 999px; text-decoration: none; white-space: nowrap; flex-shrink: 0;
  animation: idynRing 2.4s ease-out infinite; transition: transform .15s ease;
}
.idyn-bar-cta:hover { transform: translateY(-2px); background: #EBDECB; }
.idyn-bar-cta:hover .idyn-cta-arrow { transform: translateX(3px); }
.idyn-cta-ticket { font-size: 14px; line-height: 1; }
.idyn-cta-arrow { display: inline-block; transition: transform .15s ease; }
@keyframes idynRing {
  0% { box-shadow: 0 0 0 0 rgba(255,255,255,.55); }
  70% { box-shadow: 0 0 0 8px rgba(255,255,255,0); }
  100% { box-shadow: 0 0 0 0 rgba(255,255,255,0); }
}
.idyn-bar-close {
  background: transparent; border: none; color: #FFFFFF;
  font-size: 22px; line-height: 1; cursor: pointer; padding: 0 4px; opacity: .85;
  flex-shrink: 0; align-self: center;
}
.idyn-bar-close:hover { opacity: 1; }
@media (prefers-reduced-motion: reduce) {
  .idyn-shimmer, .idyn-live-dot, .idyn-bar-cta, .idyn-offer-free { animation: none; }
}
