﻿
.bible-verse-section {
    position: relative;
    background-color: #252424;
    overflow: hidden;
    min-height: 400px;
    display: flex;
    align-items: center;
    justify-content: center;
}

    .bible-verse-section .bible-verse-container {
        position: relative;
        z-index: 2;
        width: 100%;
    }

    .bible-verse-section .bible-verse-content {
        display: flex;
        flex-direction: column;
        max-width: 895px;
        margin: 0 auto;
        color: white;
        padding-block: 60px;
        width: fit-content;
        transition: opacity 1s ease;
    }

.script-banners {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
}

    .script-banners .script-banner {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        object-fit: cover;
        opacity: 0;
        transition: opacity 1s ease;
    }

.btn {
    text-transform: capitalize;
}

    .btn:hover {
        background: black;
        border-color: black;
    }

.bible-verse-section .bible-verse-content {
    display: flex;
    flex-direction: column;
    max-width: 895px;
    margin: 0 auto;
    color: white;
    padding-block: 60px;
    width: fit-content;
}

    .bible-verse-section .bible-verse-content .bible-quote {
        color: white;
        font-weight: 700;
        text-wrap: balance;
        text-align: center;
        margin-bottom: 32px;
        white-space: 0px;
        width: fit-content;
    }

    .bible-verse-section .bible-verse-content .bible-verse {
        font-weight: 600;
        letter-spacing: -4%;
        font-size: clamp(14px, 3vw, 24px);
        text-align: right;
        margin-right: 10%;
    }

.what-we-do {
    padding-block: 48px;
}

.what-we-do-container {
    display: grid;
    gap: 24px 32px;
    align-items: center;
}

    .what-we-do-container .image-container {
        height: 100%;
        margin-inline: calc(-1 * var(--container-padding));
    }

        .what-we-do-container .image-container img {
            width: 100%;
            object-fit: cover;
            height: 100%;
        }

            .what-we-do-container .image-container img.small {
                max-height: 650px;
            }

            .what-we-do-container .image-container img.big {
                display: none;
            }

.what-we-do-content {
    display: flex;
    flex-direction: column;
    gap: 32px;
    text-align: left;
}

    .what-we-do-content span.section-label {
        margin-bottom: 12px;
    }

    .what-we-do-content p {
        color: #676F7E;
        font-family: "Newsreader", sans-serif;
        font-weight: 500;
        line-height: 1.6;
    }

.what-we-do-stats {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 12px 24px;
    flex-wrap: wrap;
    text-align: center;
}

.what-we-do .stat h2 {
    color: #282828;
    font-size: clamp(24px, 4vw, 18px);
    font-weight: 500;
}

.what-we-do .stat p {
    color: #676F7E;
    font-size: 12px;
    font-weight: 500;
    font-family: "Newsreader", sans-serif;
    text-transform: uppercase;
}

.together-we-container {
    display: grid;
    gap: 32px 100px;
    align-items: center;
}

.together-we-image img {
    width: 100%;
    min-height: 500px;
    object-fit: cover;
}

.other-ways-to-give-wrapper {
    background: #f7f5ed;
    padding-block: 48px;
}

.other-ways-to-give-container {
    display: flex;
    flex-direction: column;
    gap: 48px;
}

    .other-ways-to-give-container .header-content {
        display: flex;
        flex-direction: column;
        gap: 12px;
        align-items: center;
        text-align: center;
    }

.header-content p {
    color: #676f7e;
    font-family: "Newsreader", sans;
    font-size: 16px;
    font-weight: 500;
    max-width: 650px;
    line-height: 1.6;
}

.ways-to-give {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 24px;
}

.way-to-give {
    background: #fff;
    border: 1px solid #d7d1d1;
    border-radius: 16px;
    padding: 24px 16px;
    display: flex;
    flex-direction: column;
    gap: 16px;
    align-items: start;
    max-width: 380px;
}

    .way-to-give img {
        width: 24px;
    }

    .way-to-give h3 {
        font-size: clamp(24px, 2vw, 28px);
        font-weight: 400;
        color: #282828;
        letter-spacing: -2%;
    }

    .way-to-give p {
        font-size: clamp(14px, 2vw, 16px);
        line-height: 180%;
        font-weight: 500;
        font-family: "Newsreader", serif;
        color: #676f7e;
        flex: 1;
    }

    .way-to-give a {
        color: var(--primary-dark);
        text-decoration: underline;
        line-height: 1.8;
        font-weight: 500;
        font-family: "Newsreader", sans-serif;
        font-size: 16px;
    }

.featured-stories {
    padding-block: 48px;
}

.featured-stories-container {
    display: flex;
    flex-direction: column;
    gap: 48px;
}

    .featured-stories-container .header-content {
        display: flex;
        flex-direction: column;
        align-items: center;
        text-align: center;
        gap: 10px;
    }

.get-in-touch-wrapper {
    padding-block: 48px;
}

.get-in-touch-container {
    display: grid;
    gap: 32px 0px;
}

.get-in-touch-contents {
    display: flex;
    flex-direction: column;
    gap: 48px;
}

