body
{
    background-color: #F8F5EF !important;
}

.hero4 {
    min-height: 520px;
    background:
        linear-gradient(90deg,
            rgba(6, 29, 50, .96) 0%,
            rgba(6, 29, 50, .78) 40%,
            rgba(6, 29, 50, .08) 70%),
        url("../image/give_back.webp") center/cover;
    display: flex;
    align-items: center;
}


.hero-content {
    position: relative;
    z-index: 2;
}

.hero-text {
    max-width: 520px;
    color: white;
}

.hero-text h1 {
    font-size: 60px;
    line-height: 50px;
}

.hero-text h1 span {
    color: #c98a18;
}
.hero h1 span,
.hero h1 strong {
    display: block;
}

.hero h1 span {
    font-size: 38px;
}

.hero h1 strong {
    font-size: 70px;
    color: var(--gold);
}

.hero h1 .white-text {
    color: white;
}

.hero p {
    max-width: 370px;
    line-height: 1.55;
    font-size: 15px;
    margin-bottom: 20px;
}

.btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 16px;
    padding: 10px 25px;
    color: white;
    font-weight: 600;
    font-size: 15px;
}
.btn-gold {
    background: var(--gold);
}

.btn:hover {
    transform: translateY(-2px);
}

.hero-meta {
    margin-top: 18px;
    font-size: 14px;
    color: rgba(255, 255, 255, .75);
}

.hero-meta span {
    margin: 0 8px;
}


/* INTRO */

.intro-section {
    padding: 35px 0 0;
    background: var(--light);
}

.intro-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 20px;
}

.intro-text, .ministry-summary {
    padding: 30px;
    border-right: none;
    text-align: center;
}
.intro-text h2 {
    font-size: 26px;
    line-height: 30px !important;
    margin-bottom: 5px;
}

.intro-text p {
    margin-bottom: 5px;
}


.intro-text {
    width: 100%;
    max-width: 80%;
    margin: auto;
}

.gold-text {
    color: var(--gold);
}

.intro-text p {
    font-size: 13px;
    line-height: 1.6;
    margin-top: 13px;
}

.intro-text strong {
    display: block;
    margin-top: 10px;
    font-size: 15px;
}

.ministry-summary {
    text-align: center;
    background: #ffffff;
    border-radius: 10px;
}

.summary-logo {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    
    font-size: 23px;
    letter-spacing: 2px;
}

.summary-logo {
    height: 130px;
}
.summary-logo img {
    width: 190px;
}
.summary-logo i {
    font-size: 35px;
}

.summary-logo.natural {
    color: var(--green);
}

.summary-logo.forsaken {
    color: var(--red);
}

.summary-icon,
.card-icon,
.impact-icon {
    width: 54px;
    height: 54px;
    margin: 10px auto;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    color: white;
}

.summary-icon.navy,
.impact-icon.navy {
    background: var(--navy);
}

.summary-icon img {
    width: 50px;
}

.ministry-summary h3 {
    margin: 10px 0;
    font-family: 'Poppins';
    font-weight: 400;
    font-size: 17px;
    color: #c98a18;
    line-height: 23px;
}

.onemission {
    position: relative;
}

#about {
    position: relative;
}

.onemission h3 span {
    background: #f8f5ef;
    padding: 0px 20px;
    /* font-family: 'Poppins'; */
    font-weight: 500;
    font-size: 25px;
    z-index: 99;
    position: relative;
}


.onemission h3 {
    position: relative;
}

.ministry-summary p {
    font-size: 12px;
    line-height: 1.5;
}


.ministries-section .ministry-card .card-body {
    padding: 40px 15px 10px 15px;
    min-height: auto;
    position: relative;
    text-align: center;
}

.ministries-section .ministry-card .card-image {
    width: 100%;
    height: auto;
}


.ministry-card .card-icon {
    position: absolute;
    top: -34px;
    left: 50%;
    transform: translateX(-50%);
    width: 50px;
    height: 50px;
    border-radius: 50%;
    display: grid;
    place-items: center;
    border: 0px solid #fff;
    color: #fff;
    font-size: 20px;
}

.navy-bg {
    background: var(--navy);
}


.green-bg {
    background: #1f4124 !important;
}
.gold-bg {
    background: var(--gold);
}
.red-bg {
    background: #740318;
}

