.overlay {
    height: 100%;
    width: 100%;
    position: fixed;
    padding-top: 150px;
    top: 0;
    left: 0;
    background-color: black;
    color: white;
    z-index: 9999;
    overflow-x: hidden;
    transition: 0.3s;
    display: none;
}

.overlay-content {
    padding-top: 90px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    height: 100%;
}

.overlay a {
    text-decoration: none;
    font-size: 2rem;
    color: white;
    padding: 10px 0;
    margin-left: 10px;
    margin-right: 10px;
}

.overlay a:hover {
    color: red;
}

.overlay .social-icons {
    margin-top: 20px;
}

.social-icons a {
    font-size: 1.5rem;
    margin: 0 10px;
    color: white;
}

.social-icons a:hover {
    color: red;
}

.closebtn {
    position: absolute;
    top: 20px;
    right: 35px;
    font-size: 3rem;
    color: white;
    cursor: pointer;
}

.navbar {
    background-color: black;
    color: white;
}

.navbar-brand {
    font-size: 1.5rem;
    font-weight: bold;
    color: white;
}

.navbar-brand span {
    color: red;
}

.navbar-nav .nav-link {
    color: white;
    font-size: 1rem;
}

.navbar-nav .nav-link.active {
    font-weight: bold;
    color: red;
}

.navbar-toggler {
    border: none;
}

.navbar-toggler-icon {
    background-image: none;
    font-size: 1.5rem;
    color: white;
}

.flex-nav {
    display: flex;
    justify-content: space-around;
    flex-wrap: wrap;
    flex-direction: row;
    align-items: center;
}

.hero {
    background: linear-gradient(to bottom,
            rgba(0, 0, 0, 0.6),
            rgba(0, 0, 0, 0.3)),
        url("../imgs/cover2.jpg") center/cover;
    color: white;
    text-align: center;
    padding-top: 320px;
    padding-bottom: 200px;
    overflow: hidden;
}

.hero2 {
    background: linear-gradient(to bottom,
            rgba(0, 0, 0, 0.6),
            rgba(0, 0, 0, 0.3)),
        url("../imgs/cover3.jpg") center/cover;
    color: white;
    text-align: center;
    padding-top: 300px;
    padding-bottom: 200px;
}

.hero3 {
    background-color: black;
    color: white;
    text-align: center;
    padding-top: 300px;
    padding-bottom: 200px;
}

.hero4 {
    background: linear-gradient(to bottom,
            rgba(0, 0, 0, 0.6),
            rgba(0, 0, 0, 0.3)),
        url("../imgs/cover4.jpg") center/cover;
    color: white;
    text-align: center;
    padding-top: 300px;
    padding-bottom: 200px;
}

.heropart {
    background: linear-gradient(to bottom,
            rgba(0, 0, 0, 0.6),
            rgba(0, 0, 0, 0.3)),
        url("../imgs/partner.jpg") center/cover;
    color: white;
    text-align: center;
    padding-top: 300px;
    padding-bottom: 200px;
}

.logo-img {
    width: 50px !important;
    height: 50px !important;
}

.welcome {
    font-weight: 800;
    line-height: 50px;
}

.intro {
    background-color: antiquewhite;
    padding: 20px;
    border-radius: 10px;
    display: inline-block;
    margin-top: 20px;
}

.pd-3 {
    padding-left: 20px;
}

.card {
    border: none;
    border-radius: 0;
    color: white;
    text-align: left;
}

.card img {
    filter: brightness(60%);
}

.card-title {
    font-size: 2rem;
    font-weight: bold;
}

.card-text {
    font-size: 1.2rem;
    text-transform: uppercase;
}

.btn-learn-more {
    color: white;
    font-weight: bold;
    text-decoration: none;
    display: inline-block;
    position: relative;
}

.bg-darker {
    background-color: black;
    padding-bottom: 200px;
}

.over {
    color: black;
    background-color: #eee;
    padding: 5px 5px;
    border-radius: 10px;
    text-align: center;
    width: max-content;
}

.abt-us {
    font-weight: 800;
    font-size: 40px;
}

.pt-30 {
    padding-top: 80px;
}

.mb-50 {
    margin-bottom: 50px;
    margin-top: 40px;
}

.mt-30 {
    margin-top: 70px;
}

.branches {
    display: flex;
    flex-direction: column;
    align-items: center;
    margin-top: 30px;
}

.all-branches {
    background-color: transparent;
    border: 1px solid white;
    border-radius: 25px;
    padding: 10px;
    color: white;
    margin-bottom: 100px;
}

.believe-section {
    display: flex;
    flex-direction: column;
    justify-content: left;
}

.content {
    text-align: justify;
    font-size: 25px;
    margin-top: 20px;
}

body {
    overflow-x: hidden;
}

.community-text {
    text-align: center;
    font-weight: 800;
    line-height: 60px;
    font-size: 45px;
}

.card-text {
    text-transform: capitalize !important;
}

