/* HERO */

/* TOP BAR */

.top-bar{

    background:#ff2e7a;

    color:white;

    padding:10px 0;

    font-size:14px;

}



/* EVENTS */

.events-section{

    background:#ffffff;

}

.event-card{

    background:white;

    padding:40px;

    border-radius:25px;

    text-align:center;

    box-shadow:0 10px 30px rgba(0,0,0,0.06);

}

.event-card h4{

    font-weight:700;

}



/* TESTIMONIAL */

.testimonial-section{

    background:#08153d;

    padding:100px 0;

}

.testimonial-box{

    max-width:900px;

    margin:auto;

}

.testimonial-text{

    color:white;

    font-size:30px;

    line-height:1.8;

    font-style:italic;

}

.testimonial-name{

    margin-top:30px;

    color:#ff9dc3;

}



/* PRAYER TIMING */

.prayer-timing{

    background:#f8f9fd;

    padding:100px 0;

}

.time-card{

    background:white;

    padding:40px;

    border-radius:25px;

    box-shadow:0 10px 30px rgba(0,0,0,0.06);

}

.time-card h4{

    font-weight:700;

}

.time-card p{

    color:#ff2e7a;

    font-size:22px;

    margin-top:10px;

}

/* =========================================
   MONTHLY PRAYER
========================================= */

.monthly-prayer-section{

    background:#ffffff;

}



/* BOX */