h3.navy-colo {
    color: #06264a;
}

h3.green-colo {
    color: #1f4124;
}

h3.gold-colo {
    color: #c98a18;
}

h3.red-colo {
    color: #a61e21;
}




/* MINISTRY CARDS */

.ministries-section {
    padding: 40px 0;
}

.ministries-header {
    display: flex;
    justify-content: space-between;
    /* align-items: end; */
    margin-bottom: 25px;
}

.section-title h2 {
    
    font-size: 29px;
    line-height: 1.05;
}

.small-line {
    width: 45px;
    height: 2px;
    background: var(--gold);
    margin-top: 14px;
}

.ministries-header > h3 {
    
    font-size: 24px;
}

.ministries-header h3 span {
    color: var(--gold);
}

.ministry-cards {
    display: grid;
    grid-template-columns: repeat(5, 1fr);
    gap: 16px;
    margin: 30px 0 0;
}
.ministry-card {
    background: #f6f1e9;
    position: relative;
    border: 1px solid #dedbd4;
    overflow: hidden;
    border-radius: 15px;
    padding-bottom: 20px;
}
.card-image {
    height: 175px;
}

.card-image img {
    height: 100%;
    object-fit: cover;
}



.gold-bg {
    background: var(--gold);
}

.green-bg {
    background: var(--green);
}

.red-bg {
    background: var(--red);
}

.card-body {
    text-align: center;
    padding: 38px 22px 25px;
}

.card-body h3 {
    font-size: 22px;
    margin-bottom: 8px;
    /* font-family: 'Poppins'; */
    font-weight: 500;
    font-size: 24px;
}

.talk {
    text-align: center;
    margin: 30px 0 0;
}
.card-body p 
{
    font-size: 12px;
    line-height: 1.55;
}

/* MULTIPLICATION */

.multiplication-section {
    display: grid;
    grid-template-columns: 1fr 1fr;
}

.multiplication-left {
    background: var(--navy);
    color: white;
    padding: 55px 4%;
    display: flex;
}

.right-flex ul li {
    list-style: none;
    display: flex;
    align-items: center;
    padding-bottom: 20px;
}

.right-flex ul li i {
    width: 40px;
    height: 40px;
    border: 1px solid;
    border-radius: 50%;
    line-height: 40px;
    margin-right: 15px;
    aspect-ratio: 16;
}

.eyebrow, .section-label 
{
    font-size: 14px;
    color: var(--gold);
    font-weight: 600;
    letter-spacing: 1px;
}

.multiplication-left h2 {
    font-size: 30px;
    line-height: 30px !important;
    margin: 15px 0;
}

.multiplication-left p {
    font-size: 12px;
    line-height: 1.6;
    margin: 12px 0;
}

.multiplication-left h3 {
    font-size: 16px;
    margin-top: 25px;
    font-family: 'Poppins';
    font-weight: 400;
    color: #c98a18;
}

.multiplication-right {
    background: var(--light);
    padding: 50px 4%;
    text-align: center;
}

.multiplication-right h2 {
    font-size: 30px;
    line-height: 30px !important;
    margin: 10px 0;
}

.multiplication-right > p {
    font-size: 12px;
    line-height: 1.6;
    max-width: 650px;
    margin: auto;
}

.story-grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 12px;
    margin-top: 25px;
}

.story-card {
    background: white;
    display: flex;
    min-height: 130px;
    text-align: left;
    border: 1px solid #ddd;
    border-radius: 10px;
    height: 100%;
}
.story-card img {
    width: 100%;
    object-fit: cover;
    border-radius: 9px;
}
.selfimg {
    width: 70%;
    position: relative;
}
.self-icons {
    position: absolute;
    bottom: 0px;
    left: 50%;
    transform: translate(-50%, 0px);
}

.self-icons img {
    width: 50px;
}
.story-content {
    padding: 14px;
    width: 100%;
}
.story-content h3 {
    font-size: 16px;
    font-family: 'Poppins' !important;
    font-weight: 600;
}

.story-content p {
    font-size: 14px !important;
    line-height: 1.45;
    margin: 7px 0;
}
.story-content a {
    font-size: 11px;
    color: var(--navy);
    font-weight: 600;
}

/* VIDEO */

