.elementor-261 .elementor-element.elementor-element-5e816be{--display:flex;}.elementor-261 .elementor-element.elementor-element-db3436d{width:100%;max-width:100%;}.elementor-theme-builder-content-area{height:400px;}.elementor-location-header:before, .elementor-location-footer:before{content:"";display:table;clear:both;}/* Start custom CSS for html, class: .elementor-element-db3436d *//* ===== Footer ===== */
.footer-bottom {
  text-align: center;
  margin-top: 30px;
  border-top: 1px solid rgba(255,255,255,0.2);
  padding-top: 20px;
  line-height: 1.6;
}

.footer-rights {
  font-size: 12px;
  color: #fff;
}

.footer-credit {
  margin-top: 6px;
  font-size: 15px;
  font-weight: 700;
  color: #FFD700;
}

.footer-credit .whatsapp-link {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  color: #FFD700;
  text-decoration: none;
}

.footer-credit .whatsapp-link:hover {
  text-decoration: underline;
}

.footer-credit .whatsapp-icon {
  width: 18px;
  height: 18px;
}

@media (max-width: 768px) {
  .footer-credit {
    margin-top: 14px;
    font-size: 12px;
    line-height: 1.6;
    text-align: center;
  }

  .footer-credit .whatsapp-link {
    display: inline-flex;
    flex-direction: row;
    gap: 8px;
    justify-content: center;
    align-items: center;
    white-space: nowrap;
  }

  .footer-credit .whatsapp-icon {
    width: 16px;
    height: 16px;
  }
}

/* ===== Floating buttons ===== */
.floating-button {
  position: fixed;
  right: 20px;
  width: 64px;
  height: 64px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  font-size: 16px;
  font-weight: 700;
  box-shadow: 0 8px 20px rgba(0,0,0,0.25);
  z-index: 9999;
  text-decoration: none;
  transition: all 0.25s ease;
  cursor: pointer;
}

.floating-button:hover {
  transform: translateY(-4px) scale(1.08);
  box-shadow: 0 12px 28px rgba(0,0,0,0.35);
}

.floating-whatsapp { bottom: 20px; background-color: #25D366; }
.floating-phone    { bottom: 92px; background-color: #8B1A1A; }
.floating-facebook { bottom: 164px; background-color: #1877F2; }
.floating-youtube  { bottom: 236px; background-color: #FF0000; }

@media (max-width: 480px) {
  .floating-button {
    width: 48px;
    height: 48px;
    font-size: 12px;
    right: 12px;
  }

  .floating-whatsapp { bottom: 12px; }
  .floating-phone    { bottom: 68px; }
  .floating-facebook { bottom: 124px; }
  .floating-youtube  { bottom: 180px; }

  .floating-google { bottom: 232px; right: 12px; }
  .floating-google-label { bottom: 204px; right: 12px; }
}

.floating-google svg {
  width: 28px;
  height: 28px;
  transition: transform 0.3s ease, filter 0.3s ease;
}

.floating-google:hover svg {
  transform: scale(1.15);
  filter: drop-shadow(0 0 8px rgba(66,133,244,0.8));
}/* End custom CSS */