.monthly-prayer-box{

    background:linear-gradient(135deg,#08153d,#183785);

    padding:70px;

    border-radius:40px;

    overflow:hidden;

    position:relative;

}



/* GLOW */

.monthly-prayer-box::before{

    content:'';

    position:absolute;

    width:300px;

    height:300px;

    background:#ff2e7a;

    opacity:0.15;

    filter:blur(80px);

    right:-80px;

    top:-80px;

}



/* TITLE */

.monthly-title{

    color:white;

    font-size:52px;

    font-weight:800;

    margin-top:15px;

}



/* TEXT */

.monthly-text{

    color:#dddddd;

    line-height:2;

    margin-top:25px;

    font-size:17px;

}



/* TIMINGS */

.prayer-timing{

    display:flex;

    gap:20px;

    flex-wrap:wrap;

    margin-top:35px;

}



/* CARD */

.timing-card{

    background:white;

    color:#08153d;

    padding:14px 24px;

    border-radius:50px;

    font-weight:600;

}



/* IMAGE */

.monthly-prayer-img{

    border-radius:30px;

    box-shadow:0 20px 45px rgba(0,0,0,0.2);

}



/* MOBILE */

@media(max-width:768px){

    .monthly-prayer-box{

        padding:40px;

    }

    .monthly-title{

        font-size:38px;

    }

    .monthly-prayer-img{

        margin-top:40px;

    }

}



@media(max-width:576px){

    .monthly-title{

        font-size:30px;

    }

}
.monthly-prayer-img{

    width:100%;

    max-width:320px;

    height:320px;

    object-fit:cover;

    border-radius:30px;

    margin:auto;

    display:block;

}

/* NEWSLETTER */

.newsletter-section{

    background:linear-gradient(135deg,#08153d,#132f7a);

    padding:100px 0;

    color:white;

    text-align:center;

}

.newsletter-section p{

    margin-top:20px;

    color:#dddddd;

}

.newsletter-form{

    margin-top:40px;

    display:flex;

    justify-content:center;

    flex-wrap:wrap;

    gap:15px;

}

.newsletter-form input{

    width:350px;

    max-width:100%;

    height:58px;

    border:none;

    border-radius:50px;

    padding:0 25px;

}

.newsletter-form button{

    background:#ff2e7a;

    border:none;

    color:white;

    padding:0 35px;

    border-radius:50px;

}



/* FOOTER */

.footer-heading{

    color:white;

    margin-bottom:25px;

}

.footer-links{

    list-style:none;

    padding:0;

}

.footer-links li{

    margin-bottom:15px;

}

.footer-links a{

    color:#cccccc;

    text-decoration:none;

}

.footer-contact{

    color:#cccccc;

    line-height:2;

}

.footer-line{

    margin:50px 0 25px;

    border-color:rgba(255,255,255,0.1);

}

.footer-bottom{

    color:#999999;

}
.hero-section{

    min-height:100vh;

    background:
    linear-gradient(rgba(4,8,25,0.82),rgba(4,8,25,0.85)),
    url('https://images.unsplash.com/photo-1504052434569-70ad5836ab65?q=80&w=2070');

    background-size:cover;
    background-position:center;

    display:flex;
    align-items:center;
}

.hero-row{
    padding-top:100px;
}

.hero-badge{
    background:rgba(255,255,255,0.12);
    padding:12px 24px;
    border-radius:50px;
    color:white;
}

.hero-title{
    font-size:78px;
    font-weight:800;
    color:white;
    margin-top:30px;
    line-height:1.1;
}

.hero-title span{
    color:#ff9dc3;
}

.hero-text{
    color:#dddddd;
    line-height:1.9;
    font-size:18px;
    margin-top:30px;
    max-width:650px;
}

.hero-buttons{
    margin-top:45px;
}



/* HERO LOGO */

.hero-logo-wrapper{
    display:flex;
    justify-content:center;
}

.hero-logo{
    width:350px;
    max-width:100%;
}



/* ABOUT */

/* ABOUT + VERSE */

.about-verse-section{

    background:#ffffff;

}

.about-box{

    background:white;

    padding:50px;

    border-radius:35px;

    height:100%;

    box-shadow:0 10px 35px rgba(0,0,0,0.06);

}



.verse-box{

    background:linear-gradient(135deg,#08153d,#162d74);

    padding:50px;

    border-radius:35px;

    height:100%;

    color:white;

    display:flex;

    flex-direction:column;

    justify-content:center;

    position:relative;

    overflow:hidden;

}



.verse-box::before{

    content:'?';

    position:absolute;

    right:-20px;

    bottom:-20px;

    font-size:180px;

    opacity:0.05;

}



.verse-badge{

    background:rgba(255,255,255,0.12);

    padding:10px 18px;

    border-radius:50px;

    display:inline-block;

    margin-bottom:25px;

    font-size:14px;

}



.verse-title{

    font-size:38px;

    font-weight:700;

    margin-bottom:30px;

}



.verse-text{

    font-size:20px;

    line-height:2;

    color:#eeeeee;

}



.verse-reference{

    margin-top:30px;

    color:#ff9dc3;

    font-weight:600;

}


/* SCRIPTURE */

.scripture-banner{

    background:#08153d;

    padding:70px 0;

    color:white;

    text-align:center;

}

.scripture-banner h2{

    font-size:38px;

    font-weight:700;

    line-height:1.6;

}

.scripture-banner p{

    color:#ff9dc3;

    margin-top:15px;

}



/* VISION MISSION */

.vision-box,
.mission-box{

    background:white;

    padding:50px;

    border-radius:30px;

    height:100%;

    box-shadow:0 10px 35px rgba(0,0,0,0.06);

}

.vision-box p,
.mission-box p{

    margin-top:25px;

    line-height:2;

    color:#666;

}



/* STATS */

.stats-section{

    background:#f8f9fd;

    padding:90px 0;

}

.stat-box h2{

    font-size:55px;

    color:#ff2e7a;

    font-weight:800;

}

.stat-box p{

    color:#555;

    margin-top:10px;

}



/* FOUNDER */

.founder-preview-img{

    width:100%;

    border-radius:30px;

}

.founder-text{

    margin-top:25px;

    line-height:2;

    color:#666;

}



/* YOUTUBE */

.youtube-section{

    background:#f8f9fd;

}

.youtube-box{

    overflow:hidden;

    border-radius:30px;

    box-shadow:0 15px 40px rgba(0,0,0,0.08);

}



/* PRAYER */

.prayer-section{

    background:linear-gradient(135deg,#08153d,#132f7a);

    padding:100px 0;

    color:white;

    text-align:center;

}

.prayer-section h2{

    font-size:50px;

    font-weight:800;

}

.prayer-section p{

    margin-top:20px;

    font-size:18px;

    color:#ddd;

}

.prayer-btn{

    margin-top:35px;

    padding:14px 35px;

    border-radius:50px;

    font-weight:600;

}



/* WHATSAPP */

.whatsapp-float{

    position:fixed;

    right:25px;

    bottom:25px;

    z-index:999;

}

.whatsapp-float img{

    width:65px;

}
.about-preview{
    background:white;
}

.about-preview-text{
    margin-top:25px;
    line-height:2;
    color:#666666;
    font-size:17px;
}



/* MINISTRY */

.ministry-section{
    background:#f8f9fd;
}

.ministry-card{
    background:white;
    padding:45px 35px;
    border-radius:30px;
    text-align:center;
    transition:0.3s;
    height:100%;
    box-shadow:0 10px 30px rgba(0,0,0,0.06);
}

.ministry-card:hover{
    transform:translateY(-10px);
}

.ministry-icon{
    width:80px;
    margin-bottom:25px;
}

.ministry-card h4{
    font-weight:700;
    margin-bottom:15px;
}

.ministry-card p{
    color:#666;
    line-height:1.8;
}



/* GALLERY */

.gallery-box{
    overflow:hidden;
    border-radius:25px;
}

.gallery-img{
    width:100%;
    height:320px;
    object-fit:cover;
    transition:0.4s;
}

.gallery-box:hover .gallery-img{
    transform:scale(1.05);
}
/* SOCIAL SECTION */

.social-section{

    background:#ffffff;

}

.social-text{

    margin-top:25px;

    color:#666666;

    line-height:1.9;

    font-size:17px;

}



.social-card{

    background:white;

    padding:45px 30px;

    border-radius:30px;

    text-align:center;

    display:block;

    height:100%;

    transition:0.4s;

    box-shadow:0 10px 30px rgba(0,0,0,0.06);

}

.social-card:hover{

    transform:translateY(-10px);

    box-shadow:0 20px 45px rgba(0,0,0,0.12);

}



.social-icon{

    width:70px;

    margin-bottom:25px;

}



.social-card h4{

    color:#08153d;

    font-weight:700;

    margin-bottom:15px;

}



.social-card p{

    color:#666666;

    line-height:1.8;

}


/* MOBILE */

@media(max-width:991px){

    .hero-section{
        text-align:center;
    }

    .hero-title{
        font-size:55px;
    }

    .hero-logo{
        margin-top:50px;
        width:260px;
    }

}


@media(max-width:576px){

    .hero-title{
        font-size:42px;
    }

    .section-title{
        font-size:34px;
    }

}