.video-section {
    padding: 45px 0;
    /* background: #fff; */
    text-align: center;
}
.video-title {
    font-size: 26px;
    margin-bottom: 20px;
    font-family: "Playfair", serif;
}

.video-title strong {
    display: block;
}

.impact-heading {
    text-align: center;
}

.video-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    max-width: 700px;
    margin: auto;
    gap: 10px;
}

.video-card {
    position: relative;
}

.video-card img {
    height: auto;
    object-fit: cover;
    border-radius: 10px;
}
.play-btn {
    width: 42px;
    height: 42px;
    border-radius: 50%;
    background: rgba(9, 38, 64, .9);
    color: white;
    border: none;
    position: absolute;
    top: 25%;
    left: 50%;
    transform: translateX(-50%);
}

.video-card p {
    font-size: 11px;
    padding: 8px;
}

.outline-btn {
    border: 1px solid var(--gold);
    color: var(--navy);
    padding: 10px 25px;
    margin-top: 20px;
    font-size: 15px;
    font-weight: 600;
    gap: 10px;
    border-radius: 3px;
}

section.impact-section {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    height: 100%;
}

.impacts-btns {
    display: block;
    width: 100%;
    text-align: center;
}


/* IMPACT */

.impact-section {
    padding: 45px 0;
    background: var(--light);
}

.impact-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 0px;
    align-items: self-start;
}

.impact-heading h2 {
    
    font-size: 26px;
    line-height: 1.1;
    margin-top: 10px;
}

.impact-heading h2 span {
    color: var(--gold);
}

.impact-item {
    text-align: center;
    border-right: navajowhite;
    padding: 10px 7px;
}

.impact-item h3 {
    font-size: 16px;
    height: 38px;
}

.impact-item p {
    font-size: 14px !important;
    line-height: 1.5;
    margin-top: 8px;
}

.impact-icon {
    background: #06264a !important;
}


/* GIVING */

.giving-section {
    padding: 25px 0;
}

.giving-grid {
    display: grid;
    grid-template-columns: 1.4fr 1fr;
    gap: 40px;
}

.video-impect-block {
    border-bottom: 1px solid #80808021;
}
.video-impect-box .row .col-md-6:first-child {
    border-right: 1px solid #80808021;
}

.giving-options {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    margin-top: 20px;
    gap: 10px;
}
.giving-card {
    border: 1px solid #ddd;
    padding: 22px 15px;
    text-align: center;
    border-radius: 8px;
    box-shadow: 0 0 1px 1px rgba(0,0,0,.1);
}

.giving-left:after {
    position: absolute;
    content: '';
    width: 1px;
    height: 100%;
    background: #80808021;
    right: -35px;
    top: 0;
}

.giving-left {
    position: relative;
    padding: 30px 0 0;
}
.section-label.titles 
{
    text-align: center;
    font-size: 25px;
    font-family: "Playfair", serif;
    color: #06264a;
}

.giving-card > i {
    font-size: 26px;
    color: var(--gold);
}

.giving-card h3 {
    
    font-size: 16px;
    margin: 10px 0;
}

.giving-card p {
    font-size: 10px;
    line-height: 1.5;
    min-height: 60px;
}

.giving-card button {
    border: none;
    background: var(--navy);
    color: white;
    padding: 8px 20px;
    font-size: 14px;
    border-radius: 3px;
}

.giving-options .giving-card button i
{
    color: #fff !important;
}
.giving-options .giving-card:nth-child(1) {

}

.giving-options .giving-card:nth-child(2) i {

    color: #1f4124;
}
.giving-options .giving-card:nth-child(2) h3 {

    color: #1f4124;
}
.giving-options .giving-card:nth-child(2) p {

    color: #1f4124;
}
.giving-options .giving-card:nth-child(2) button {

    background-color: #1f4124;
}
.giving-options .giving-card:nth-child(3) i {

    color: #740318;
}
.giving-options .giving-card:nth-child(3) h3 {

    color: #740318;
}
.giving-options .giving-card:nth-child(3) p {

    color: #740318;
}
.giving-options .giving-card:nth-child(3) button {

    background-color: #740318;
}



