 :root {
     --navy: #06264A;
     --gold: #C98A18;
     --red: #a61e21;
     --max: 1180px
 }

 * {
     box-sizing: border-box
 }

 html {
     scroll-behavior: smooth
 }

 body {
     margin: 0;
     background: #fff;
     color: #132747;
     font-family: 'Poppins';
 }

 img {
     display: block;
     max-width: 100%
 }

 p {
     font-family: 'Poppins';
     font-size: 16px !important;
 }

 h1,
 h2,
 h3,
 h4,
 h5,
 h6 {
     font-family: "Playfair", serif;
     font-weight: 800;
 }

 .section-title {
     margin-bottom: 20px;
 }

 .pt-50 {
     padding-top: 50px;
 }

 .pb-50 {
     padding-bottom: 50px;
 }

 a {
     text-decoration: none;
     color: inherit
 }

 .container {
     width: 100%;
     margin: auto;
     max-width: 100%;
     padding: 0 30px;
 }

header {
    /* height: 120px; */
    background: #fff;
    display: block;
    align-items: center;
    border-bottom: 1px solid #eee;
    position: relative;
    z-index: 10;
    justify-content: space-between;
    width: 100%;
    padding: 15px 0;
}

li.active a:after {
    position: absolute;
    content: '';
    width: 100%;
    height: 2px;
    background: #c98a18;
    left: 0;
    bottom: -10px;
}

li.active a {
    position: relative;
    color: #c98a18;
}

.header-inner {
    width: 100%;
    margin: auto;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 30px;
}

.logo {
    width: 300px;
    height: auto;
    object-fit: contain;
    object-position: left center;
}

#nav ul li {
    display: inline-block;
    margin-left: 20px;
}

 nav a {
     white-space: nowrap;
     font-weight: 600;
 }

 .give {
     background: var(--gold);
     color: #fff;
     padding: 7px 30px;
     border-radius: 3px;
 }

.hero {
    height: auto;
    background-image: linear-gradient(90deg, rgba(0, 20, 42, .46), rgba(0, 20, 42, .02)), url("../image/hero-banner.webp");
    background-size: cover;
    background-position: center;
    display: flex;
    align-items: center;
    padding: 116px 0;
    background-repeat: no-repeat;
}
 .hero3 {
     height: auto;
     background-image:url("../image/book_Banner.webp");
     background-size: 100%;
     background-position: center;
     display: flex;
     align-items: center;
     padding: 116px 0;
 }

 .hero3 h1 {
    color: #06264a;
}

.hero3 p {
    color: #06264a !important;
}

 .hero-bannerimg img {
     width: 100%;
 }

 .hero-content {
     width: min(var(--max), calc(100% - 40px));
     margin: auto;
     color: #fff;
     padding-left: 35px
 }

 .hero h1 {
     font-size: 58px;
     line-height: .9;
     margin: 0 0 25px;
     font-weight: 600;
     max-width: 520px;
 }

 .hero h1 span {
     color: var(--gold)
 }

 .hero .line {
     width: 58px;
     height: 3px;
     background: var(--gold);
     margin: 0 0 17px
 }

 .hero p {
     font-size: 18px;
     line-height: 1.65;
     max-width: 430px;
     margin: 0
 }

 .section-head {
     text-align: center;
     padding: 24px 0 18px
 }

 .kicker {
     color: var(--gold);
     font-weight: 700;
     letter-spacing: .12em;
     font-size: 14px;
     text-transform: uppercase
 }

 .section-head h2 {
     font-family: "Cormorant Garamond", Georgia, serif;
     color: var(--navy);
     font-size: 38px;
     line-height: 1;
     margin: 6px 0 0
 }

 .ministries {
     background: #fff;
     padding-bottom: 16px
 }

 .cards {
     display: grid;
     grid-template-columns: repeat(3, 1fr);
     gap: 14px
 }

 .card {
     border: 1px solid #ddd;
     background: #fff;
     box-shadow: 0 4px 14px rgba(0, 0, 0, .08);
     overflow: hidden;
     position: relative
 }

 .card-image {
     height: 210px;
     object-fit: cover;
     width: 100%;
 }

 .card-body {
     padding: 39px 34px 22px;
     min-height: 250px;
     position: relative;
     text-align: center;
 }

 .card-icon {
     position: absolute;
     top: -29px;
     left: 50%;
     transform: translateX(-50%);
     width: 58px;
     height: 58px;
     border-radius: 50%;
     display: grid;
     place-items: center;
     border: 4px solid #fff;
     color: #fff;
     font-size: 28px
 }

 .red {
     background: var(--red)
 }

 .blue {
     background: var(--navy)
 }

 .orange {
     background: var(--gold)
 }

 .card h3 {
     text-align: center;
     font-size: 20px;
     margin: 0 0 4px;
     color: var(--navy);
     font-family: 'Poppins';
     font-weight: 600;
 }

 .card-body p {
     margin-bottom: 10px !important;
 }

 .card .sub {
     text-align: center;
     margin: 0 0 13px;
     color: var(--gold);
     font-weight: 600
 }

 .card.red-card .sub {
     color: var(--red)
 }

 .card p {
     font-size: 14px;
     line-height: 1.7;
     margin: 0;
     color: #1e2c3d
 }

 .learn {
     display: inline-block;
     margin-top: 18px;
     font-size: 13px;
     font-weight: 600;
     color: var(--navy);
 }

 .red-card .learn {
     color: var(--red)
 }

 .orange-card .learn {
     color: var(--gold)
 }

 .stats {
     background: var(--navy);
     color: #fff;
     padding: 24px 0
 }

 .stats-grid {
     display: grid;
     grid-template-columns: 1.55fr repeat(4, 1fr);
     align-items: center
 }

 .stat-intro {
     padding: 0 35px 0 22px
 }

 .stat-intro h2 {
     font-size: 25px;
     line-height: 28px;
     margin: 0 0 25px;
     font-weight: 600;
     position: relative;
 }

 .stat-intro h2:after {
     position: absolute;
     content: '';
     width: 35px;
     height: 2px;
     background: #d98b08;
     left: 0;
     bottom: -10px;
 }

 .stat-intro p {
     font-size: 14px;
     line-height: 1.55;
     margin: 0
 }

 .stat {
     min-height: 105px;
     border-left: 1px solid rgba(255, 255, 255, .45);
     text-align: center;
     padding: 7px 10px
 }

 .stat .icon {
     font-size: 31px;
     color: var(--gold);
     line-height: 1
 }