.bg-darker2 {
    background-color: black;
    padding-bottom: 100px;
    padding-top: 40px;
}

.rounded-arrow {
    display: none;
    /* Hidden by default */
    position: fixed;
    bottom: 50px;
    /* Position at bottom-right corner */
    right: 20px;
    width: 50px;
    height: 50px;
    background-color: #dc3545;
    /* Blue background */
    color: white;
    border: none;
    border-radius: 50%;
    /* Rounded shape */
    cursor: pointer;
    font-size: 25px;
    /* Icon size */
    display: flex;
    justify-content: center;
    align-items: center;
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.2);
    /* Shadow effect */
    z-index: 1000;
    /* Ensure visibility */
    transition: background-color 0.3s, transform 0.3s;
    /* Smooth hover effects */
}

.rounded-arrow:hover {
    background-color: #df7f89;
    transform: scale(1.1);
}

.footer {
    background-color: #222;
    color: #fff;
    padding: 40px 20px;
}

.footer a {
    color: #fff;
    text-decoration: none;
}

.footer a:hover {
    color: #df7f89;
}

.social-icons a {
    margin: 0 10px;
    font-size: 18px;
}

.footer-bottom {
    text-align: center;
    padding-top: 20px;
    border-top: 1px solid #444;
    margin-top: 20px;
    font-size: 14px;
}

.abt-bishop {
    line-height: 55px;
    font-size: 23px;
}

.give {
    background-color: #f8eaea;
    padding: 10px 30px;
    border-radius: 15px;
    color: black;
    margin-top: 20px;
    margin-bottom: 40px;
    padding-bottom: 40px;
}

.gv-call {
    font-size: 60px;
}

.gv-now {
    color: black;
    background-color: white;
    border-radius: 20px;
    padding: 10px 15px;
    border: none;
    margin-right: 10px;
    font-weight: 500;
}

.gv-partner {
    color: white;
    background-color: #e23a4b;
    border-radius: 20px;
    padding: 10px 20px;
    border: none;
    margin-right: 10px;
}

.gv-partner:hover {
    background-color: #905258;
}

.gv-now:hover {
    background-color: black;
    color: white;
}

/* ABOUT PAGE SECTION */
.intro-txt1 {
    font-weight: 700;
}

.statement {
    background-color: #444;
    padding: 20px;
    height: 100%;
    border-bottom-left-radius: 50px;
    border-top-right-radius: 40px;
}

.stat-item {
    color: white;
    font-size: 30px;
    line-height: 60px;
}

.branch-intro1 {
    font-size: 40px;
}

.branch-intro2 {
    font-size: 30px;
}

.mx-40 {
    margin-top: 45px;
    margin-bottom: 5px;
}

.txt-800 {
    font-weight: 700;
}

.mx-100 {
    margin-top: 100px;
    margin-bottom: 100px;
}

.bg-grey {
    background-color: #e5e8eb;
    padding: 10px 30px;
    border-radius: 10px;
}

