.elementor-25 .elementor-element.elementor-element-a6aabd4{--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;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}.elementor-theme-builder-content-area{height:400px;}.elementor-location-header:before, .elementor-location-footer:before{content:"";display:table;clear:both;}/* Start custom CSS *//* FOOTER CSS — Anushree Shewale Makeup */

.asm-footer *, .asm-footer *::before, .asm-footer *::after {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}

.asm-footer {
  background: #2d2d2d;
  color: rgba(255,255,255,0.7);
  padding: 64px 24px 32px;
  margin-top: 64px;
  width: 100%;
  font-family: 'Inter', -apple-system, sans-serif;
}
.asm-footer-inner {
  max-width: 1100px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: 1.4fr 1fr 1fr 1fr;
  gap: 40px;
}
.asm-footer-brand {
  font-family: 'Playfair Display', Georgia, serif;
  font-size: 19px;
  color: #ffffff;
  margin-bottom: 14px;
  font-weight: 500;
}
.asm-footer-pink { color: #e8cdd4; }
.asm-footer-desc {
  font-size: 14px;
  line-height: 1.7;
  color: rgba(255,255,255,0.45);
  margin-bottom: 20px;
}
.asm-footer-contact {
  font-size: 14px;
  margin-bottom: 8px;
}
.asm-footer-contact a {
  color: rgba(255,255,255,0.65);
  text-decoration: none;
  transition: color 0.2s;
}
.asm-footer-contact a:hover { color: #e8cdd4; }
.asm-footer-heading {
  font-size: 11px;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.1em;
  color: rgba(255,255,255,0.35);
  margin-bottom: 16px;
}
.asm-footer-heading-mt { margin-top: 24px; }
.asm-footer-links {
  list-style: none;
  padding: 0;
  margin: 0;
}
.asm-footer-links li { margin-bottom: 8px; }
.asm-footer-links a {
  font-size: 13.5px;
  color: rgba(255,255,255,0.55);
  text-decoration: none;
  transition: color 0.2s;
}
.asm-footer-links a:hover { color: #e8cdd4; }
.asm-footer-areas {
  font-size: 13px;
  color: rgba(255,255,255,0.35);
  line-height: 1.8;
}
.asm-footer-bottom {
  max-width: 1100px;
  margin: 40px auto 0;
  padding-top: 24px;
  border-top: 1px solid rgba(255,255,255,0.07);
  display: flex;
  justify-content: space-between;
  align-items: center;
  font-size: 12.5px;
  color: rgba(255,255,255,0.25);
}

/* WhatsApp float */
.asm-wa {
  position: fixed;
  bottom: 24px;
  right: 24px;
  width: 56px;
  height: 56px;
  background: #25D366;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow: 0 4px 16px rgba(37,211,102,0.3);
  z-index: 99998;
  transition: transform 0.2s, box-shadow 0.2s;
  text-decoration: none;
}
.asm-wa:hover { transform: scale(1.08); box-shadow: 0 6px 24px rgba(37,211,102,0.4); }
.asm-wa svg { width: 28px; height: 28px; fill: #ffffff; }

/* Responsive */
@media (max-width: 768px) {
  .asm-footer-inner { grid-template-columns: 1fr 1fr; gap: 32px; }
  .asm-footer-bottom { flex-direction: column; gap: 8px; text-align: center; }
}
@media (max-width: 480px) {
  .asm-footer-inner { grid-template-columns: 1fr; gap: 28px; }
  .asm-wa { bottom: 16px; right: 16px; width: 50px; height: 50px; }
  .asm-wa svg { width: 24px; height: 24px; }
}/* End custom CSS */