.stat p {
    display: block;
    font-family: "Playfair", serif;
    color: var(--gold);
    font-size: 43px;
    margin-top: 2px;
    letter-spacing: -2px;
    /* height: auto !important; */
    font-weight: 600;
    margin-bottom: 0;
    font-size: 40px !important;
}

 .stat span {
     font-size: 15px;
 }

 .resources {
     background: #F8F5EF;
     padding: 18px 0 0;
 }

 .resource-grid {
     display: grid;
     grid-template-columns: 1fr 1fr 1fr;
     gap: 0;
 }

 .resource-col {
     padding: 0 25px 18px;
     border-right: 1px solid #d6d6d6;
     position: relative;
 }

 .resource-col:last-child {
     border-right: 0
 }

 .resource-title {
     text-align: center;
     color: var(--navy);
     font-size: 15px;
     font-weight: 600;
     letter-spacing: .04em;
     text-transform: uppercase;
     margin: 0 0 18px;
     font-family: 'Poppins';
 }



 .border-title {
     position: relative;
     font-size: 18px;
     font-weight: 600;
     text-align: center;
     font-family: 'Poppins';
 }

 .border-title:after {
     position: absolute;
     content: '';
     width: 70%;
     height: 1px;
     background: #d98b08;
     left: 15%;
     top: 50%;
     transform: translate(0px, -50%);
 }

 .border-title span {
     background: #f8f5ef;
     z-index: 9;
     position: relative;
     padding: 0 20px;
 }

 .book-row {
     display: flex;
     justify-content: center;
     align-items: flex-start;
     gap: 10px;
 }

 .book {
     width: 100%;
     text-align: center
 }

 .book img {
     width: 90%;
     /* height: 150px; */
     object-fit: fill;
     box-shadow: 0 2px 7px rgba(0, 0, 0, .2);
     object-position: top;
 }

 .book button {
     margin-top: 15px;
     width: auto;
     height: auto;
     background: #d98b08;
     border: 1px solid #d98b08;
     font-size: 16px;
     font-weight: 600;
     color: #fff;
 }

 .family-wrap {
     display: flex;
     justify-content: center;
     margin-top: 8px
 }

 .family-wrap .book {
     width: 88px
 }

 .family-wrap img {
     width: 88px;
     height: 105px
 }

 .cta-strip {
     background: #fff;
     border-top: 1px solid #eee
 }

 .cta-grid {
     display: grid;
     grid-template-columns: 1.45fr repeat(4, 1fr)
 }

 .cta {
     min-height: 100px;
     border-right: 1px solid #ddd;
     display: flex;
     flex-direction: column;
     align-items: center;
     justify-content: center;
     text-align: center;
     padding: 12px
 }

 .cta:first-child {
     align-items: flex-start;
     text-align: left;
     padding-left: 25px
 }

 .cta:last-child {
     border-right: 0
 }

 .cta .big {
     /* font-family: "Cormorant Garamond", Georgia, serif; */
     font-family: "Playfair", serif;
     font-size: 25px;
     font-weight: 700;
     line-height: 25px;
     color: var(--navy);
     position: relative;
     margin-bottom: 15px;
 }

 .cta .big::after {
     position: absolute;
     content: '';
     width: 35px;
     height: 1px;
     background-color: #d98b08;
     left: 0;
     bottom: -8px;
 }

 .cta .icon {
     font-size: 28px;
     color: var(--navy);
     margin-bottom: 4px
 }

 .cta strong {
     font-size: 16px;
     color: var(--navy);
     letter-spacing: 0;
     font-weight: 600;
 }

 .cta p {
     font-size: 14px;
     line-height: 1.4;
     margin: 5px 0 0;
     color: #30415b;
 }

 footer {
     background: var(--navy);
     color: #fff;
     padding: 18px 0 12px
 }

 .footer-grid {
     display: grid;
     grid-template-columns: 1.55fr 1fr 1fr 1fr 1.35fr;
     gap: 25px
 }

.footer-logo {
    width: 260px;
    filter: none;
    opacity: 1;
    margin-bottom: 10px;
}

 .footer-social i {
     width: 35px;
     height: 35px;
     border: 1px solid #ccc;
     border-radius: 50%;
     text-align: center;
     line-height: 35px;
 }

 .footer-social {
     margin-bottom: 15px;
 }

 .footer-content h4 {
     font-size: 20px;

 }

 .footer-social a {
     margin-right: 10px;
 }

 .footer h4 {
     font-size: 11px;
     margin: 2px 0 8px;
     color: #fff;
     letter-spacing: .04em
 }

 .footer a,
 .footer p {
     font-size: 10px;
     line-height: 1.65;
     color: #dce6f2;
     margin: 0
 }

 .subscribe {
     display: flex;
     border: 1px solid #fff;
     height: auto;
     margin-top: 7px;
 }

 .subscribe input {
     min-width: 0;
     flex: 1;
     border: 0;
     padding: 5px 7px;
     font-size: 15px;
     outline: none;
 }

 .subscribe button {
     border: 0;
     background: var(--gold);
     color: #fff;
     padding: 5px 10px;
     font-size: 13px;
     font-weight: 400;
 }

 .copyright {
     text-align: right;
     border-top: 1px solid rgba(255, 255, 255, .12);
     margin-top: 10px;
     padding-top: 11px;
     font-size: 16px;
     color: #ffffff;
 }

 @media(max-width:900px) {
     header {
         height: auto;
         padding: 12px 0
     }

     .header-inner {
         flex-wrap: wrap
     }

     .logo {
         width: 300px;
         height: 75px
     }

     nav {
         gap: 18px;
         font-size: 11px
     }

     .hero {
         height: 390px
     }

     .hero h1 {
         font-size: 48px
     }

     .hero p {
         font-size: 16px
     }

     .cards {
         grid-template-columns: 1fr
     }

     .card-image {
         height: 240px
     }

     .card-body {
         min-height: auto
     }

     .stats-grid {
         grid-template-columns: 1fr 1fr
     }

     .stat-intro {
         grid-column: 1/-1;
         padding: 10px 22px 22px
     }

     .stat {
         border-top: 1px solid rgba(255, 255, 255, .25);
         padding: 15px 5px
     }

     .resource-grid {
         grid-template-columns: 1fr
     }

     .resource-col {
         border-right: 0;
         border-bottom: 1px solid #ddd;
         padding: 20px
     }

     .cta-grid {
         grid-template-columns: 1fr 1fr
     }

     .cta:first-child {
         grid-column: 1/-1;
         align-items: center;
         text-align: center
     }

     .footer-grid {
         grid-template-columns: 1fr 1fr
     }

     .footer-brand {
         grid-column: 1/-1
     }
 }

 @media(max-width:600px) {

     .container,
     .header-inner,
     .hero-content {
         width: min(100% - 28px, 1180px)
     }

     nav {
         width: 100%;
         justify-content: space-between;
         overflow: auto;
         gap: 18px;
         padding-bottom: 3px
     }

     .give {
         padding: 10px 17px
     }

     .hero {
         height: 440px
     }

     .hero-content {
         align-self: flex-end;
         padding-bottom: 35px
     }

     .hero h1 {
         font-size: 42px
     }

     .hero p {
         font-size: 14px
     }

     .section-head h2 {
         font-size: 32px
     }

     .cards {
         gap: 18px
     }

     .card-image {
         height: 210px
     }

     .footer-grid {
         grid-template-columns: 1fr
     }

     .footer-brand {
         grid-column: auto
     }
 }



 .section-title p {
     margin-bottom: 0;
     font-size: 20px;
     color: #d98b08;
     font-weight: 500;
     position: relative;
 }

 .section-title p:after {
     position: absolute;
     content: '';
     width: 20%;
     height: 1px;
     background: #d98b08;
     left: 40%;
     top: 50%;
     transform: translate(0px, -50%);
 }

.section-title p span {
    background: #f8f5ef;
    padding: 0 10px;
    z-index: 9;
    position: relative;
}
 .footer-brand p {
     font-size: 14px;
 }

 .footer-brand p span {
     color: #C98A18;
 }

 .footer-content h4 {
     font-size: 17px;
     font-family: 'Poppins';
     font-weight: 400;
 }

 .footer-content ul li {
     list-style: none;
 }

 .footer-content ul {
     padding-left: 0;
 }

 .footer-content:last-child {
     border-right: none;
 }

 .footer-content {
     border-right: 1px solid #ffffff26;
 }

 .book2 {

     display: grid;
     grid-template-columns: repeat(2, 2fr);
     gap: 30px;

 }

 .book01 {
     width: 100%;
     margin: auto auto 0px;
     text-align: center;
 }

 .row.book.align-center {
     align-items: center;
 }

 .viewmorebtn a {
     border: 1px solid #152854;
     padding: 8px 10px;
     border-radius: 3px;
     transition: .5s;
 }

 .viewmorebtn a:hover {
     background: #C98A18;
     color: #fff;
     border-color: transparent;
 }

 .viewmorebtn {
     text-align: center;
     margin: 40px 0 20px;
 }


 .book .book01 img {
     width: 100% !important;
 }

.book a {
    width: auto;
    height: auto;
    background: transparent;
    border: none;
    padding: 0;
}
 .book.width1 img {
     width: 100%;
     margin: auto;
 }

 .book.width2 img {
     width: 144px !important;
 }

 .book.width3 img {
     width: 91%;
     margin: auto 0 0 auto;
 }

 .book.width4 img {
     width: 87%;
     margin: 0;
 }

 .book.width5 img {
     width: 145px;
     margin: auto;
 }

 .book.width6 img {
     width: 220px;
     margin: auto;
 }





 /* about page csssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssss */


   :root {
        --navy: #06264A;
        --deep: #031B33;
        --gold: #C98A18;
        --soft: #D8A548;
        --ivory: #F8F5EF;
        --ink: #242424;
        --muted: #6A6A6A;
        --line: #E4DED4;
        --white: #fff
    }

