.church-footer-wrap-25533236 {
    position: relative;
    width: 100%;
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
    font-family: 'Raleway', sans-serif;
    overflow: hidden;
}

.church-footer-overlay-25533236 {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 1;
}

.church-footer-container-25533236 {
    position: relative;
    z-index: 2;
    width: 100%;
    margin: 0 auto;
    padding-left: 80px;
    padding-right: 80px;
}

.church-footer-grid-25533236 {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    grid-gap: 70px;
    padding-top: 80px;
    padding-bottom: 60px;
}

.church-footer-col-25533236 {
    display: flex;
    flex-direction: column;
}

.church-footer-col-inner-25533236 {
    width: 100%;
    text-align: left;
}

.church-footer-heading-25533236 {
    display: flex;
    align-items: center;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    margin: 0 0 25px 0;
    position: relative;
}

.church-footer-title-line-25533236 {
    display: inline-block;
    width: 40px;
    height: 2px;
    margin-right: 15px;
    flex-shrink: 0;
}

.church-footer-body-25533236 {
    font-weight: 400;
}

.church-footer-logo-25533236 {
    display: block;
    max-width: 180px;
    height: auto;
    margin-bottom: 20px;
}

.church-footer-about-content-25533236 p {
    margin: 0 0 20px 0;
}

.church-footer-readmore-btn-25533236 {
    display: inline-block;
    font-size: 14px;
    font-weight: 600;
    text-transform: uppercase;
    color: #ffffff;
    text-decoration: none;
    border-bottom: 2px solid currentColor;
    padding-bottom: 4px;
    transition: transform 0.3s ease, opacity 0.3s ease;
}

.church-footer-readmore-btn-25533236:hover {
    transform: translateX(5px);
    opacity: 0.85;
}

/* Links List & Menu style */
.church-footer-links-25533236 ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

.church-footer-links-25533236 ul li {
    margin-bottom: 12px;
}

.church-footer-links-25533236 ul li a {
    text-decoration: none;
    display: inline-flex;
    align-items: center;
    transition: all 0.3s ease;
}

.church-footer-links-25533236 ul li a:hover {
    transform: translateX(6px);
}

.church-footer-link-icon-25533236 {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    margin-right: 8px;
    font-size: 14px;
    line-height: 1;
}

.church-footer-link-icon-25533236 svg {
    width: 14px;
    height: 14px;
    fill: currentColor;
}

.church-footer-link-text-25533236 {
    display: inline-block;
}

/* Latest news posts layout */
.church-footer-posts-list-25533236 {
    display: flex;
    flex-direction: column;
    gap: 16px;
}

.church-footer-post-item-25533236 {
    display: flex;
    align-items: center;
    gap: 12px;
}

.church-footer-post-img-wrap-25533236 {
    flex-shrink: 0;
    width: 56px;
    height: 56px;
}

.church-footer-post-img-25533236 {
    width: 56px;
    height: 56px;
    object-fit: cover;
    display: block;
    border-radius: 6px;
}

.church-footer-post-placeholder-25533236 {
    width: 56px;
    height: 56px;
    background-color: rgba(255, 255, 255, 0.15);
    border-radius: 6px;
}

.church-footer-post-info-25533236 {
    display: flex;
    flex-direction: column;
    justify-content: center;
    text-align: left;
}

.church-footer-post-title-25533236 {
    font-size: 14px;
    font-weight: 600;
    margin: 0;
    line-height: 1.3;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-align: left;
}

.church-footer-post-title-25533236 a {
    text-decoration: none;
    transition: color 0.3s ease;
}

.church-footer-post-date-25533236 {
    font-size: 12px;
    font-weight: 400;
    color: rgba(255, 255, 255, 0.6);
    display: flex;
    align-items: center;
    gap: 6px;
    margin-top: 4px;
    padding: 0;
    text-align: left;
}

.church-footer-post-date-25533236 .dashicons {
    font-size: 14px;
    width: 14px;
    height: 14px;
    margin: 0;
}

/* Social icons design */
.church-footer-social-row-25533236 {
    display: flex;
    flex-wrap: wrap;
    gap: 6px;
    margin-bottom: 24px;
}

.church-footer-social-icon-25533236 {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 38px;
    height: 38px;
    color: #ffffff;
    text-decoration: none;
    border-radius: 8px;
    font-size: 18px;
    transition: transform 0.3s ease, background-color 0.3s ease;
}

.church-footer-social-icon-25533236:hover {
    transform: scale(1.05);
}

.church-footer-social-icon-25533236 svg {
    fill: currentColor;
    width: 18px;
    height: 18px;
}

/* Address sub-block */
.church-footer-address-block-25533236 {
    margin-top: 15px;
    text-align: left;
}

.church-footer-address-heading-25533236 {
    margin-bottom: 12px;
}

.church-footer-address-text-25533236 {
    line-height: 1.5;
    font-size: 14px;
    text-align: left;
}

/* Bottom Copyright Bar */
.church-footer-bottom-25533236 {
    position: relative;
    z-index: 2;
    background-color: rgba(0, 0, 0, 0.45);
    padding: 22px 0;
    text-align: center;
}

.church-footer-bottom-flex-25533236 {
    display: flex;
    justify-content: center;
    align-items: center;
}

.church-footer-bottom-flex-25533236 p {
    margin: 0;
    font-size: 14px;
    color: rgba(255, 255, 255, 0.7);
}

/* RESPONSIVE LAYOUT */
@media screen and (max-width: 1024px) {
    .church-footer-container-25533236 {
        padding-left: 40px;
        padding-right: 40px;
    }

    .church-footer-grid-25533236 {
        grid-template-columns: repeat(2, 1fr);
        grid-gap: 50px;
    }
}

@media screen and (max-width: 767px) {
    .church-footer-container-25533236 {
        padding-left: 24px;
        padding-right: 24px;
    }

    .church-footer-grid-25533236 {
        grid-template-columns: 1fr;
        grid-gap: 40px;
        padding-top: 60px;
        padding-bottom: 50px;
    }

    .church-footer-bottom-25533236 {
        text-align: left;
    }

    .church-footer-bottom-flex-25533236 {
        justify-content: flex-start;
    }
}
