.elementor-3609 .elementor-element.elementor-element-c944501.xpro-widget-bg-overlay:before{transition:background 0.3s;}/* Start custom CSS for html, class: .elementor-element-c944501 */.floating-contact {
  position: fixed;
  right: 20px;
  bottom: 20px;
  display: flex;
  flex-direction: column;
  gap: 12px;
  z-index: 9999;
}

.contact-btn {
  width: 52px;
  height: 52px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  text-decoration: none;
  box-shadow: 0 4px 10px rgba(0,0,0,0.2);
  transition: 0.3s ease;
}

/* Call - Green (standard phone color) */
.call-btn {
  background-color:#006799 ;
}

.call-btn:hover {
  background-color: #83C8F2;
  transform: scale(1.1);
}

/* Mail - Gmail red style */
.mail-btn {
  background-color: #EA4335;
}

.mail-btn:hover {
  background-color: #c5221f;
  transform: scale(1.1);
}

/* 📱 Mobile (up to 480px) */
@media (max-width: 480px) {
  .floating-contact {
    right: 15px;
    bottom: 15px;
    gap: 10px;
  }

  .contact-btn {
    width: 45px;
    height: 45px;
  }

  .contact-btn svg {
    width: 20px;
    height: 20px;
  }
}

/* 📱 Tablets (481px – 768px) */
@media (max-width: 768px) {
  .floating-contact {
    right: 18px;
    bottom: 18px;
  }

  .contact-btn {
    width: 48px;
    height: 48px;
  }

  .contact-btn svg {
    width: 22px;
    height: 22px;
  }
}

/* 💻 Small laptops (769px – 1024px) */
@media (max-width: 1024px) {
  .floating-contact {
    right: 20px;
    bottom: 20px;
  }

  .contact-btn {
    width: 50px;
    height: 50px;
  }
}/* End custom CSS */