.hero2 {
    /* background: #06264A; */
    color: #fff;
    padding: 38px 0 72px;
    position: relative;
    overflow: hidden;
    background-image: url("../image/hero2-banner.webp");
    background-position: right;
    background-size: cover;
}

 /* .hero2:after {
     content: '';
     position: absolute;
     right: -120px;
     top: -220px;
     width: 560px;
     height: 560px;
     border: 1px solid rgba(216, 165, 72, .25);
     border-radius: 50%;
     box-shadow: 0 0 0 70px rgba(216, 165, 72, .04), 0 0 0 140px rgba(216, 165, 72, .025)
 } */

.hero-grid {
    display: grid;
    grid-template-columns: .94fr 1fr;
    gap: 70px;
    align-items: center;
    position: relative;
    z-index: 2;
}

.hero2 h1 {
    font-family: "Playfair", serif;
    font-size: 55px;
    line-height: .98;
    margin: 18px 0 22px;
    color: #06264A;
}
.hero2 p {
    font-size: 18px;
    line-height: 1.7;
    color: #06264A !important;
    max-width: 500px !important;
}

a.btn.light.banner-light {
    background: var(--navy);
    border-color: var(--navy);
}

.hero2 .hero-grid {
    display: grid;
    grid-template-columns: 2.5fr 1fr;
    gap: 70px;
    align-items: center;
    position: relative;
    z-index: 2;
}
 .eyebrow {
     color: #C98A18;
 }

 .hero2 h1 span {
     color: #C98A18;
 }

 .hero p {
     font-size: 18px;
     line-height: 1.7;
     color: #fff;
     max-width: 700px
 }

 .buttons {
     display: flex;
     gap: 12px;
     flex-wrap: wrap;
     margin-top: 26px
 }



 .btn.gold {
     background: var(--gold);
     color: #fff
 }

 .btn.light {
     border: 1px solid rgba(255, 255, 255, .5);
     color: #fff
 }

 .hero-card {
     background: rgba(10, 42, 73, .86);
     border: 1px solid rgba(216, 165, 72, .5);
     padding: 30px;
     border-radius: 14px;
     box-shadow: 0 24px 50px rgba(0, 0, 0, .26)
 }

 .hero-card .mini {
     font-size: 15px;
     color: #C98A18;
     font-weight: 600;
     letter-spacing: 1.3px;
 }

 .hero-card h3 {
     font-family: "Playfair", serif;
     font-size: 30px;
     margin: 10px 0 10px
 }

.mission-flow {
    display: grid;
    gap: 10px;
    margin-top: 10px;
}

.mission-flow div {
    background: transparent;
    border-left: none;
    padding: 5px 14px;
    font-size: 16px;
}

.mission-flow b {
    color: #C98A18;
    font-weight: 600;
    font-size: 13px;
}
 .manifesto {
     background: #fff;
     padding: 72px 0
 }

 .head {
     text-align: center;
     max-width: 880px;
     margin: 0 auto 42px
 }

.head h2 {
    font-family: "Playfair", serif;
    color: var(--navy);
    font-size: 40px;
    line-height: 1.08;
    margin: 10px 0 14px;
}

 .head p {
     color: #5d5d5d;
     line-height: 1.7;
     font-size: 15px
 }

 .three {
     display: grid;
     grid-template-columns: repeat(3, 1fr);
     gap: 24px
 }

 .purpose {
     background: var(--ivory);
     border: 1px solid var(--line);
     padding: 29px;
     border-radius: 10px
 }

 .purpose .num {
     /* font-family: "Playfair", serif; */
     color: var(--gold);
     font-size: 35px
 }

.purpose h3 {
    font-family: "Playfair", serif;
    color: var(--navy);
    font-size: 23px;
    margin: 7px 0 12px;
}

 .purpose p {
     font-size: 13px;
     line-height: 1.65;
     color: #5d5d5d
 }

.purpose .ref {
    font-size: 14px;
    color: var(--gold);
    font-weight: 600;
    margin-top: 14px;
}

 .ministries {
     background: var(--deep);
     color: #fff;
     padding: 82px 0
 }

 .ministries .head h2 {
     color: #fff
 }

 .ministries .head p {
     color: #fff
 }

 .min-grid {
     display: grid;
     grid-template-columns: repeat(3, 1fr);
     gap: 22px
 }

 .min-card {
     background: #082744;
     border: 1px solid #31506e;
     border-radius: 12px;
     overflow: hidden
 }

.min-top {
    height: 135px;
    display: grid;
    place-items: center;
    background: linear-gradient(145deg, #f8f5ef, #f8f5ef);
    padding: 0 10px;
}

.min-logo {
    font-family: "Playfair", serif;
    text-align: center;
    font-size: 25px;
    color: #031b33;
}

.min-logo span {
    display: block;
    /* font-family: Arial, sans-serif; */
    font-size: 15px;
    letter-spacing: 2px;
    color: #c98a18;
    margin-top: 7px;
}
.min-body {
    padding: 24px 29px;
    text-align: center;
}

 .min-body h3 {
     font-family: "Playfair", serif;
     color: var(--soft);
     font-size: 24px;
     margin: 0 0 9px
 }

.min-body p {
    font-size: 13px;
    line-height: 1.6;
    color: #fff;
}

 .min-body a {
    display: inline-block;
    margin-top: 10px;
    color: #fff;
    text-decoration: none;
    border-bottom: 1px solid var(--gold);
    font-size: 14px;
    font-weight: 600;
    padding-bottom: 3px;
}

 .connect {
     background: var(--ivory);
     padding: 48px 0
 }

.connect-grid {
    display: grid;
    grid-template-columns: .80fr 1.20fr;
    gap: 48px;
    align-items: center;
}

.connect h2 {
    font-family: "Playfair", serif;
    color: var(--deep);
    font-size: 35px;
    margin: 7px 0 10px;
}

 .connect p {
     line-height: 1.65;
     color: #2d2d2d
 }

 .connect-flow {
     display: flex;
     gap: 8px;
     align-items: center;
     flex-wrap: wrap
 }

.connect-flow span {
    background: var(--deep);
    color: #fff;
    padding: 8px 10px;
    border-radius: 4px;
    font-size: 15px;
    font-weight: 600;
}

 .connect-flow b {
     color: var(--deep)
 }

 .how {
     padding: 82px 0;
     background: #fff
 }

.how-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 56px;
    align-items: center;
}

.how h2 {
    font-family: "Playfair", serif;
    color: var(--navy);
    font-size: 40px;
    margin: 10px 0 18px;
}
 .how p {
     color: #5b5b5b;
     line-height: 1.7
 }

 .steps {
     display: grid;
     gap: 12px
 }

 .step {
     display: grid;
     grid-template-columns: 42px 1fr;
     gap: 14px;
     background: var(--ivory);
     border: 1px solid var(--line);
     padding: 17px;
     border-radius: 8px
 }

.step .ico {
    width: 35px;
    height: 35px;
    border-radius: 50%;
    background: #06264A;
    color: #ffffff;
    display: grid;
    place-items: center;
    font-weight: 600;
}

 .step h3 {
     font-family: "Playfair", serif;
     color: var(--navy);
     font-size: 18px;
     margin: 1px 0 5px
 }

 .step p {
     font-size: 12.5px;
     margin: 0;
     line-height: 1.5
 }

 .how-grid .steps .step p {
    font-size: 14px !important;
}

 .trust {
     background: var(--ivory);
     padding: 82px 0
 }

 .trust-panel {
     background: var(--navy);
     color: #fff;
     border-radius: 14px;
     padding: 44px
 }

.trust-head {
    display: grid;
    grid-template-columns: 1.05fr .95fr;
    gap: 44px;
    align-items: center;
}

.trust h2 {
    font-family: "Playfair", serif;
    color: #fff;
    font-size: 40px;
    margin: 9px 0 12px;
}

 .trust p {
     color: #d1dce5;
     line-height: 1.65
 }

 .trust-quote {
     font-family: "Playfair", serif;
     font-size: 25px;
     color: var(--soft);
     line-height: 1.35;
     border-left: 3px solid var(--gold);
     padding-left: 20px
 }

 .trust-grid {
     display: grid;
     grid-template-columns: repeat(4, 1fr);
     gap: 14px;
     margin-top: 34px
 }

.trust-card {
    background: #0a2a49;
    border: 1px solid #31506e;
    padding: 21px 15px;
    border-radius: 8px;
}

