.elementor-6540 .elementor-element.elementor-element-1e830b9{--display:flex;clip-path:none(20% 0, 100% 15%, 100% 100%, 0 100%, 0 15%);--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;}.elementor-6540 .elementor-element.elementor-element-1e830b9.tc-container-advanced-hover{animation:fadeOut 1s;}.elementor-6540 .elementor-element.elementor-element-1e830b9.tcg-container-adv-hover-active{animation:fadeIn 1s;}/* Start custom CSS for html, class: .elementor-element-75bc249 */.roi-cta {
  background: #f8fafc;
  padding: 100px 20px;
  text-align: center;
}

.roi-container {
  max-width: 900px;
  margin: auto;
}

.roi-cta h2 {
  font-size: 44px;
  font-weight: 700;
  color: #0f172a;
  line-height: 1.3;
  margin-bottom: 20px;
}

.roi-cta h2 span {
  color: #2563eb;
}

.roi-subtext {
  font-size: 18px;
  color: #475569;
  margin-bottom: 35px;
}

.roi-buttons {
  display: flex;
  justify-content: center;
  gap: 15px;
  margin-bottom: 25px;
}

.roi-btn {
  padding: 14px 30px;
  border-radius: 50px;
  font-weight: 600;
  text-decoration: none;
  transition: 0.3s ease;
}

/* Primary Button */
.roi-btn.primary {
  background: #0f172a;
  color: #fff;
}

.roi-btn.primary:hover {
  background: #020617;
}

/* Secondary Button */
.roi-btn.secondary {
  border: 2px solid #2563eb;
  color: #2563eb;
}

.roi-btn.secondary:hover {
  background: #2563eb;
  color: #fff;
}

.roi-rating {
  font-size: 16px;
  color: #334155;
}

.roi-rating span {
  color: #64748b;
}

/* MOBILE */
@media (max-width: 768px) {
  .roi-cta h2 {
    font-size: 28px;
  }

  .roi-buttons {
    flex-direction: column;
  }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-127b1de */#smoke-canvas {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
  z-index: 9999;
}

/* MOBILE OFF (IMPORTANT) */
@media (max-width: 768px) {
  #smoke-canvas {
    display: none;
  }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-fe6d5b5 *//* WRAPPER */
.chat-wrapper {
  position: fixed;
  right: 25px;
  bottom: 25px;
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  z-index: 9999;
}

/* CHAT BUBBLE */
.chat-bubble {
  position: relative;
  background: #111;
  color: #fff;
  padding: 10px 18px;
  border-radius: 12px;
  font-weight: 600;
  font-size: 14px;
  margin-bottom: 10px;
  border: 1px solid rgba(255,255,255,0.2);
}

/* SPEECH TAIL */
.chat-bubble::after {
  content: "";
  position: absolute;
  bottom: -6px;
  right: 20px;
  width: 12px;
  height: 12px;
  background: #111;
  transform: rotate(45deg);
  border-right: 1px solid rgba(255,255,255,0.2);
  border-bottom: 1px solid rgba(255,255,255,0.2);
}

/* BUTTON */
.chat-btn {
  width: 60px;
  height: 60px;
  background: #25D366; /* WhatsApp green */
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 26px;
  color: #fff;
  text-decoration: none;
  box-shadow: 0 10px 25px rgba(0,0,0,0.3);
  transition: 0.3s;
}

/* HOVER */
.chat-btn:hover {
  transform: scale(1.1);
}

/* FLOAT ANIMATION */
.chat-btn {
  animation: float 2.5s ease-in-out infinite;
}

@keyframes float {
  0%,100% { transform: translateY(0); }
  50% { transform: translateY(-5px); }
}

/* MOBILE */
@media (max-width: 768px) {
  .chat-wrapper {
    right: 15px;
    bottom: 15px;
  }

  .chat-btn {
    width: 55px;
    height: 55px;
    font-size: 24px;
  }

  .chat-bubble {
    font-size: 12px;
    padding: 8px 14px;
  }
}/* End custom CSS */
/* Start custom CSS for container, class: .elementor-element-1e830b9 */html, body {
  overflow-x: hidden !important;
}/* End custom CSS */