.elementor-2479 .elementor-element.elementor-element-96060db{--display:flex;}.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-87a1308 */.asthencion-footer {
  background: linear-gradient(180deg, #FFE4ED 0%, #fdfbfa 30%);
  color: #000;
  padding: 60px 5%;
  font-family: "", system-ui, sans-serif;
  border-top: 1px solid #eee;
}
.home .asthencion-footer { display: none !important; }

.footer-inner { max-width: 1200px; margin: 0 auto; }

/* Newsletter */
.footer-signup {
  text-align: center;
  margin-bottom: 40px;
  
}
.footer-note {
  font-size: 0.95rem;
  color: #444;
  margin-bottom: 16px;

}
.footer-form {
  display: inline-flex;
  gap: 10px;
  align-items: center;
  
}
.footer-form input[type="email"] {
  padding: 9px 14px;
  border-radius: 999px;
  border: 1.5px solid #e7e2ee;
  font-size: 0.95rem;
  width: 260px;
  background: #fff;
  transition: all 0.3s ease;
  
}
.footer-form input[type="email"]:focus {
  outline: none;
  border-color: #E94684;
  box-shadow: 0 0 10px rgba(233,70,132,0.5); /* hot pink glow */
  
}

/* Offset button */
.btn-join {
  border: 2px solid #000;
  border-radius: 999px;
  background: linear-gradient(145deg, #FFF8FB 0%, #F5E4F0 45%, #EFDDEB 100%);
  color: #000;
  box-shadow: 8px 8px 0 #000;
  text-transform: uppercase;
  letter-spacing: 1px;
  padding: 0.7em 1.5em;
  font-size: 0.9rem;
  font-weight: 600;
  cursor: pointer;
  transition: all 0.4s ease;
  backdrop-filter: blur(3px);
  position: relative;
  overflow: hidden;
}
.btn-join::before {
  content: '';
  position: absolute;
  top: 0;
  left: -75%;
  width: 50%;
  height: 100%;
  background: linear-gradient(120deg, rgba(255,255,255,0.6) 0%, rgba(255,255,255,0.1) 60%, transparent 100%);
  transform: skewX(-20deg);
  opacity: 0;
}
.btn-join:hover::before {
  animation: glimmer 1.2s linear forwards;
   
}
@keyframes glimmer {
  0% { left: -75%; opacity: 1; }
  100% { left: 125%; opacity: 0; }
}
.btn-join:hover {
  background: #E94684;
  color: #fff;
box-shadow: 20px 20px 0 #000, 0 0 15px 5px #e94684 !important; /* keeps black offset + adds glow */
}
.btn-join:active { transform: translateY(1px); }

.footer-consent {
  font-size: 0.8rem;
  color: #777;
  margin-top: 8px;
    color: #EFA7C3; /* muted soft pink for body text */

}

/* Columns (adds subtle alternating tints) */
.footer-columns {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
  gap: 40px;
  margin-bottom: 40px;
  border-radius: 480px;
}
.footer-col:nth-child(1) { background: rgba(255,238,247,0.35); border-radius: 14px; padding: 20px; }
.footer-col:nth-child(2) { background: rgba(235,245,238,0.35); border-radius: 14px; padding: 20px; }
.footer-col:nth-child(3) { background: rgba(250,242,255,0.35); border-radius: 14px; padding: 20px; }

.footer-col h4 {
  font-weight: 600;
  font-size: 0.9rem;
  margin-bottom: 12px;
  text-transform: uppercase;
  color: #111;
  letter-spacing: 0.5px;
}
.footer-col ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
.footer-col ul li { margin-bottom: 8px; }

.footer-col a {
  color: #444;
  text-decoration: none;
  transition: color 0.25s ease;
}
.footer-col a:hover {
  color: #E94684;
}

/* Special pink link (Give Back · Spread Love) */
.pink-link {
  color: #E94684 !important;
  font-weight: 600;
  transition: color 0.3s ease;
}
.pink-link:hover {
  color: #B7F8A6 !important;
}

/* Social Icons */
.social-links i {
  margin-right: 6px;
  font-size: 1rem;
}

/* Footer Bottom */
.footer-bottom {
  border-top: 1px solid #eee;
  padding-top: 20px;
  font-size: 0.85rem;
  color: #EFA7C3; /* muted soft pink for body text */  text-align: right;
}
.footer-bottom a {
  color: #EFA7C3; /* muted soft pink for body text */
  text-decoration: none;
  transition: color 0.2s ease;
}
.footer-bottom a:hover {
  color: #E94684;
}

/* Accessibility helper */
.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0,0,0,0);
  white-space: nowrap;
  border: 0;
}

/* ----------  RESPONSIVE STACK SNIPPET ---------- */
@media (max-width: 768px) {
  .footer-form {
    flex-direction: column;
    width: 100%;
  }
  .footer-form input[type="email"] {
    width: 90%;
    margin-bottom: 10px;
  }
  .btn-join {
    width: auto;
  }
  .footer-columns {
    gap: 25px;
  }
  .footer-col {
    background: rgba(255, 250, 253, 0.6);
    padding: 16px;
  }
}/* End custom CSS */