.trust-card h3 {
    font-family: "Playfair", serif;
    color: var(--soft);
    font-size: 18px;
    margin: 0 0 8px;
}

 .trust-card p {
     font-size: 12px;
     line-height: 1.55;
     color: #fff;
 }

.trust-card .kicker {
    font-size: 14px;
    font-weight: 600;
    color: #fff;
    margin-bottom: 10px;
}

 .social-strip {
     margin-top: 20px;
     display: grid;
     grid-template-columns: 1fr 1fr 1fr;
     gap: 12px
 }

 .social-tile {
     height: 145px;
     background: linear-gradient(145deg, #8a6c52, #2b475f);
     border-radius: 8px;
     position: relative;
     overflow: hidden;
     border: 1px solid #46627b
 }

 .social-tile:after {
     content: '▶';
     position: absolute;
     left: 50%;
     top: 50%;
     transform: translate(-50%, -50%);
     width: 48px;
     height: 48px;
     border: 2px solid var(--gold);
     border-radius: 50%;
     display: grid;
     place-items: center;
     color: var(--gold);
     background: rgba(3, 27, 51, .58)
 }

.social-caption 
{
    font-size: 15px;
    color: #fff;
    margin-top: 18px;
    font-weight: 600;
}

 .proof 
 {
     background: #fff;
     padding: 82px 0
 }

 .proof-grid 
 {
     display: grid;
     grid-template-columns: 1fr 1fr;
     gap: 28px
 }

 .proof-card 
 {
     border: 1px solid var(--line);
     background: var(--ivory);
     padding: 30px;
     border-radius: 10px
 }

 .proof-card h3 {
     font-family: "Playfair", serif;
     color: var(--navy);
     font-size: 27px;
     margin: 0 0 12px
 }

 .proof-card p {
     color: #5c5c5c;
     line-height: 1.65
 }

 .proof-list {
     display: grid;
     gap: 9px;
     margin-top: 18px
 }

.proof-list div {
    background: #fff;
    border-left: 3px solid var(--gold);
    padding: 10px 12px;
    font-size: 16px;
}

 .global {
     background: linear-gradient(120deg, #F8F5EF, #fff);
     padding: 80px 0
 }

.global-grid {
    display: grid;
    grid-template-columns: 1.4fr 1.6fr;
    gap: 20px;
    align-items: center;
}
 .global h2 {
     font-family: "Playfair", serif;
     color: var(--navy);
     font-size: 40px;
     margin: 10px 0 16px
 }

 .global p {
     color: #5b5b5b;
     line-height: 1.7
 }

.map {
    height: auto;
    background: transparent;
    border-radius: 10px;
    position: relative;
    overflow: hidden;
    border: navajowhite;
}
 .map:before {
   display: none;
 }

 .dot {
     position: absolute;
     width: 10px;
     height: 10px;
     border-radius: 50%;
     background: var(--gold);
     box-shadow: 0 0 0 8px rgba(201, 138, 24, .14)
 }

 .d1 {
     left: 28%;
     top: 42%
 }

 .d2 {
     left: 63%;
     top: 54%
 }

 .d3 {
     left: 71%;
     top: 43%
 }

 .d4 {
     left: 48%;
     top: 35%
 }

 .leadership {
     background: var(--deep);
     color: #fff;
     padding: 80px 0
 }

 .lead-grid {
     display: grid;
     grid-template-columns: .85fr 1.15fr;
     gap: 50px;
     align-items: center
 }

 .leader-photo {
     height: 350px;
     border-radius: 12px;
     background: linear-gradient(145deg, #7d6a59, #2d4458);
     position: relative;
     overflow: hidden;
     border: 1px solid #31506e
 }

 .leader-photo:before {
     content: '';
     position: absolute;
     width: 100px;
     height: 100px;
     border-radius: 50%;
     background: rgba(255, 255, 255, .25);
     left: 50%;
     top: 52px;
     transform: translateX(-50%)
 }

 .leader-photo:after {
     content: '';
     position: absolute;
     width: 190px;
     height: 165px;
     border-radius: 95px 95px 18px 18px;
     background: rgba(255, 255, 255, .16);
     left: 50%;
     bottom: 28px;
     transform: translateX(-50%)
 }

.leadership h2 {
    font-family: "Playfair", serif;
    font-size: 40px;
    margin: 10px 0 15px;
}

 /* .leadership p {
     color: #fff;
     line-height: 1.7
 } */

 .leadership p {
    color: #fff;
    line-height: 1.7;
}

 .leadership .goldline {
     color: var(--soft);
     font-family: "Playfair", serif;
     font-size: 23px;
     margin-top: 20px
 }

 .partner {
     padding: 84px 0;
     background: #fff
 }

 .partner-grid {
     display: grid;
     grid-template-columns: .95fr 1.05fr;
     gap: 48px;
     align-items: start
 }

.partner h2 {
    font-family: "Playfair", serif;
    color: var(--navy);
    font-size: 40px;
    margin: 10px 0 15px;
}

 .partner p {
     color: #5b5b5b;
     line-height: 1.7
 }

 .impact {
     display: grid;
     grid-template-columns: 1fr 1fr;
     gap: 12px
 }

 .impact-card {
     background: var(--ivory);
     border: 1px solid var(--line);
     padding: 19px;
     border-radius: 8px
 }

.impact-card b {
    display: block;
    color: var(--gold);
    font-size: 16px;
    letter-spacing: 0;
    font-weight: 600;
}

 .impact-card span {
     display: block;
     font-family: "Playfair", serif;
     color: var(--navy);
     font-size: 19px;
     margin: 5px 0
 }

 .impact-card p {
     font-size: 11.5px;
     line-height: 1.45;
     margin: 0
 }

 .promise {
     background: var(--ivory);
     padding: 64px 0;
     text-align: center
 }

 .promise h2 {
     font-family: "Playfair", serif;
     color: var(--deep);
     font-size: 40px;
     margin: 0 0 26px
 }

 .promises {
     display: grid;
     grid-template-columns: repeat(3, 1fr);
     gap: 14px
 }

.promises div {
    background: #fff;
    color: #031b33;
    padding: 20px;
    border-radius: 7px;
    font-size: 16px;
    line-height: 1.5;
}

.promises b {
    color: var(--soft);
    display: block;
    margin-bottom: 7px;
    font-family: "Playfair", serif;
    font-size: 19px;
}

 .final {
     background: var(--deep);
     color: #fff;
     padding: 84px 0;
     text-align: center
 }

.final h2 {
    font-family: "Playfair", serif;
    font-size: 40px;
    margin: 10px 0 15px;
}

h2 {
    line-height: 40px !important;
}

.final h2 span {
    color: #C98A18;
}

.final p {
    max-width: 850px;
    margin: 0 auto;
    color: #fff;
    line-height: 1.7;
}
 .final .buttons {
     justify-content: center
 }

.final-note {
    font-size: 15px;
    color: #fff;
    margin-top: 18px;
}

.hero-content h6 {
    font-weight: 600;
    color: #c98a18;
}

.our-books-block {
    background: var(--ivory);
}

.ourbooks-content h6 {
    font-size: 18px;
    margin-bottom: 5px;
    margin-top: 15px;
}

.ourbooks-content {
    text-align: center;
}

.ourbooks-img {
    text-align: center;
}

.ourbooks-box .row {
    row-gap: 45px;
}

.ourbooks-content {
    text-align: center;
}

.ourbooks-img {
    width: 100%;
    aspect-ratio: 264 / 371;
    display: flex;
    align-items: flex-start;
    justify-content: center;
    margin: 0 auto 15px;
}

.ourbooks-img img {
    width: 100%;
    height: 100%;
    object-fit: contain;
    display: block;
    margin: 0 auto;
}

/* Remove all nth-child image width/margin settings */
.ourbooks-box .col-md-3:nth-child(1) .ourbooks-img img,
.ourbooks-box .col-md-3:nth-child(2) .ourbooks-img img,
.ourbooks-box .col-md-3:nth-child(3) .ourbooks-img img,
.ourbooks-box .col-md-3:nth-child(4) .ourbooks-img img,
.ourbooks-box .col-md-3:nth-child(5) .ourbooks-img img,
.ourbooks-box .col-md-3:nth-child(6) .ourbooks-img img,
.ourbooks-box .col-md-3:nth-child(7) .ourbooks-img img,
.ourbooks-box .col-md-3:nth-child(8) .ourbooks-img img {
    width: 100%;
    height: 100%;
    margin: 0;
}

.ourbooks-box .col-md-3:nth-child(3) .ourbooks-img,
.ourbooks-box .col-md-3:nth-child(4) .ourbooks-img {
    margin-left: 0;
}

.ourbooks-content h6 {
    margin: 0 0 8px;
}

.ourbooks-content a {
    display: inline-block;
}

.ourbooks-box .row {
    gap: 40px 0;
}


.ourbooks-box .viewmorebtn {
    text-align: center;
    margin: 10px 0 20px;
}

.ourbooks-box .viewmorebtn a {
    border: 1px solid #152854;
    padding: 5px 10px;
    border-radius: 3px;
    transition: .5s;
    font-size: 15px;
    font-weight: 500;
}

.ourbooks-box .viewmorebtn a:hover {
    background: #C98A18;
    color: #fff;
    border-color: #C98A18 !important;
}

#our_books .section-title p span {
    background: #f8f5ef;
}

.mt-40 {
    margin-top: 40px;
}

:root{
    --bm-navy:#06264A;
    --bm-gold:#C98A18;
    --bm-white:#fff;
    --bm-light:#f8f6f1;
}

/* ---------- Shared ---------- */

.book-card{
    display:flex;
    align-items:center;
}

.book-card-image{
    display:flex;
    align-items:center;
    justify-content:center;
    flex-shrink:0;
}

.book-card-image img{
    display:block;
    width:auto;
    height:auto;
    object-fit:contain;
    transition:transform .3s ease;
}

.book-card-image img:hover{
    transform:translateY(-3px);
}

.book-card-content{
    flex:1;
}

.book-card-content h3 {
    margin: 0 0 10px;
    color: var(--bm-navy);
    font-family: "Playfair Display",serif;
    font-weight: 600;
    line-height: 1.15;
}

.book-card-content p{
    margin:0 0 8px;
    color:#333;
    font-family:"Poppins",sans-serif;
    font-weight:400;
    line-height:1.45;
}

.order-btn,
.browse-btn{
    display:inline-flex;
    align-items:center;
    justify-content:center;
    border:1px solid rgba(201,138,24,.55);
    background:#fff;
    color:var(--bm-gold);
    font-family:"Poppins",sans-serif;
    font-weight:700;
    line-height:1;
    text-decoration:none;
    transition:all .3s ease;
}

.order-btn:hover,
.browse-btn:hover{
    background:var(--bm-gold);
    border-color:var(--bm-gold);
    color:#fff;
}

.main_book .section-title{
    display:flex;
    align-items:center;
    justify-content:center;
    gap:14px;
}

.main_book .section-title span {
    flex: 1;
    height: 2px;
    background: var(--bm-gold);
}

.section-title h2{
    margin:0;
    color:var(--bm-navy);
    font-family:"Playfair Display",serif;
    font-weight:700;
    line-height:1;
    white-space:nowrap;
}

/* ---------- Hero ---------- */

.books-hero {
    position: relative;
    min-height: auto;
    display: flex;
    align-items: center;
    overflow: unset;
    background-image: url(../image/book-banner.webp);
    background-position: center;
    background-size: 100%;
    padding: 70px 0;
}
.books-hero-content{
    position:relative;
    z-index:2;
    width:48%;
    padding:25px 0 28px;
}

.hero-eyebrow {
    display: block;
    margin: 10px 0;
    color: var(--bm-gold);
    font-family: "Poppins",sans-serif;
    font-size: 16px;
    font-weight: 500;
    letter-spacing: .3px;
}
.books-hero-content h1 {
    margin: 0;
    color: #fff;
    font-family: "Playfair Display",serif;
    font-size: 50px;
    font-weight: 700;
    line-height: .98;
}

.books-hero-content h1 span{color:var(--bm-gold)}

.hero-line{
    width:42px;
    height:3px;
    margin:11px 0 10px;
    background:var(--bm-gold);
}

.books-hero-content p{
    max-width:390px;
    margin:0;
    color:rgba(255,255,255,.9);
    font-family:"Poppins",sans-serif;
    font-size:10px;
    line-height:1.55;
}

/* ---------- Beyond System ---------- */

.beyond-system-section{
    padding:10px 0 15px;
    background:#fff;
}

.beyond-system-box {
    min-height: auto;
    display: flex;
    align-items: center;
    padding: 30px 28px;
    background: #faf9f6;
    border-radius: 5px;
    box-shadow: 0 2px 14px rgba(0,0,0,.035);
}

.collection-content {
    width: 100%;
    padding-right: 25px;
}
.collection-content h2 {
    margin: 0 0 8px;
    color: var(--bm-navy);
    font-family: "Playfair Display",serif;
    font-size: 40px;
    font-weight: 600;
    line-height: 1.05;
}

.collection-content h5 {
    margin: 15px 0;
    color: var(--bm-gold);
    font-family: "Poppins",sans-serif;
    font-size: 18px;
    font-weight: 500;
    letter-spacing: .2px;
}

.collection-content p {
    max-width: 69%;
    margin: 0 0 14px;
    color: #333;
    font-family: "Poppins",sans-serif;
    font-size: 9px;
    line-height: 1.55;
}

.collection-btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 9px;
    min-width: 175px;
    padding: 8px 13px;
    border: 1px solid rgba(201,138,24,.65);
    background: #fff;
    /* border: 1px solid #152854; */
    padding: 8px 10px;
    border-radius: 3px;
    transition: .5s;
    color: var(--bm-gold);
    font-family: "Poppins",sans-serif;
    font-size: 16px;
    font-weight: 500;
    text-decoration: none;
    transition: all .3s ease;
    /* display: block; */
}

.collection-btn:hover{
    background:var(--bm-gold);
    color:#fff;
    border-color:var(--bm-gold);
}

.collection-btn span,
.books-all-btn span{
    font-size:13px;
    line-height:1;
}

.collection-books {
    width: 100%;
    display: flex;
    align-items: flex-end;
    justify-content: space-between;
    gap: 20px;
    padding: 0 3px;
}

.collection-book {
    flex: 1;
    display: flex;
    align-items: flex-end;
    justify-content: center;
    height: auto;
}

.collection-book img{
    display:block;
    max-width:100%;
    width:auto;
    height:auto;
    object-fit:contain;
    /* filter:drop-shadow(3px 5px 5px rgba(0,0,0,.18)); */
    transition:transform .3s ease;
}

.beyond-system-box .row {
    align-items: center;
}


/* ---------- Discipleship Curriculum ---------- */

.discipleship-curriculum{
    padding:12px 0 25px;
    background:#fff;
}

.discipleship-curriculum .section-title{
    margin-bottom:8px;
}

.discipleship-curriculum .section-title span {
    flex: 0 0 30%;
}

.discipleship-curriculum .section-title h2 {
    font-size: 25px;
}

.curriculum-grid{
    display:grid;
    grid-template-columns:1fr 1fr;
    column-gap:38px;
    position: relative;
}

.curriculum-grid:after {
    position: absolute;
    content: '';
    width: 1px;
    height: 100%;
    background: #8080802e;
    left: 50%;
    /* transform: translate(-50%, 0px); */
}

.curriculum-column{width:100%}

.curriculum-column:first-child{padding-right:8px}

.curriculum-column:last-child{
    padding-left:8px;
}

.discipleship-curriculum .book-card {
    padding: 7px 0;
    border-bottom: 1px solid #e7e7e7;
}

.discipleship-curriculum .book-card-image img {
    max-width: 100%;
    max-height: max-content;
    filter: drop-shadow(2px 3px 3px rgba(0,0,0,.14));
}

.discipleship-curriculum .book-card-image {
    width: 40%;
    min-width: auto;
    height: auto;
    margin-right: 25px;
}

.discipleship-curriculum .book-card-content h3 {
    font-size: 20px;
}
.discipleship-curriculum .book-card-content p {
    max-width: 70%;
    font-size: 7.5px;
}

.discipleship-curriculum .order-btn {
    min-width: 30%;
    padding: 8px 10px;
    font-size: 14px;
    font-weight: 500;
    border-radius: 3px;
    margin: 10px 0;
}

/* ---------- Discipleship Culture ---------- */

.discipleship-culture{
    padding:15px 0 25px;
    background:#fff;
}

.discipleship-culture .section-title{
    margin-bottom:10px;
}

.discipleship-culture .section-title h2 {
    font-size: 25px;
}

.culture-grid{
    display:grid;
    grid-template-columns:repeat(4,1fr);
    column-gap:18px;
    row-gap:0;
}

.discipleship-culture .book-card{
    min-height:105px;
    padding:7px 0;
    border-bottom:1px solid #e8e8e8;
}

.discipleship-culture .book-card-image {
    width: 40%;
    min-width: 40%;
    height: auto;
    margin-right: 15px;
}

.discipleship-culture .book-card-image img {
    max-width: 100%;
    max-height: max-content;
    filter: drop-shadow(2px 3px 3px rgba(0,0,0,.15));
}

.discipleship-culture .book-card-content h3 {
    font-size: 18px;
}

.discipleship-culture .book-card-content p {
    font-size: 6.8px;
    line-height: 1.4;
    font-size: 13px !important;
}

.discipleship-culture .order-btn {
    min-width: 40%;
    padding: 5px 9px;
    font-size: 6px;
    padding: 8px 10px;
    font-size: 14px;
    font-weight: 500;
    border-radius: 3px;
    margin: 0px 0;
}
.culture-more {
    display: flex;
    justify-content: center;
    margin-top: 35px;
}

.discipleship-culture .browse-btn {
    gap: 12px;
    min-width: 200px;
    padding: 10px 30px;
    font-size: 14px;
    font-weight: 500;
    border-radius: 3px;
}

.discipleship-culture .browse-btn span{font-size:12px}

/* ---------- Spiritual Growth ---------- */

.spiritual-growth-books {
    padding: 20px 0 50px;
    background: #fff;
}

.spiritual-top-btn,
.spiritual-bottom-btn{
    display:flex;
    justify-content:center;
}

.spiritual-top-btn{margin-bottom:12px}
.spiritual-bottom-btn {
    margin-top: 35px;
    margin-bottom: 20px;
}

.spiritual-growth-books .section-title{
    margin-bottom:9px;
}

.spiritual-growth-books .section-title h2 {
    font-size: 25px;
}

.spiritual-books-grid {
    display: grid;
    grid-template-columns: repeat(4,1fr);
    column-gap: 20px;
    row-gap: 40px;
}

.mt-50 {
    margin-top: 20px;
    padding-top: 20px;
}

.spiritual-growth-books .book-card{
    min-height:145px;
    padding:4px 0;
}

.spiritual-growth-books .book-card-image {
    width: 40%;
    min-width: 40%;
    height: auto;
    margin-right: 15px;
}

.spiritual-growth-books .book-card-image img{
    max-width:100%;
    filter:drop-shadow(2px 4px 4px rgba(0,0,0,.15));
}

.spiritual-growth-books .book-card-content h3 {
    font-size: 18px;
}

.spiritual-growth-books .book-card-content p {
    font-size: 14px !important;
}

.spiritual-growth-books .order-btn {
    min-width: 82px;
    padding: 8px 10px;
    font-size: 14px;
    min-width: 40%;
    padding: 5px 9px;
    font-size: 6px;
    padding: 8px 10px;
    font-size: 14px;
    font-weight: 500;
    border-radius: 3px;
    margin: 0px 0;
}

.spiritual-growth-books .browse-btn {
    gap: 9px;
    min-width: 185px;
    padding: 7px 15px;
    font-size: 7px;
    gap: 12px;
    min-width: 200px;
    padding: 10px 30px;
    font-size: 14px;
    font-weight: 500;
    border-radius: 3px;
}

.spiritual-growth-books .browse-btn span{font-size:10px}

/* ---------- Final CTA ---------- */

.books-final-cta {
    position: relative;
    min-height: 130px;
    display: flex;
    align-items: center;
    overflow: hidden;
    background: linear-gradient(90deg,rgba(3,24,46,.98) 0%,rgba(3,24,46,.94) 42%,rgba(3,24,46,.60) 65%,rgba(3,24,46,.22) 100%),
        url("../image/growbook.webp") center/cover no-repeat;
    padding: 50px 0;
}
.books-cta-inner{
    position:relative;
    z-index:2;
    min-height:130px;
    display:flex;
    align-items:center;
    justify-content:space-between;
}

.books-cta-content {
    max-width: 550px;
    padding: 18px 0;
}

.books-cta-content h2 {
    margin: 0 0 2px;
    color: #fff;
    font-family: "Playfair Display",serif;
    font-size: 30px;
    font-weight: 700;
    line-height: 1.05;
}
.books-cta-content h3 {
    margin: 0 0 8px;
    color: var(--bm-gold);
    font-family: "Playfair Display",serif;
    font-size: 30px;
    font-style: italic;
    font-weight: 700;
    line-height: 1;
}

.books-cta-content p {
    max-width: 100%;
    margin: 0;
    color: rgba(255,255,255,.88);
    font-family: "Poppins",sans-serif;
    font-size: 7.5px;
    line-height: 1.45;
}

.books-cta-action{
    display:flex;
    align-items:center;
    padding-right:20px;
}

.books-all-btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    min-width: 165px;
    padding: 12px 17px;
    background: var(--bm-gold);
    color: #fff;
    font-family: "Poppins",sans-serif;
    font-size: 16px;
    font-weight: 600;
    text-decoration: none;
    transition: all .3s ease;
    border-radius: 3px;
}

