.elementor-17 .elementor-element.elementor-element-616c082{--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 for html, class: .elementor-element-be28d6b *//* ===== MEHROO FOOTER ===== */
.mfooter {
  background: #5C0F2A;
  color: rgba(255, 255, 255, 0.72);
  padding: 3.2rem 1.2rem 1.5rem;
  text-align: center;
}
.mfooter-in {
  max-width: 1100px;
  margin: 0 auto;
}
.mfooter-logo {
  font-family: 'Playfair Display', serif;
  font-size: 1.65rem;
  color: #fff;
  font-style: italic;
  margin-bottom: 0.4rem;
}
.mfooter-tag {
  font-family: 'Poppins', sans-serif;
  font-size: 0.76rem;
  color: rgba(255, 255, 255, 0.38);
  margin-bottom: 1.8rem;
}
.mfooter-nav {
  display: flex;
  gap: 1.5rem;
  justify-content: center;
  flex-wrap: wrap;
  margin-bottom: 1.6rem;
}
.mfooter-nav a {
  font-family: 'Poppins', sans-serif;
  color: rgba(255, 255, 255, 0.55);
  font-size: 0.76rem;
  text-decoration: none;
  transition: color 0.3s;
}
.mfooter-nav a:hover { color: #E8A0B4; }

.mfooter-social {
  display: flex;
  gap: 0.75rem;
  justify-content: center;
  margin-bottom: 2.2rem;
}
.mfooter-s {
  width: 38px; height: 38px;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.1);
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  font-size: 1rem;
  text-decoration: none;
  transition: all 0.3s;
}
.mfooter-s:hover {
  background: #C9607A;
  transform: translateY(-2px);
}
.mfooter-copy {
  font-family: 'Poppins', sans-serif;
  font-size: 0.68rem;
  color: rgba(255, 255, 255, 0.28);
  border-top: 1px solid rgba(255, 255, 255, 0.1);
  padding-top: 1.3rem;
}

/* ===== FLOATING WHATSAPP BUTTON ===== */
.mwa-btn {
  position: fixed;
  bottom: 1.4rem;
  right: 1.4rem;
  z-index: 9999;
  background: #25D366;
  color: #fff;
  border-radius: 50px;
  padding: 0.82rem 1.4rem;
  display: flex;
  align-items: center;
  gap: 0.6rem;
  box-shadow: 0 8px 28px rgba(37, 211, 102, 0.48);
  text-decoration: none;
  font-family: 'Poppins', sans-serif;
  font-size: 0.8rem;
  font-weight: 600;
  transition: all 0.3s;
  animation: mwaPulse 2.5s ease-in-out infinite;
}
.mwa-btn:hover {
  background: #1ebe5d;
  transform: translateY(-3px) scale(1.03);
}
.mwa-btn svg {
  width: 19px; height: 19px;
  fill: #fff;
  flex-shrink: 0;
}
@keyframes mwaPulse {
  0%, 100% { box-shadow: 0 8px 28px rgba(37, 211, 102, 0.48); }
  50%       { box-shadow: 0 8px 40px rgba(37, 211, 102, 0.75); }
}

/* Mobile: collapse WA button to circle */
@media (max-width: 768px) {
  .mwa-btn span { display: none; }
  .mwa-btn {
    border-radius: 50%;
    padding: 0.9rem;
    bottom: 1.1rem;
    right: 1.1rem;
  }
  .mwa-btn svg { width: 22px; height: 22px; }
}/* End custom CSS */