.giving-options .giving-card:nth-child(4) i {

    color: #C98A18;
}
.giving-options .giving-card:nth-child(4) h3 {

    color: #C98A18;
}
.giving-options .giving-card:nth-child(4) p {

    color: #C98A18;
}
.giving-options .giving-card:nth-child(4) button {

    background-color: #C98A18;
}


.donation-box {
    padding: 30px;
}

.donation-box > h3 {
    text-align: center;
    
    font-size: 25px;
}

.donation-type {
    display: grid;
    grid-template-columns: 1fr 1fr;
    margin: 18px 0;
}

.donation-type-btn 
{
    padding: 10px;
    border: 1px solid #cfc8bc;
    background: white;
    font-weight: 600;
    font-size: 14px;
}

.donation-type-btn.active {
    background: var(--gold);
    color: white;
    border-color: var(--gold);
}

.donation-box > p {
    font-size: 11px;
    text-align: center;
    line-height: 1.5;
    margin-bottom: 15px;
}

.amount-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 7px;
}

.amount-btn {
    padding: 10px;
    border: 1px solid #d2ccc2;
    background: white;
    cursor: pointer;
}

.amount-btn.selected {
    background: var(--gold);
    color: white;
}

.amount-btn.other {
    grid-column: span 3;
}

.custom-amount {
    width: 100%;
    margin-top: 12px;
    padding: 13px;
    border: 1px solid #d2ccc2;
    display: none;
}

.custom-amount.show {
    display: block;
}

.partner-btn {
    width: 100%;
    border: none;
    background: var(--gold);
    color: white;
    padding: 10px;
    margin-top: 15px;
    font-weight: 600;
    cursor: pointer;
    font-size: 15px;
}

.other-ways-grid i {
    width: 50px;
    height: 50px;
    border-radius: 50%;
    text-align: center;
    line-height: 50px;
    font-size: 21px;
    color: #fff ;
}

.con1.navy i {
    background: var(--navy);
    color: #fff;
    padding: 0px;
}

.con2.greens i {
    background: #1f4124;
    color: #fff;
}

.con3.reds i
{
    background: #740318;
    color: #fff;   
}

.con4.golds i
{
    background: var(--gold);
    color: #fff;   
}




/* OTHER WAYS */

.other-ways {
    padding: 35px 0;
    background: #f6f1e9;
}

.other-ways h2 {
    text-align: center;
    
    font-size: 23px;
    margin-bottom: 25px;
}

.other-ways-grid {
    display: grid;
    grid-template-columns: repeat(5, 1fr);
    gap: 20px;
    text-align: center;
}

.other-ways-grid i {
    font-size: 25px;
    color: var(--gold);
}

.other-ways-grid h3 {
    font-size: 16px;
    margin: 10px 0;
}
.other-ways-grid p {
    font-size: 10px;
    line-height: 1.5;
}


/* FINAL CTA */

.final-cta {
    position: relative;
   
    color: white;
}

.final-grid {
    display: grid;
    grid-template-columns: .9fr 1.1fr;
}

.commitment, .final-action {
    padding: 55px;
    background: linear-gradient(90deg, rgb(7 31 53 / 16%), rgba(7, 31, 53, .55)), url(../image/begin.png) center / cover;
}

.commitment {
    background: rgb(6 31 54);
}

.commitment span {
    color: #ffffff;
    font-size: 13px;
    font-weight: 600;
}

.commitment h2,
.final-action h2 {
    
    font-size: 31px;
    line-height: 1.05;
    margin: 12px 0;
}

.final-cta .commitment h2 {
    font-size: 31px;
    line-height: 1.05;
    margin: 5px 0;
}

.commitment p,
.final-action p {
    font-size: 12px;
    line-height: 1.6;
}

.commitment ul {
    list-style: none;
    margin: 20px 0;
}

.commitment ul {
    list-style: none;
    margin: 20px 0;
    padding-left: 0;
}

.commitment li::before {
    content: "✓";
    color: #ffffff;
    margin-right: 8px;
    width: 18px;
    height: 18px;
    display: inline-block;
    background: #C98A18;
    border-radius: 50%;
    text-align: center;
    line-height: 18px;
}
.commitment h3 {
    margin-top: 12px;
    font-family: 'Poppins';
    font-weight: 400;
    font-size: 20px;
}

h3.color-gold {
    color: #c98a18;
}

.final-action {
    text-align: center;
}