.books-all-btn:hover{
    background:#fff;
    color:var(--bm-gold);
}

/* ---------- Responsive ---------- */







.main_book .book-card-content {
    flex: auto;
    display: flex;
    flex-direction: column;
    justify-content: space-around;
    height: 100%;
}

.missionflow-img ul li {
    list-style: none;
}

.missionflow-img ul {
    display: flex;
    padding-left: 0;
    align-items: center;
    margin-bottom: 0;
}

.missionflow-img {
    padding: 0 !important;
}

.missionflow-img {
    border-bottom: 1px solid #ffffff26;
    padding-bottom: 6px !important;
}

.missionflow-img:last-child {
    border: none;
    padding-bottom: 0 !important;
}

.missionflow-img ul li h6 {
    font-family: 'Poppins';
    font-size: 14px;
    margin-bottom: 5px;
}

.mission-flow div {
    border-left: none;
}

.missionflow-img ul li p {
    color: #fff !important;
    line-height: 20px;
    font-size: 12px !important;
}

.missionflow-img ul li img {
    width: 60px;
    max-width: 60px;
}
.hero2 .hero-card h3 {
    font-family: "Playfair", serif;
    font-size: 25px;
    margin: 10px 0 14px;
}

.hero2 .hero-card .mini {
    font-size: 13px;
    color: #C98A18;
    font-weight: 600;
    letter-spacing: 1.3px;
}

