/* Feature: Footer Layout and Link Styles */
.cm-footer { background: #fce4ec; color: #4a1525; font-size: 14px; border-top: 2px solid #edd5d5; font-family: 'Poppins', sans-serif; }
.cm-footer-title { font-family: 'Playfair Display', serif; color: #4a1525; font-weight: 700; letter-spacing: 1px; margin-bottom: 12px; }
.cm-footer-link { color: #6a2a3e; text-decoration: none; transition: 0.3s; display: block; margin-bottom: 8px; font-weight: 600; font-size: 13px; text-transform: lowercase; }
.cm-footer-link:hover { color: #c44569; padding-left: 8px; }
.cm-social-icon { display: inline-flex; align-items: center; justify-content: center; width: 36px; height: 36px; background: #fff; color: #4a1525; border: 1px solid #edd5d5; border-radius: 50%; margin-right: 10px; transition: 0.3s; text-decoration: none; }
.cm-social-icon:hover { background: #c44569; color: #fff; border-color: #c44569; transform: translateY(-3px); }
.cm-payment-icons i { font-size: 24px; margin-right: 12px; color: #6a2a3e; transition: 0.3s; }
.cm-payment-icons i:hover { color: #c44569; }
.cm-newsletter-form { display: flex; flex-direction: column; gap: 10px; width: 100%; max-width: 280px; }
.cm-newsletter-input-stack { background: #fff; border: 1px solid #edd5d5; color: #4a1525; border-radius: 6px; padding: 8px 15px; font-size: 14px; width: 100%; transition: 0.3s; }
.cm-newsletter-input-stack::placeholder { color: #999; }
.cm-newsletter-input-stack:focus { background: #fff; color: #4a1525; box-shadow: 0 0 5px rgba(196, 69, 105, 0.2); border-color: #c44569; outline: none; }
.cm-newsletter-btn-stack { background: #4a1525; color: #fff; border: none; font-weight: 600; padding: 8px 20px; border-radius: 6px; transition: 0.3s; cursor: pointer; }
.cm-newsletter-btn-stack:hover { background: #c44569; color: #fff; }
.cm-bottom-nav { position: fixed; bottom: 0; left: 0; right: 0; background: #fff; box-shadow: 0 -2px 15px rgba(196, 69, 105, 0.1); z-index: 1050; display: flex; justify-content: space-around; padding: 10px 0; border-top-left-radius: 20px; border-top-right-radius: 20px; border-top: 1px solid #edd5d5; }
.cm-bottom-nav-item { text-align: center; color: #6a2a3e; text-decoration: none; font-size: 11px; flex-grow: 1; transition: 0.3s; position: relative; display: flex; flex-direction: column; align-items: center; font-family: 'Poppins', sans-serif; }
.cm-bottom-nav-item i { font-size: 20px; margin-bottom: 4px; transition: 0.3s; }
.cm-bottom-nav-item.active { color: #c44569; font-weight: 600; }
.cm-bottom-nav-item.active i { transform: translateY(-3px); }
.cm-bottom-badge { position: absolute; top: -5px; right: 20px; background: #c44569; color: #fff; font-size: 10px; font-weight: bold; width: 18px; height: 18px; display: flex; align-items: center; justify-content: center; border-radius: 50%; }
.footer-quick-links { column-count: 2; column-gap: 20px; }
.footer-heading { text-transform: uppercase; margin-bottom: 1.5rem; font-weight: 700; color: #4a1525; font-size: 16px; }
.cm-install-app-btn { background: #c44569; color: #fff; border: none; padding: 10px 20px; border-radius: 25px; font-weight: 600; font-size: 14px; transition: 0.3s; display: inline-flex; align-items: center; justify-content: center; width: 100%; max-width: 250px; margin-top: 15px; cursor: pointer; }
.cm-install-app-btn:hover { background: #4a1525; color: #fff; transform: translateY(-2px); }
@media (max-width: 991px) {
    body { padding-bottom: 75px !important; }
    .footer-quick-links { column-count: 1; }
    .cm-newsletter-form { max-width: 100%; }
}