/* SwiftUnlock HQ - Footer Styles */

.footer-top {
    background-color: #1a1a1a; /* Darker than standard dark */
    font-size: 0.95rem;
}

.footer-top h4, .footer-top h5 {
    letter-spacing: 0.5px;
    margin-bottom: 1.5rem;
    color: #f8f9fa;
}

.social-icons a {
    display: inline-flex;
    justify-content: center;
    align-items: center;
    width: 36px;
    height: 36px;
    background: rgba(255,255,255,0.1);
    border-radius: 50%;
    transition: all 0.3s ease;
}

.social-icons a:hover {
    background: #0d6efd; /* Brand Blue */
    transform: translateY(-3px);
}

.footer-bottom {
    background-color: #ffffff;
    border-top: 1px solid #333;
}

/* Newsletter Modal Specifics */
#newsletters .modal-header {
    background-color: #0d6efd;
    color: white;
}
 .powered-by {
        position: fixed;
        bottom: 20px;
        right: 20px;
        color: gray;
        padding: 5px 15px;
        border-radius: 20px;
        font-size: 10px;
        z-index: 999;
        pointer-events: none;
    }