.hero2 .hero-card {
    padding: 15px 30px;
}

.book-card.curricard2 {
    padding-bottom: 25px;
}

.ministries-header .section-title p:after {
  display: none !important;
}

.ministries-header .section-title p {
    margin-bottom: 0;
    font-size: 20px;
    color: #06264a;
    font-weight: 400;
    position: relative;
    margin: 20px 0 0;
}

/* =========================
   DESKTOP
========================= */

.menuicon {
    display: none;
    cursor: pointer;
}

.menu-overlay {
    position: fixed;
    top: 0;
    left: 0;

    /* 300px menu area ko overlay se exclude karega */
    width: calc(100% - 300px);
    height: 100vh;

    background: rgba(0, 0, 0, 0.65);

    z-index: 9998;

    opacity: 0;
    visibility: hidden;

    transition: opacity 0.3s ease,
                visibility 0.3s ease;
}

.menu-overlay.active {
    opacity: 1;
    visibility: visible;
}





@media (max-width:1200px)
{
    #nav ul li {
    display: inline-block;
    margin-left: 10px;
}

#nav ul {
    padding-left: 0;
}

.logo {
    width: 190px;
    height: auto;
    object-fit: contain;
    /* object-position: left center; */
}
}


@media (max-width: 1100px) {

    .menuicon {
        display: flex;
        align-items: center;
        justify-content: center;

        font-size: 24px;
        color: #001d4c;

        position: relative;
        z-index: 1001;
    }


    #nav ul {
        position: fixed;

        top: 0;
        right: -320px;

        width: 300px;
        max-width: 85%;

        height: 100vh;

        background: #fff;

        z-index: 1000;

        display: flex;
        flex-direction: column;

        align-items: flex-start;
        justify-content: flex-start;

        gap: 0;

        margin: 0;
        padding: 90px 30px 40px;

        overflow-y: auto;

        transition: right 0.35s ease;
    }


    /* MENU OPEN */

    #nav.menu-open ul {
        right: 0;
    }


    /* MENU ITEMS */

    #nav ul li {
        width: 100%;
        margin: 0;
        padding: 0;

        border-bottom: 1px solid #eee;
    }

    #nav ul li a {
        display: block;

        width: 100%;

        padding: 15px 0;

        font-size: 15px;

        color: #001d4c;

        text-decoration: none;
    }


    /* GIVE BUTTON */

    #nav ul li a.give {
        width: auto;

        margin-top: 20px;
        padding: 10px 30px;

        background: #c98208;
        color: #fff;

        text-align: center;
    }


    /* OVERLAY OPEN */

    .menu-overlay.active {
        opacity: 1;
        visibility: visible;
    }


    /* HAMBURGER / CLOSE ICON */

    #nav.menu-open .menuicon {
        position: fixed;

        top: 30px;
        right: 30px;

        color: #001d4c;
    }


       .menu-overlay {
        width: calc(100% - min(300px, 85vw));
    }

    #nav ul {
        width: min(300px, 85vw);
        max-width: none;
    }


    .logo {
        width: 250px;
        height: auto;
        object-fit: contain;
    }

    .hero2
    {
        position: relative;
    }

    .hero2 h1 {
        font-family: "Playfair", serif;
        font-size: 40px;
        line-height: .98;
        margin: 18px 0 22px;
        color: #fff;
    }

    .hero2:after {
    position: absolute;
    content: '';
    width: 100%;
    height: 100%;
    background: #00000069;
    left: 0;
    top: 0;
}