.final-action h2 span {
    display: block;
    color: var(--gold);
}

.mission-steps {
    display: flex;
    justify-content: center;
    gap: 35px;
    margin: 25px 0;
}

.mission-steps div {
    display: flex;
    flex-direction: column;
    gap: 8px;
    color: var(--gold);
}

.mission-steps i {
    font-size: 27px;
}

.mission-steps span {
    font-size: 12px;
    font-weight: 700;
}

.mission-forward-text {
    color: var(--gold);
    font-weight: 700;
    margin-bottom: 15px;
}


/* MOBILE */

@media (max-width: 1100px) {

    .main-nav {
        gap: 15px;
    }

    .ministry-cards {
        grid-template-columns: repeat(2, 1fr);
    }

    .impact-grid {
        grid-template-columns: repeat(2, 1fr);
    }

    .impact-heading {
        grid-column: span 2;
    }

    .giving-options {
        grid-template-columns: repeat(2, 1fr);
    }

    .other-ways-grid {
        grid-template-columns: repeat(3, 1fr);
    }
}


@media (max-width: 768px) {

    .site-header {
        height: 70px;
    }

    .main-nav,
    .header-give-btn {
        display: none;
    }

    .mobile-menu-btn {
        display: block;
    }

    .main-nav.mobile-open {
        display: flex;
        position: absolute;
        top: 70px;
        left: 0;
        width: 100%;
        background: var(--navy);
        flex-direction: column;
        padding: 25px;
    }

    .hero {
        min-height: 500px;
        background-position: 65% center;
    }

    .hero h1 span {
        font-size: 30px;
    }

    .hero h1 strong {
        font-size: 57px;
    }

    .intro-grid,
    .multiplication-section,
    .giving-grid,
    .final-grid {
        grid-template-columns: 1fr;
    }

    .intro-text,
    .ministry-summary {
        border-bottom: 1px solid #ddd;
    }

    .ministries-header {
        display: block;
    }

    .ministries-header > h3 {
        margin-top: 20px;
    }

    .story-grid {
        grid-template-columns: 1fr;
    }

    .video-grid {
        grid-template-columns: 1fr;
    }

    .video-card img {
        height: 200px;
    }

    .play-btn {
        top: 80px;
    }

    .impact-grid {
        grid-template-columns: 1fr 1fr;
    }

    .impact-heading {
        grid-column: span 2;
    }

    .other-ways-grid {
        grid-template-columns: repeat(2, 1fr);
    }

    .commitment,
    .final-action {
        padding: 40px 25px;
    }

}


@media (max-width: 500px) {

    .container {
        width: 90%;
    }

    .hero h1 strong {
        font-size: 48px;
    }

    .ministry-cards {
        grid-template-columns: 1fr;
    }

    .impact-grid,
    .impact-heading {
        grid-template-columns: 1fr;
        grid-column: auto;
    }

    .giving-options {
        grid-template-columns: 1fr;
    }

    .other-ways-grid {
        grid-template-columns: 1fr;
    }

    .mission-steps {
        gap: 18px;
    }

    .mission-steps i {
        font-size: 20px;
    }

    .mission-steps span {
        font-size: 10px;
    }

}

.section-label.titles.text-leftt {
    text-align: left !important;
}

.section-label.titles.text-leftt p {
    color: #c98a18 !important;
    margin-bottom: 10px !important;
}

.section-label.titles.text-leftt h5 span {
    display: block !important;
    color: #c98a18 !important;
}

.section-label.titles.text-leftt h5 {
    font-size: 40px !important;
    line-height: 45px !important;
}


.section-title h2 span {
    color: #c98a18;
}

.onemission {
    text-align: center;
}

.onemission {
    position: unset;
    left: 50%;
    bottom: 0px;
}

.onemission h3:after {
    position: absolute;
    content: '';
    width: 50%;
    height: 1px;
    left: 25%;
    background: #c98a18;
    top: 50%;
}

.missi-a a {
    border-bottom: 1px solid #c98a18;
    padding-bottom: 5px;
}

.missi-a.alink1 a {
    color: #06264a;
}

.missi-a.alink2 a {
    color: #1f4124;
}

.missi-a.alink3 a {
    color: #c98a18;
}
.missi-a.alink4 a {
    color: #a61e21;
}