.vid {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.sermons-intro {
    font-size: 50px;
    font-weight: 700;
    margin-top: 40px;
}

.title {
    font-size: 20px;
    font-weight: 600;
}

.bank-1 {
    border: 1px solid blue;
    border-radius: 4px;
}

.bank-2 {
    border: 1px solid green;
    border-radius: 4px;
}

.bank-3 {
    border: 1px solid purple;
    border-radius: 4px;
}

.bank-4 {
    border: 1px solid orange;
    border-radius: 4px;
}

.hand-cursor {
    cursor: pointer;
}

.learn-more-btn {
    background-color: #e23a4b !important;
    color: #fff !important;
    border: none !important;
    padding: 10px 20px !important;
    border-radius: 5px !important;
    text-transform: uppercase;
    font-weight: bold !important;
}

.partner-pad {
    padding-top: 300px;
}

.abt-us {
    font-size: 70px;
}

.abt-1 {
    font-size: 29px;
    margin-bottom: 30px;
}

.abt-2 {
    font-size: 29px;
}

.curve {
    border-top-left-radius: 75px;
    border-bottom-right-radius: 50px;
}

.join {
    text-align: left;
    font-weight: 700;
    font-size: 50px;
}

.content {
    padding: 20px;
    margin-top: 150px;
}

.cta-button {
    display: inline-block;
    background: #ff9800;
    color: white;
    padding: 12px 24px;
    font-size: 18px;
    border-radius: 5px;
    text-decoration: none;
    margin-top: 20px;
}

.cta-button:hover {
    background: #e68900;
}

.foot-logo {
    width: 150px;
    height: 50px;
    margin-bottom: 50px;
}

.mission {
    font-size: 20px;
}

.blue-bg {
    background-image: url(../imgs/background.png);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    margin-top: 40px;
    padding-top: 30px;
    padding-bottom: 50px;
}


.mb-10 {
    margin-bottom: 50px;
}

.team-section {
    background-color: #4b0082;
    color: white;
    padding: 20px;
    text-align: center;
}

.team-member {
    background-color: white;
    color: black;
    padding: 15px;
    margin: 10px;
    border-radius: 5px;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
}

.team-member h5 {
    margin-bottom: 5px;
}

.team-member p {
    margin: 0;
}

.team-number {
    background-color: #4b0082;
    color: white;
    border-radius: 50%;
    width: 30px;
    height: 30px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto 10px;
}

.boop-logo {
    margin-top: 20px;
}


.container {
    padding: 20px;
}

.section-title {
    font-weight: bold;
    font-size: 1.5rem;
}

.section-content {
    margin-bottom: 20px;
}

.logo {
    display: flex;
    align-items: center;
    justify-content: center;
}

.value-title {
    font-size: 2.5rem;
    font-weight: bold;
    color: #2d2d7e;
}

.value-item {
    margin-bottom: 20px;
}

.value-item h5 {
    font-size: 1.5rem;
    font-weight: bold;
}

.value-item p {
    font-size: 1rem;
}

.logo {
    position: absolute;
    bottom: 20px;
    left: 20px;
}

.sectionbody {
    background-color: #f4a300;
    color: #000;
    font-family: Arial, sans-serif;
    padding: 35px;
    border-top-left-radius: 100px;
    border-bottom-right-radius: 50px;
}

.tablebody {
    background-color: #f3f3f3;
    color: #333;
    font-family: Arial, sans-serif;
}
.container {
    padding: 50px;
}
.project-title {
    font-size: 3rem;
    font-weight: bold;
    color: #2d2d7e;
}
.project-item {
    margin-bottom: 20px;
}
.project-item h5 {
    font-size: 1.2rem;
    font-weight: bold;
}
.project-item p {
    font-size: 1rem;
}

.img-flu{
    width: 100%;
    height: 300px;
    object-fit:contain;
}

.text-right{
    padding: 20px;
    font-size: 25px;
    text-align: center;
}

.title {
    font-size: 2rem;
    font-weight: bold;
    margin-bottom: 20px;
    text-align: center;
}
.contact-info {
    text-align: center;
    margin-top: 20px;
}
.logo {
    text-align: center;
    margin-top: 30px;
}
.logo img {
    width: 100px;
}
.row {
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 20px;
}
.text-column {
    flex: 1;
    text-align: left;
}
.image-column {
    flex: 1;
    text-align: right;
}
.image-column img {
    width: 200px;
    height: auto;
}

.boop-logo {
    max-width: 250px;
}

.boop-title {
    font-weight: bold;
    font-size: 2.5rem;
}

.boop-subtitle {
    font-size: 1.5rem;
}

.thank-you-card {
    background: #fff;
    border-radius: 15px;
    box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.1);
    overflow: hidden;
    max-width: 800px;
    margin: auto;
}

.thank-you-text {
    padding: 20px;
}

.thank-you-text h1 {
    font-family: 'Brush Script MT', cursive;
    color: #333;
}

.contact-info i {
    color: #ff6600;
    margin-right: 10px;
}

.fixed-top-scroll{
    position: fixed;
    top: 75px;
    left: 0;
    width: 100%;
    background-color: #F8F9FA;
    color: white;
    padding: 10px;
    z-index: 1000;
}

@media (max-width: 768px) {
    .overlay {
        text-align: center;
        padding-top: 400px;
    }

    .center-nav-items {
        display: none !important;
    }

    .flex-nav {
        flex-direction: column;
    }

    .abt-us {
        font-weight: 800;
        font-size: 20px;
    }

    .bg-darker {
        padding-bottom: 80px;
    }

    .content {
        font-size: 16px;
        padding: 4px;
        text-align: justify;
    }

    .community-text {
        font-size: 25px;
        line-height: 40px;
    }

    .abt-bishop {
        line-height: 30px;
        font-size: 15px;
    }

    .gv-call {
        font-size: 30px;
    }

    .stat-item {
        font-size: 20px;
    }

    .join-us {
        font-size: 15px;
    }

    .card-title {
        text-align: center;
    }

    .card-text {
        text-align: center;
    }

    .sermons-intro {
        font-size: 30px;
        text-align: center;
    }

    .partner-pad-rev {
        padding-top: 100px;
        display: none;
    }

    .partner-pad {
        background: linear-gradient(to bottom,
                rgba(0, 0, 0, 0.6),
                rgba(0, 0, 0, 0.3)),
            url("../imgs/bishop1.jpg") center/cover;
        color: white;
        text-align: center;
        padding-top: 320px;
        padding-bottom: 200px;
    }

    .img-bg {
        background-color: #eee;
    }

    .abt-1 {
        font-size: 18px;
        margin-bottom: 30px;
    }

    .abt-2 {
        font-size: 18px;
    }

    .content {
        margin-top: 10px;
    }

    .join {
        display: none;
    }

    .cta-button {
        text-align: center;
        width: 100%;
    }

    .team-member p,
    h5 {
        text-align: center;
    }
}