.hero2 .eyebrow {
    color: #ffffff;
}

.hero2 p {
    font-size: 18px;
    line-height: 1.7;
    color: #ffffff !important;
    max-width: 500px !important;
}

.head h2 {
    font-size: 35px;
}

.connect-grid {
    display: block;
    text-align: center;
}

.connect-flow {
    justify-content: center;
}

.connect p {
    line-height: 1.65;
    color: #2d2d2d;
    width: 100%;
    max-width: 70%;
    margin: auto auto 20px;
}

.how h2 {
    font-family: "Playfair", serif;
    color: var(--navy);
    font-size: 35px;
    margin: 10px 0 18px;
}

.trust h2 {
    font-size: 35px;
}

.trust-quote {
    font-size: 23px;
}

.global h2 {
    font-size: 35px;
}

.leadership h2 {
    font-size: 35px;
}

.partner h2 {
    font-size: 35px;
}

.promise h2 {
    font-size: 35px;
}

.final h2 {
    font-size: 35px;
}


}

@media (max-width:1024px)
{
    .hero2 .hero-grid 
    {
        display: grid;
        grid-template-columns: 1.5fr 1fr;
    }

    .books-hero-content h1 {
        font-size: 40px;
    }

    .collection-content h2 {
        font-size: 35px;
    }
    .discipleship-curriculum .book-card-content p {
        max-width: 100%;
    }

    .culture-grid {
        display: grid;
        grid-template-columns: repeat(2,1fr);
    }

    .main_book .book-card-content {
        flex: auto;
        display: flex;
        flex-direction: column;
        justify-content: center;
        height: 100%;
    }

.book-card-content p {
    margin: 0 0 15px;
}

.spiritual-books-grid {
    grid-template-columns: repeat(2,1fr);
}
}

@media (max-width:991px)
{
    .card h3 {
        text-align: center;
        font-size: 18px;
    }

    .footer-grid {
        display: grid;
        gap: 25px;
        grid-template-columns: 1fr 1fr;
    }

    .cards {
    grid-template-columns: repeat(2, 1fr);
}

.stat {
    min-height: 105px;
    border-left: none;
}

.cta {
    min-height: 100px;
    border-right: none;
}

.book.width8 img 
{
    margin: auto;
}
.book.width7 img
{
    margin: auto;
}
.footer-content 
{
    border-right: none;
}
footer 
{
    padding: 50px 0 12px;
}

.cta-strip {
    padding: 30px 0;
}

.stat-intro {
    grid-column: 1/-1;
    padding: 10px 22px 22px;
    text-align: center;
}

.stat-intro h2:after {
    left: 50%;
    transform: translate(-50%, 0px);
}

.three {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 24px;
}

.head h2 {
    font-size: 30px;
}

.ministries {
    background: var(--deep);
    color: #fff;
    padding: 45px 0;
}
.min-grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
}

.connect h2 {
    font-size: 30px;
}

.how-grid {
    display: block;
    grid-template-columns: 1fr 1fr;
    gap: 56px;
    align-items: center;
}

.how h2 {
    font-size: 25px;
}

.how {
    padding: 45px 0;
    background: #fff;
}

.trust-grid {
    grid-template-columns: repeat(2, 1fr);
}

.trust h2 {
    font-size: 30px;
}

.proof {
    background: #fff;
    padding: 45px 0;
}

.proof-card h3 {
    font-size: 25px;
}
.global h2 {
    font-size: 30px;
}

.global-grid {
    display: flex;
    gap: 40px;
    flex-direction: column-reverse;
}

.global {
    background: linear-gradient(120deg, #F8F5EF, #fff);
    padding: 45px 0;
}

.wrap.global-grid h2 br {
    display: none;
}

.lead-grid {
    display: grid;
    grid-template-columns: 1fr;
    gap: 50px;
}

.leadership h2 {
    font-size: 30px;
}

.leadership {
    background: var(--deep);
    color: #fff;
    padding: 45px 0;
}

.partner-grid {
    display: grid;
    grid-template-columns: 1fr;
}
.partner h2 {
    font-size: 30px;
}

.partner {
    padding: 45px 0;
    background: #fff;
}

.promise {
    background: var(--ivory);
    padding: 45px 0;
    text-align: center;
}

.promise h2 {
    font-size: 30px;
}
.final {
    background: var(--deep);
    color: #fff;
    padding: 45px 0;
    text-align: center;
}
.final h2 {
    font-size: 30px;
}

.collection-books {
    width: 100%;
    gap: 10px;
}

.collection-content {
    width: 100%;
}

.collection-content p {
    max-width: 100%;
    margin: 0 0 14px;
    color: #333;
    font-family: "Poppins",sans-serif;
    font-size: 9px;
    line-height: 1.55;
}
}

@media (max-width:767px)
{
    .hero h1 
    {
        font-size: 40px;
        line-height: 45px;
    }
    .hero h1 span 
    {
        font-size: 40px;
    }
    .hero .line 
    {
        width: 58px;
        height: 3px;
        background: var(--gold);
        margin: -15px 0 17px;
    }
    .cards 
    {
        grid-template-columns: repeat(1, 1fr);
    }
    .card-image 
    {
        height: auto;
    }

    .hero {
    height: auto;
}
.hero2 .hero-grid {
    display: block;
    grid-template-columns: 1.5fr 1fr;
}

.hero2 .hero-card {
    padding: 15px 30px;
    margin: 30px 0 0;
}

.hero2 h1 span {
    color: #ffffff;
}

.manifesto {
    background: #fff;
    padding: 40px 0;
}

.head h2 {
    font-size: 25px;
}

.connect-flow span {
    display: block;
}


.connect-flow {
    width: 100%;
    max-width: 40%;
    margin: auto;
    display: block;
}

.how h2 {
    font-size: 25px;
    line-height: 30px !important;
}

.trust-head {
    display: grid;
    grid-template-columns: 1fr;
    gap: 5px;
    align-items: center;
}

.proof-grid {
    display: grid;
    grid-template-columns: 1fr;
    gap: 28px;
}

.global h2 {
    font-size: 25px;
}

.leadership h2 {
    font-size: 25px;
}

.partner h2 {
    font-size: 25px;
    line-height: 30px !important;
}

.promise h2 {
    font-size: 25px;
}

.promises {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 14px;
}
.final h2 {
    font-size: 25px;
    line-height: 30px !important;
}


.books-hero-content h1 {
    font-size: 35px;
}

.main_book .books-hero {
    position: relative;
    min-height: auto;
    display: flex;
    align-items: center;
    overflow: unset;
    background-image: url(../image/book-banner.webp);
    background-position: center !important;
    background-size: 100%;
    padding: 70px 0;
}

.collection-content h2 {
    font-size: 30px;
}

.collection-content h2 br {
    display: none;
}

.collection-book img {
    max-height: max-content;
    width: 100%;
}

.collection-book {
    height: auto;
}

.discipleship-curriculum .section-title h2 {
    font-size: 20px;
}

.discipleship-curriculum .section-title span {
    flex: 0 0 20%;
}

.curriculum-grid {
    display: grid;
    grid-template-columns: 1fr;
    column-gap: 38px;
    position: relative;
}

.curriculum-grid:after {
    display: none;
}

.culture-grid {
    display: grid;
    grid-template-columns: repeat(1,1fr);
}

.spiritual-books-grid {
    grid-template-columns: repeat(1,1fr);
}

.books-cta-content h2 {
    font-size: 25px;
    font-weight: 600;
    line-height: 30px !important;
}

.books-cta-content h3 {
    margin: 0 0 8px;
    color: var(--bm-gold);
    font-family: "Playfair Display",serif;
    font-size: 25px;
    font-style: italic;
    font-weight: 700;
    line-height: 1;
}

.books-cta-inner {
    position: relative;
    z-index: 2;
    min-height: 130px;
    display: block;
    align-items: center;
    justify-content: space-between;
}

.books-hero-content h1 br {
    display: none;
}

.books-hero-content {
    position: relative;
    z-index: 2;
    width: 68%;
    padding: 25px 0 28px;
}


}

