.elementor-1015 .elementor-element.elementor-element-581f4d3{--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;}.elementor-1015 .elementor-element.elementor-element-48d13eb{--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;}.elementor-1015 .elementor-element.elementor-global-2729.elementor-element{--align-self:stretch;}/* Start custom CSS for global, class: .elementor-global-2729 */.custom-footer {
  background: #1a1a1f;
  color: #e5d9f2;
  text-align: center;
  padding: 40px 20px;
  font-family: 'Poppins', sans-serif;
  position: relative;
  z-index: 10;
}

.footer-content .logo-footer {
  font-size: 1.8rem;
  font-weight: 600;
  margin-bottom: 15px;
  color: #cfa8ff;
}

.social-icons a {
  color: #e5d9f2;
  margin: 0 10px;
  font-size: 1.4rem;
  transition: color 0.3s;
}

.social-icons a:hover {
  color: #cfa8ff;
}

.custom-footer .copyright {
  font-size: 0.85rem;
  margin-top: 15px;
  opacity: 0.8;
}
.whatsapp-float {
  position: fixed;
  bottom: 20px;
  right: 20px;
  background: linear-gradient(145deg, #a855f7, #c084fc);
  color: white;
  width: 60px;
  height: 60px;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  text-decoration: none;
  z-index: 9999;
  box-shadow: 0 10px 25px rgba(168, 85, 247, 0.5);
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.whatsapp-float:hover {
  transform: scale(1.1);
  box-shadow: 0 12px 30px rgba(168, 85, 247, 0.7);
}

.whatsapp-float svg {
  width: 28px;
  height: 28px;
  fill: white;
}/* End custom CSS */