.get-in-touch-content {
    display: flex;
    flex-direction: column;
    gap: 20px;
}

    .get-in-touch-content .heading {
        display: flex;
        align-items: center;
        gap: 20px;
    }

        .get-in-touch-content .heading img {
            width: 16px;
        }

        .get-in-touch-content .heading h2 {
            font-size: clamp(24px, 5vw, 43px);
            font-weight: 500;
            color: #282828;
            letter-spacing: -2%;
        }

    .get-in-touch-content p {
        font-size: clamp(16px, 1.5vw, 18px);
        line-height: 1.6;
        color: #676f7e;
        font-weight: 500;
        font-family: 'Newsreader', serif;
    }

.focus-list {
    list-style: none;
    display: flex;
    flex-direction: column;
    gap: 15px;
}

    .focus-list li {
        display: flex;
        align-items: flex-start;
        gap: 12px;
        font-size: clamp(14px, 2vw, 18px);
        line-height: 28px;
        font-weight: 400;
        font-family: "Newsreader", serif;
        color: #676F7E;
        letter-spacing: -0.5px;
    }

        .focus-list li p span {
            font-weight: 600;
        }

        .focus-list li::before {
            content: "";
            width: 8px;
            height: 8px;
            min-width: 8px;
            background: #676F7E;
            border-radius: 50%;
            margin-top: 8px;
        }

.stories-container {
    display: flex;
    flex-direction: column;
    gap: 24px;
    overflow-y: auto;
    scroll-snap-type: y mandatory;
    -webkit-overflow-scrolling: touch;
    max-height: 600px;
    padding-bottom: 16px;
    scrollbar-width: thin;
    scrollbar-color: #282828 #e8e8e8;
}

    .stories-container::-webkit-scrollbar {
        width: 4px;
    }

    .stories-container::-webkit-scrollbar-track {
        background: #e8e8e8;
        border-radius: 2px;
    }

    .stories-container::-webkit-scrollbar-thumb {
        background: #282828;
        border-radius: 2px;
    }

.story {
    display: flex;
    flex-direction: column;
    border-radius: 20px;
    border: 1px solid #e5e5e5;
    background: #fff;
    overflow: hidden;
    scroll-snap-align: start;
    flex-shrink: 0;
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.06);
    transition: box-shadow 0.3s ease, transform 0.3s ease;
}

    .story:hover {
        box-shadow: 0 8px 30px rgba(0, 0, 0, 0.1);
    }

.story-image {
    width: 100%;
    height: 250px;
}

    .story-image img {
        width: 100%;
        height: 100%;
        object-fit: cover;
    }

.story-content {
    padding: 24px;
    display: flex;
    flex-direction: column;
    gap: 16px;
}

    .story-content p {
        font-family: "Newsreader", serif;
        font-size: 16px;
        line-height: 1.6;
        color: #676F7E;
        font-weight: 500;
        flex: 1;
    }

    .story-content span {
        font-size: 14px;
        font-weight: 500;
        text-transform: uppercase;
        /* letter-spacing: 1px; */
        color: #282828;
    }

@media (min-width: 768px) {
    .stories-container {
        flex-direction: row;
        overflow-x: auto;
        overflow-y: hidden;
        scroll-snap-type: x mandatory;
        max-height: none;
        padding-bottom: 16px;
        scrollbar-width: thin;
        scrollbar-color: #282828 #e8e8e8;
        -webkit-overflow-scrolling: touch;
        scroll-behavior: smooth;
    }

        .stories-container::-webkit-scrollbar {
            height: 4px;
        }

        .stories-container::-webkit-scrollbar-track {
            background: #e8e8e8;
            border-radius: 2px;
        }

        .stories-container::-webkit-scrollbar-thumb {
            background: #282828;
            border-radius: 2px;
        }

    .story {
        flex-direction: row;
        width: 55%;
        min-width: 55%;
    }

    .story-image {
        width: 35%;
        height: auto;
        min-height: 250px;
    }

        .story-image img {
            transition: transform 0.4s ease;
        }

    .story:hover .story-image img {
        transform: scale(1.05);
    }

    .story-content {
        width: 65%;
        padding: 32px;
        justify-content: center;
    }
}

@media (min-width: 768px) {
    .get-in-touch-container {
        align-items: center;
        display: grid;
        grid-template-columns: 1fr 1fr;
    }
}

@media (min-width: 640px) {
    .bible-verse-content {
        padding-block: 100px;
    }

    .what-we-do, .other-ways-to-give-wrapper, .featured-stories {
        padding-block: 72px;
    }

    .what-we-do-container {
        grid-template-columns: 1fr 1fr;
    }

        .what-we-do-container .image-container {
            margin-inline: unset;
        }

            .what-we-do-container .image-container img.small {
                display: none;
            }

            .what-we-do-container .image-container img.big {
                display: inline;
            }
}

@media (min-width: 1024px) {
    .what-we-do-container {
        grid-template-columns: 1fr 650px;
    }

    .together-we-container {
        grid-template-columns: 1fr 1fr;
    }
}