@media (max-width:640px)
{
    .container {
        padding: 0 20px;
    }
    .container, .header-inner, .hero-content {
        width: 100%;
    }
    .menuicon {
        justify-content: flex-end;
    }

    .hero h1 {
        font-size: 35px;
        line-height: 40px;
    }

.hero h1 span {
    font-size: 35px;
}

.learn {
    display: inline-block;
    margin-top: 18px;
    font-size: 16px;
    font-weight: 500;
}

.stat p {
    font-size: 35px !important;
}

.viewmorebtn {
    position: relative !important;
}

.book {
    width: 100%;
    text-align: center;
    margin: auto;
}

.footer-grid {
    display: grid;
    gap: 15px;
    grid-template-columns: 1fr;
}

.header-inner {
    flex-wrap: nowrap;
}

section.hero.hero2 
{
    padding: 50px 0;
}

.hero h1 {
    font-size: 30px;
    line-height: 40px;
}

.hero h1 span {
    font-size: 25px;
}

.head h2 {
    font-size: 23px;
    line-height: 28px !important;
}

.three {
    display: grid;
    grid-template-columns: repeat(1, 1fr);
    gap: 24px;
}

.min-grid {
    display: grid;
    grid-template-columns: repeat(1, 1fr);
}

.connect h2 {
    font-size: 25px;
    line-height: 28px !important;
}

.connect-flow {
    width: 100%;
    max-width: 70%;
    margin: auto;
    display: block;
}

.how h2 {
    font-size: 23px;
    line-height: 30px !important;
}

.trust h2 {
    font-size: 23px;
}

.trust-panel {
    padding: 44px 20px;
}

.trust-grid {
    grid-template-columns: repeat(1, 1fr);
}

.trust-quote {
    font-size: 21px;
}

.social-strip {
    margin-top: 20px;
    display: grid;
    grid-template-columns: 1fr;
    gap: 20px;
}

.btn {
    padding: 7px 10px;
}

.leadership h2 {
    font-size: 23px;
    line-height: 28px !important;
}

.leadership .goldline {
    font-size: 21px;
    margin-top: 20px;
}

.impact {
    display: grid;
    grid-template-columns: 1fr;
    gap: 12px;
}

.promise h2 {
    font-size: 23px;
    line-height: 28px !important;
}

.promises {
    display: grid;
    grid-template-columns: repeat(1, 1fr);
    gap: 14px;
}


.discipleship-curriculum .section-title span {
    flex: 0 0 5%;
}

.main_book .books-hero {
    position: relative;
    min-height: auto;
    display: flex;
    align-items: center;
    overflow: unset;
    background-image: url(../image/book-banner.webp);
    background-position: center !important;
    background-size: cover;
    padding: 70px 0;
    background-repeat: no-repeat;
}


.books-hero-content {
    position: relative;
    z-index: 2;
    width: 100%;
    padding: 25px 0 28px;
}

.books-hero-content h1 span {
    color: #ffffff;
}


.beyond-system-box {
    padding: 30px 15px;
}

.collection-content h2 {
    font-size: 25px;
    line-height: 28px !important;
}

.collection-content h5 {
    font-size: 16px;
}

.collection-content {
    width: 100%;
    margin-bottom: 30px;
}

.book-card {
    display: block;
    align-items: center;
}

.discipleship-curriculum .book-card-image {
    width: 100%;
    min-width: auto;
    height: auto;
    margin-right: 25px;
    margin-bottom: 20px;
}

.main_book .book-card-content {
    flex: auto;
    display: block;
    flex-direction: column;
    justify-content: center;
    height: auto;
    text-align: center;
}
.discipleship-culture .book-card-image {
    width: 100%;
    min-width: 100%;
    height: auto;
    margin-right: 15px;
    margin-bottom: 20px;
}

.discipleship-culture .book-card {
    min-height: auto;
    padding: 20px 0;
    border-bottom: 1px solid #e8e8e8;
}

.spiritual-growth-books {
    padding: 0px 0 50px;
    background: #fff;
}

.spiritual-growth-books .section-title h2 {
    font-size: 20px;
}

.spiritual-growth-books .book-card-image {
    width: 100%;
    min-width: 100%;
    height: auto;
    margin-right: 15px;
}

.spiritual-growth-books .book-card-image {
    width: 100%;
    min-width: 100%;
    height: auto;
    margin-right: 15px;
    margin-bottom: 20px;
}


.discipleship-culture .section-title h2 {
    font-size: 20px;
}
.discipleship-culture {
    padding: 0px 0 25px;
    background: #fff;
}

.discipleship-curriculum .book-card {
    padding: 20px 0;
    border-bottom: 1px solid #e7e7e7;
}

.books-hero-content h1 {
    font-size: 30px;
}

.cta .big::after {
    left: 50%;
    bottom: -10px;
    transform: translate(-50%, 0px);
}


}

@media (max-width:480px)
{
    .hero {
        padding: 0 0;
    }

    .hero {
    min-height: auto;
    height: auto;
    background-position: 65% center;
}

.footer-content ul {
    padding-left: 0;
    margin-bottom: 5px;
}

.pt-50 {
    padding-top: 30px;
}
.pb-50 {
    padding-bottom: 30px;
}
#nav ul {
    padding: 90px 20px 40px;
}

.hero h1 {
    font-size: 30px;
    line-height: 35px;
}

.head h2 {
    font-size: 20px;
    line-height: 25px !important;
}

.purpose .num {
    /* font-family: "Playfair", serif; */
    color: var(--gold);
    font-size: 30px;
}

.purpose h3 {
    font-size: 21px;
    margin: 7px 0 6px;
}

.min-logo {
    font-size: 22px;
    color: #031b33;
}

.min-body h3 {
    font-family: "Playfair", serif;
    color: var(--soft);
    font-size: 22px;
    margin: 0 0 9px;
}
.connect p {
    width: 100%;
    max-width: 100%;
}

.connect-flow {
    width: 100%;
    max-width: 100%;
    margin: auto;
    display: block;
}

.trust {
    background: var(--ivory);
    padding: 45px 0;
}

.eyebrow {
    font-size: 14px;
    line-height: 20px;
    font-weight: 600;
    letter-spacing: 0;
}

.proof-card {
    padding: 30px 15px;
}

.proof-list div {
    font-size: 15px;
}

.proof-card h3 {
    font-size: 23px;
}

.global h2 {
    font-size: 23px;
    line-height: 25px !important;
}
.partner h2 {
    font-size: 23px;
    line-height: 28px !important;
}

.final h2 {
    font-size: 21px;
    line-height: 28px !important;
}
.hero h1 {
    font-size: 30px;
    line-height: 35px;
    margin-bottom: 10px;
}
.logo {
    width: 400px;
}
}