.elementor-547 .elementor-element.elementor-element-b099841{--display:flex;}.elementor-547 .elementor-element.elementor-element-b099841:not(.elementor-motion-effects-element-type-background), .elementor-547 .elementor-element.elementor-element-b099841 > .elementor-motion-effects-container > .elementor-motion-effects-layer{background-color:#0C0C0C;}/* Start custom CSS for html, class: .elementor-element-1193eb3 *//* ==========================================================================
   FAITH DRIVEN PREMIUM FOOTER
   ========================================================================== */

.fd-premium-footer {
    background-color: #0c0c0c; /* Deep Dark Background */
    color: #f4f4f4;
    padding: 80px 0 20px;
    font-family: 'Playfair Display', serif; /* Matching your luxury font style */
    border-top: 4px solid #A67C52; /* Your Gold Brand Color */
}

.fd-footer-container {
    max-width: 1200px;
    margin: 0 auto;
    display: grid;
    grid-template-columns: 1.4fr 0.8fr 0.8fr;
    gap: 40px;
    padding: 0 22px;
}

.fd-footer-heading {
    color: #A67C52; /* Gold Brand Color */
    font-size: 1.3rem;
    text-transform: uppercase;
    letter-spacing: 2px;
    margin-bottom: 30px;
    position: relative;
    font-weight: 700;
}

.fd-footer-heading::after {
    content: '';
    position: absolute;
    bottom: -10px;
    left: 0;
    width: 50px;
    height: 2px;
    background: #A67C52;
}

.fd-footer-desc {
    color: #c7c7c7;
    line-height: 1.8;
    font-size: 15px;
    max-width: 400px;
}

/* Quick Links List */
.fd-footer-links-list { 
    list-style: none; 
    padding: 0; 
    margin: 0; 
}

.fd-footer-links-list li { 
    margin-bottom: 15px; 
}

.fd-footer-links-list li a {
    color: #ffffff;
    text-decoration: none;
    font-size: 15px;
    transition: 0.3s ease;
    display: flex;
    align-items: center;
}

.fd-footer-links-list li a:hover {
    color: #A67C52;
    transform: translateX(8px);
}

/* Social & Contact Box */
.fd-social-wrapper {
    display: flex;
    flex-direction: column;
    gap: 12px;
}

.fd-social-box {
    display: flex;
    align-items: center;
    background: rgba(255, 255, 255, 0.03);
    padding: 12px 18px;
    border-radius: 2px;
    color: #fff;
    text-decoration: none;
    transition: 0.3s;
    border: 1px solid rgba(166, 124, 82, 0.1);
}

.fd-social-box i {
    margin-right: 15px;
    color: #A67C52;
    font-size: 1.1rem;
    min-width: 20px;
    text-align: center;
}

.fd-social-box span {
    font-size: 14px;
    font-weight: 500;
}

.fd-social-box:hover {
    background: rgba(166, 124, 82, 0.08);
    border-color: #A67C52;
    color: #A67C52;
}

/* Footer Bottom */
.fd-footer-bottom {
    margin-top: 70px;
    padding: 30px 20px 10px;
    text-align: center;
    border-top: 1px solid rgba(255, 255, 255, 0.05);
    font-size: 0.85rem;
    color: #777;
    letter-spacing: 0.5px;
}

/* ======================================================
   RESPONSIVE (Mobile & Tablet)
   ====================================================== */

@media (max-width: 1024px) {
    .fd-footer-container {
        grid-template-columns: 1fr 1fr;
    }
    .fd-footer-about {
        grid-column: span 2;
        margin-bottom: 20px;
    }
}

@media (max-width: 768px) {
    .fd-footer-container {
        grid-template-columns: 1fr;
        text-align: center;
    }
    
    .fd-footer-about {
        grid-column: span 1;
    }

    .fd-footer-heading::after {
        left: 50%;
        transform: translateX(-50%);
    }

    .fd-footer-links-list {
        display: inline-block;
        text-align: left;
    }

    .fd-social-box {
        justify-content: flex-start;
        max-width: 300px;
        margin: 0 auto;
    }
    
    .fd-footer-desc {
        margin: 0 auto;
    }
}/* End custom CSS */