.elementor-2214 .elementor-element.elementor-element-55dd03f{--display:flex;--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;}body.elementor-page-2214:not(.elementor-motion-effects-element-type-background), body.elementor-page-2214 > .elementor-motion-effects-container > .elementor-motion-effects-layer{background-color:#14151D;}/* Start custom CSS for html, class: .elementor-element-840e557 */.ad-floating-bar {
  position: fixed;
  left: 50%;
  bottom: 22px;
  transform: translateX(-50%);
  z-index: 9999;

  display: flex;
  gap: 12px;
  padding: 10px;

  border-radius: 20px;
  background: rgba(10, 14, 24, 0.88);
  backdrop-filter: blur(14px);
  border: 1px solid rgba(255,255,255,0.08);
  box-shadow: 0 16px 40px rgba(0,0,0,0.35);
}

/* BUTTON BASE */
.ad-float-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;

  min-height: 52px;
  padding: 0 18px;

  border-radius: 14px;
  text-decoration: none;
  font-weight: 700;
  font-size: 15px;
  color: #fff;

  border: 1px solid rgba(255,255,255,0.08);
  transition: all 0.2s ease;
}

.ad-float-btn:hover {
  transform: translateY(-2px);
  color: #fff;
}

/* ICON */
.ad-float-icon {
  font-size: 16px;
}

/* BUTTON COLORS */
.ad-float-call {
  background: rgba(255,255,255,0.06);
}

.ad-float-call:hover {
  background: rgba(255,255,255,0.1);
}

.ad-float-whatsapp {
  background: rgba(255,255,255,0.06);
}

.ad-float-whatsapp:hover {
  background: rgba(255,255,255,0.1);
}

.ad-float-quote {
  background: linear-gradient(135deg, #5865f2, #7c4dff);
  box-shadow: 0 10px 24px rgba(88,101,242,0.28);
}

.ad-float-quote:hover {
  box-shadow: 0 14px 30px rgba(88,101,242,0.34);
}

/* 📱 MOBILE VERSION (ICONS ONLY) */
@media (max-width: 767px) {

  .ad-floating-bar {
    left: 12px;
    right: 12px;
    bottom: 12px;
    transform: none;
    justify-content: space-between;
    padding: 8px;
    gap: 8px;
    border-radius: 16px;
  }

  .ad-float-btn {
    flex: 1;
    min-height: 50px;
    padding: 0;
    font-size: 0; /* hides text */
  }

  .ad-float-icon {
    font-size: 20px;
  }

  .ad-float-text {
    display: none; /* hides text on mobile */
  }
}/* End custom CSS */