/*==================================================
 UNIVERSAL SEVA SANKALP HELPING FOUNDATION
 Homepage CSS
 Version : 3.0
==================================================*/


/*=========================================
SECTION DEFAULT
=========================================*/

section{
    position:relative;
    padding:110px 0;
}

.section-tag{
    display:inline-block;
    padding:8px 18px;
    border-radius:50px;
    background:#E8F2FF;
    color:#0B5ED7;
    font-size:14px;
    font-weight:600;
    margin-bottom:18px;
}

.section-title{
    font-size:48px;
    font-weight:800;
    line-height:1.15;
    color:#0D1B2A;
    margin-bottom:20px;
}

.section-description{
    max-width:720px;
    margin:auto;
    color:#6C757D;
    line-height:30px;
}

.section-heading{
    margin-bottom:70px;
}


/*==================================================
 HERO SECTION
 ULTRA PREMIUM NGO DESIGN
==================================================*/


.hero-section{

    position:relative;
    overflow:hidden;

    background:
    linear-gradient(
        135deg,
        #f5faff 0%,
        #e8f3ff 50%,
        #d9edff 100%
    );

    padding:90px 0 80px;

}


/* BACKGROUND CIRCLES */

.hero-section::before{

    content:"";

    position:absolute;

    width:520px;
    height:520px;

    background:rgba(37,99,235,.10);

    border-radius:50%;

    left:-260px;
    bottom:-220px;

}


.hero-section::after{

    content:"";

    position:absolute;

    width:420px;
    height:420px;

    background:rgba(37,99,235,.08);

    border-radius:50%;

    right:-150px;
    top:-150px;

}



.hero-shape{

    position:absolute;

    border-radius:50%;

}



.hero-shape.one{

    width:100px;
    height:100px;

    background:#ffffff;

    top:80px;
    left:40px;

}



.hero-shape.two{

    width:180px;
    height:180px;

    background:#2563eb;

    opacity:.08;

    right:80px;
    bottom:80px;

}



.hero-shape.three{

    width:70px;
    height:70px;

    background:#2563eb;

    opacity:.10;

    right:260px;
    top:120px;

}



/* CONTAINER */


.hero-section .container{

    max-width:1200px;

    position:relative;

    z-index:2;

}



/* ROW */


.hero-section .row{

    display:flex;

    align-items:center;

}



/* LEFT */


.hero-content{

    max-width:560px;

}



.hero-subtitle{

    display:inline-block;

    color:#2563eb;

    font-size:15px;

    font-weight:700;

    margin-bottom:20px;

}



.hero-title{

    margin:0 0 25px;

    font-size:64px;

    line-height:1.08;

    font-weight:800;

    letter-spacing:-1.5px;

    color:#102a43;

}



.hero-title span{

    color:#2563eb;

}



.hero-description{

    font-size:17px;

    line-height:30px;

    color:#475569;

    margin-bottom:35px;

}




/* BUTTONS */


.hero-buttons{

    display:flex;

    align-items:center;

    gap:20px;

}



.hero-buttons .btn-primary{

    background:#2563eb;

    border:none;

    border-radius:50px;

    padding:14px 32px;

    font-weight:700;

    box-shadow:

    0 15px 35px rgba(37,99,235,.25);

}



.hero-buttons .btn-outline-primary{

    border:none;

    color:#2563eb;

    font-weight:700;

}



/* STATS */


.hero-stats{

    display:flex;

    gap:40px;

    margin-top:40px;

}



.hero-stat-card h2{

    margin:0;

    font-size:36px;

    line-height:1;

    font-weight:800;

    color:#102a43;

}



.hero-stat-card span{

    display:block;

    margin-top:8px;

    font-size:13px;

    color:#64748b;

}





/* IMAGE */


.hero-image{

    position:relative;

    display:flex;

    justify-content:flex-end;

}



.hero-image img{

    width:520px;

    max-width:100%;

    border-radius:30px;

    box-shadow:

    0 30px 70px rgba(0,0,0,.15);

}



/* FLOATING CARDS */


.hero-floating-card{

    position:absolute;

    background:#ffffff;

    border-radius:20px;

    padding:15px 20px;

    display:flex;

    align-items:center;

    gap:14px;

    box-shadow:

    0 20px 50px rgba(0,0,0,.12);

}



.hero-floating-card i{

    width:45px;

    height:45px;

    display:flex;

    align-items:center;

    justify-content:center;

    border-radius:50%;

    background:#2563eb;

    color:white;

}



.hero-floating-card strong{

    display:block;

    font-size:20px;

    color:#102a43;

}



.hero-floating-card span{

    font-size:12px;

    color:#64748b;

}



.card-one{

    left:-35px;

    top:80px;

}



.card-two{

    right:-35px;

    top:220px;

}



.card-three{

    left:-20px;

    bottom:70px;

}




/* ANIMATION */


.float{

    animation:heroFloat 5s ease-in-out infinite;

}



@keyframes heroFloat{

    0%,100%{

        transform:translateY(0);

    }


    50%{

        transform:translateY(-12px);

    }

}




/* TABLET + MOBILE */


@media(max-width:991px){


.hero-section{

    padding:70px 0;

}



.hero-section .row{

    flex-direction:column;

}



.hero-content{

    text-align:center;

    margin:auto;

}



.hero-title{

    font-size:42px;

}



.hero-buttons{

    justify-content:center;

}



.hero-stats{

    justify-content:center;

}



.hero-image{

    margin-top:50px;

    justify-content:center;

}



.hero-floating-card{

    display:none;

}


}


/*=========================================
COUNTER
=========================================*/

.counter-section{

    background:#fff;

}

.counter-card{

    background:#fff;

    border-radius:22px;

    text-align:center;

    padding:40px 25px;

    box-shadow:0 12px 35px rgba(0,0,0,.06);

    transition:.35s;

}

.counter-card:hover{

    transform:translateY(-10px);

}

.counter-icon{

    width:75px;

    height:75px;

    border-radius:50%;

    background:#EAF3FF;

    color:#0B5ED7;

    display:flex;

    align-items:center;

    justify-content:center;

    font-size:30px;

    margin:auto auto 20px;

}

.counter-number{

    font-size:42px;

    font-weight:800;

    color:#0D1B2A;

}

/*==================================================
 ABOUT SECTION
==================================================*/

.about-section{
    background:#fff;
}

.about-image{
    position:relative;
}

.about-image img{
    width:100%;
    border-radius:30px;
    display:block;
    box-shadow:0 25px 60px rgba(0,0,0,.10);
}

.experience-box{
    position:absolute;
    right:-25px;
    bottom:40px;
    width:170px;
    background:#0B5ED7;
    color:#fff;
    text-align:center;
    border-radius:22px;
    padding:30px 20px;
    box-shadow:0 20px 50px rgba(11,94,215,.30);
}

.experience-box h2{
    font-size:52px;
    font-weight:800;
    margin-bottom:10px;
}

.about-content{
    padding-left:55px;
}

.about-content p{
    color:#6c757d;
    line-height:31px;
    margin-bottom:18px;
}

.about-feature{
    display:flex;
    align-items:center;
    gap:15px;
    padding:15px 20px;
    background:#F8FAFC;
    border-radius:16px;
    transition:.35s;
}

.about-feature:hover{
    transform:translateY(-6px);
    background:#EAF3FF;
}

.about-feature i{
    color:#0B5ED7;
    font-size:22px;
}


/*==================================================
 CAUSES
==================================================*/

.causes-section{
    background:#F8FBFF;
}

.cause-card{
    background:#fff;
    border-radius:24px;
    overflow:hidden;
    box-shadow:0 20px 55px rgba(0,0,0,.08);
    transition:.35s;
    height:100%;
}

.cause-card:hover{
    transform:translateY(-10px);
}

.cause-image{
    position:relative;
}

.cause-image img{
    width:100%;
    height:260px;
    object-fit:cover;
}

.cause-badge{
    position:absolute;
    left:20px;
    top:20px;
    background:#0B5ED7;
    color:#fff;
    padding:8px 18px;
    border-radius:30px;
    font-size:14px;
    font-weight:600;
}

.cause-content{
    padding:30px;
}

.cause-content h3{
    font-size:28px;
    font-weight:700;
    margin-bottom:15px;
}

.cause-content p{
    color:#6c757d;
    line-height:30px;
}

.cause-content .btn{
    border-radius:40px;
    height:52px;
}


/*==================================================
 WHY CHOOSE US
==================================================*/

.why-choose-section{
    background:#fff;
}

.why-content{
    padding-right:40px;
}

.why-card{
    background:#fff;
    border-radius:20px;
    padding:28px;
    height:100%;
    box-shadow:0 15px 40px rgba(0,0,0,.06);
    transition:.35s;
}

.why-card:hover{
    transform:translateY(-8px);
}

.why-icon{
    width:70px;
    height:70px;
    border-radius:50%;
    background:#EAF3FF;
    color:#0B5ED7;
    display:flex;
    align-items:center;
    justify-content:center;
    font-size:28px;
    margin-bottom:20px;
}

.why-card h5{
    font-size:22px;
    font-weight:700;
    margin-bottom:12px;
}

.why-card p{
    color:#6c757d;
}

.why-image img{
    width:100%;
    border-radius:30px;
    box-shadow:0 25px 60px rgba(0,0,0,.10);
}


/*==================================================
 PROJECTS
==================================================*/

.projects-section{
    background:#F8FBFF;
}

.project-card{
    background:#fff;
    border-radius:24px;
    overflow:hidden;
    box-shadow:0 20px 55px rgba(0,0,0,.08);
    transition:.35s;
    height:100%;
}

.project-card:hover{
    transform:translateY(-10px);
}

.project-image img{
    width:100%;
    height:260px;
    object-fit:cover;
}

.project-content{
    padding:30px;
}

.project-category{
    display:inline-block;
    color:#0B5ED7;
    font-weight:600;
    margin-bottom:12px;
}

.project-content h3{
    font-size:28px;
    font-weight:700;
    margin-bottom:15px;
}

.project-content p{
    color:#6c757d;
    line-height:30px;
    margin-bottom:25px;
}


/*==================================================
 PROCESS
==================================================*/

.process-section{
    background:#fff;
}

.process-card{
    background:#fff;
    border-radius:24px;
    text-align:center;
    padding:45px 25px;
    box-shadow:0 15px 40px rgba(0,0,0,.06);
    transition:.35s;
    height:100%;
}

.process-card:hover{
    transform:translateY(-10px);
}

.process-number{
    width:90px;
    height:90px;
    margin:auto;
    margin-bottom:25px;
    border-radius:50%;
    background:#0B5ED7;
    color:#fff;
    display:flex;
    align-items:center;
    justify-content:center;
    font-size:30px;
    font-weight:800;
}

.process-card h4{
    font-size:26px;
    font-weight:700;
    margin-bottom:15px;
}

.process-card p{
    color:#6c757d;
    line-height:30px;
}


/*==================================================
 COMMON BUTTONS
==================================================*/

.btn-primary{
    background:#0B5ED7;
    border-color:#0B5ED7;
}

.btn-primary:hover{
    background:#094FB6;
    border-color:#094FB6;
}

.btn-outline-primary{
    border-width:2px;
}

/*==================================================
 GALLERY SECTION
==================================================*/

.gallery-section{
    background:#F8FBFF;
}

.gallery-card{
    position:relative;
    overflow:hidden;
    border-radius:22px;
    height:100%;
}

.gallery-image{
    position:relative;
    overflow:hidden;
    border-radius:22px;
}

.gallery-image img{
    width:100%;
    height:300px;
    object-fit:cover;
    transition:.5s ease;
}

.gallery-card:hover img{
    transform:scale(1.08);
}

.gallery-overlay{
    position:absolute;
    inset:0;
    background:rgba(11,94,215,.75);
    display:flex;
    align-items:center;
    justify-content:center;
    opacity:0;
    transition:.35s;
}

.gallery-card:hover .gallery-overlay{
    opacity:1;
}

.gallery-overlay a{
    width:60px;
    height:60px;
    border-radius:50%;
    background:#fff;
    color:#0B5ED7;
    display:flex;
    align-items:center;
    justify-content:center;
    font-size:22px;
}


/*==================================================
 EVENTS
==================================================*/

.events-section{
    background:#fff;
}

.event-card{
    background:#fff;
    border-radius:25px;
    overflow:hidden;
    box-shadow:0 20px 55px rgba(0,0,0,.08);
    transition:.35s;
    height:100%;
}

.event-card:hover{
    transform:translateY(-10px);
}

.event-image{
    position:relative;
}

.event-image img{
    width:100%;
    height:280px;
    object-fit:cover;
}

.event-date{
    position:absolute;
    left:20px;
    bottom:20px;
    background:#0B5ED7;
    color:#fff;
    width:75px;
    height:75px;
    border-radius:18px;
    text-align:center;
    padding-top:10px;
    font-weight:600;
}

.event-date span{
    display:block;
    font-size:30px;
    font-weight:800;
}

.event-content{
    padding:30px;
}

.event-location{
    color:#0B5ED7;
    font-size:14px;
    font-weight:600;
}

.event-content h3{
    font-size:28px;
    font-weight:700;
    margin:15px 0;
}

.event-content p{
    color:#6c757d;
    line-height:30px;
}

.event-meta{
    display:flex;
    justify-content:space-between;
    padding-top:15px;
    border-top:1px solid #eee;
    color:#555;
    font-size:14px;
}


/*==================================================
 TESTIMONIAL
==================================================*/

.testimonial-section{
    background:#F8FBFF;
}

.testimonial-card{
    background:#fff;
    padding:35px;
    border-radius:25px;
    box-shadow:0 20px 55px rgba(0,0,0,.07);
    height:100%;
    transition:.35s;
}

.testimonial-card:hover{
    transform:translateY(-8px);
}

.testimonial-stars{
    color:#FFD54F;
    margin-bottom:20px;
}

.testimonial-card p{
    color:#6c757d;
    line-height:30px;
    font-style:italic;
}

.testimonial-author{
    display:flex;
    align-items:center;
    gap:15px;
    margin-top:25px;
}

.testimonial-author img{
    width:65px;
    height:65px;
    border-radius:50%;
    object-fit:cover;
}

.testimonial-author h5{
    margin:0;
    font-weight:700;
}

.testimonial-author span{
    color:#777;
}


/*==================================================
 BLOG
==================================================*/

.blog-section{
    background:#fff;
}

.blog-card{
    background:#fff;
    border-radius:24px;
    overflow:hidden;
    box-shadow:0 20px 55px rgba(0,0,0,.08);
    height:100%;
}

.blog-image img{
    width:100%;
    height:260px;
    object-fit:cover;
}

.blog-content{
    padding:30px;
}

.blog-category{
    color:#0B5ED7;
    font-weight:600;
}

.blog-content h3{
    font-size:25px;
    font-weight:700;
    margin:15px 0;
}

.blog-content p{
    color:#6c757d;
    line-height:30px;
}


/*==================================================
 VOLUNTEER CTA
==================================================*/

.volunteer-section{
    background:linear-gradient(
        135deg,
        #0B3D91,
        #1565C0
    );
}

.volunteer-wrapper{
    padding:60px;
    border-radius:30px;
    color:#fff;
}

.volunteer-wrapper h2{
    color:#fff;
    font-size:45px;
    font-weight:800;
}

.volunteer-wrapper p{
    color:rgba(255,255,255,.85);
    line-height:30px;
}


/*==================================================
 DONATION CTA
==================================================*/

.donation-box{
    background:#fff;
    padding:60px;
    border-radius:30px;
    box-shadow:0 25px 70px rgba(0,0,0,.08);
}

.donation-amount{
    padding:25px;
    border-radius:20px;
    background:#F8FBFF;
    text-align:center;
}

.donation-amount h3{
    font-size:35px;
    color:#0B5ED7;
    font-weight:800;
}

.donation-amount span{
    color:#666;
}

/*==================================================
 FAQ SECTION
==================================================*/

.faq-section{
    background:#F8FBFF;
}

.accordion-item{
    border:none;
    margin-bottom:18px;
    border-radius:18px;
    overflow:hidden;
    box-shadow:0 12px 35px rgba(0,0,0,.06);
}

.accordion-button{
    padding:25px 30px;
    font-size:18px;
    font-weight:700;
    color:#0D1B2A;
    background:#fff;
}

.accordion-button:not(.collapsed){
    background:#0B5ED7;
    color:#fff;
    box-shadow:none;
}

.accordion-button:focus{
    box-shadow:none;
}

.accordion-body{
    padding:25px 30px;
    color:#6c757d;
    line-height:30px;
    background:#fff;
}


/*==================================================
 INSTAGRAM
==================================================*/

.instagram-section{
    background:#fff;
}

.instagram-card{
    position:relative;
    overflow:hidden;
    border-radius:20px;
}

.instagram-card img{
    width:100%;
    height:220px;
    object-fit:cover;
    transition:.5s;
}

.instagram-card:hover img{
    transform:scale(1.1);
}

.instagram-overlay{
    position:absolute;
    inset:0;
    background:rgba(11,94,215,.75);
    display:flex;
    align-items:center;
    justify-content:center;
    opacity:0;
    transition:.35s;
}

.instagram-card:hover .instagram-overlay{
    opacity:1;
}

.instagram-overlay i{
    color:#fff;
    font-size:45px;
}


/*==================================================
 CONTACT
==================================================*/

.contact-section{
    background:#F8FBFF;
}

.contact-info{
    padding-right:40px;
}

.contact-item{
    display:flex;
    gap:18px;
    align-items:flex-start;
    margin-top:30px;
}

.contact-item i{
    width:55px;
    height:55px;
    border-radius:50%;
    background:#0B5ED7;
    color:#fff;
    display:flex;
    align-items:center;
    justify-content:center;
    font-size:20px;
}

.contact-item h5{
    margin-bottom:5px;
    font-weight:700;
}

.contact-item p{
    color:#6c757d;
    margin:0;
}

.contact-form{
    background:#fff;
    padding:45px;
    border-radius:30px;
    box-shadow:0 20px 60px rgba(0,0,0,.08);
}

.contact-form .form-control{
    height:55px;
    border-radius:12px;
    border:1px solid #e5e7eb;
    padding:15px 20px;
}

.contact-form textarea.form-control{
    height:auto;
}

.contact-form .form-control:focus{
    border-color:#0B5ED7;
    box-shadow:0 0 0 .15rem rgba(11,94,215,.15);
}


/*==================================================
 MAP
==================================================*/

.map-section{
    padding:0;
}

.map-section iframe{
    width:100%;
    height:450px;
    border:0;
    display:block;
}


/*==================================================
 NEWSLETTER
==================================================*/

.newsletter-section{
    background:#0B3D91;
}

.newsletter-wrapper{
    padding:55px;
    border-radius:30px;
}

.newsletter-wrapper h2{
    color:#fff;
    font-size:40px;
    font-weight:800;
}

.newsletter-wrapper p{
    color:rgba(255,255,255,.85);
}

.newsletter-form .form-control{
    height:60px;
    border-radius:50px 0 0 50px;
    padding-left:25px;
}

.newsletter-form .btn{
    border-radius:0 50px 50px 0;
    padding:0 30px;
}


/*==================================================
 ANIMATIONS
==================================================*/

.card-hover{
    transition:.35s ease;
}

.card-hover:hover{
    transform:translateY(-10px);
}


.fade-up{
    animation:fadeUp .8s ease forwards;
}

@keyframes fadeUp{

    from{
        opacity:0;
        transform:translateY(40px);
    }

    to{
        opacity:1;
        transform:translateY(0);
    }

}


/*==================================================
 RESPONSIVE
==================================================*/

@media(max-width:1199px){

    .hero-title{
        font-size:58px;
    }

    .about-content{
        padding-left:25px;
    }

    .fundraising-content{
        padding-left:25px;
    }

}


@media(max-width:991px){

    section{
        padding:80px 0;
    }

    .section-title{
        font-size:38px;
    }

    .hero-section{
        text-align:center;
    }

    .hero-title{
        font-size:48px;
    }

    .hero-buttons,
    .hero-stats{
        justify-content:center;
    }

    .hero-image{
        margin-top:50px;
    }

    .hero-floating-card{
        position:relative;
        left:auto;
        right:auto;
        top:auto;
        bottom:auto;
        margin:20px auto;
    }

    .about-content,
    .why-content,
    .contact-info{
        padding-left:0;
        padding-right:0;
        margin-top:40px;
    }

    .fundraising-card{
        padding:30px;
    }

    .fundraising-content{
        padding-left:0;
        margin-top:35px;
    }

    .volunteer-wrapper{
        padding:35px 25px;
        text-align:center;
    }

}


@media(max-width:576px){

    section{
        padding:60px 0;
    }

    .section-title{
        font-size:30px;
    }

    .hero-title{
        font-size:36px;
    }

    .hero-description{
        font-size:16px;
    }

    .hero-buttons .btn{
        width:100%;
    }

    .hero-stats{
        flex-direction:column;
        gap:25px;
    }

    .contact-form{
        padding:25px;
    }

    .newsletter-wrapper{
        padding:30px 15px;
    }

    .newsletter-form .input-group{
        flex-direction:column;
    }

    .newsletter-form .form-control,
    .newsletter-form .btn{
        width:100%;
        border-radius:50px;
    }

}

@media(max-width:991px){

.hero-section{
    min-height:auto;
    padding:100px 0 80px;
}


.hero-title{
    font-size:42px;
}


.hero-image{
    margin-top:50px;
}


.hero-image img{
    max-width:320px;
}


.hero-floating-card{
    display:none;
}


.hero-stats{
    margin-top:35px;
}

}

/* HERO HEIGHT FINAL FIX */

.hero-section .row{

    min-height:520px;

}


.hero-content{

    margin-top:0;

}



.hero-image img{

    width:500px;

}


@media(min-width:1200px){

.hero-section{

    height:auto;

}


.hero-section .row{

    min-height:520px;

}

}

/* REMOVE HERO EXCESS SPACE */

.hero-section{
    min-height: auto !important;
    height: auto !important;
    padding:40px 0 !important;
}


.hero-section .container{
    height:auto !important;
}


.hero-section .row{
    min-height:0 !important;
    height:auto !important;
}


.hero-content,
.hero-image{

    margin-top:0 !important;
    margin-bottom:0 !important;

}

/*================================
 FUNDRAISING BUTTON RED
================================*/

.fundraising-content .btn-primary{

    background:#e50914;
    border-color:#e50914;
    color:#ffffff;
    border-radius:50px;
    padding:16px 35px;
    font-weight:700;
    box-shadow:0 10px 30px rgba(229,9,20,.25);

}


.fundraising-content .btn-primary:hover{

    background:#b20710;
    border-color:#b20710;
    color:#ffffff;
    transform:translateY(-3px);

}

/* Featured Campaign Description */

.fundraising-section .section-heading p{

    color:#000000;
    font-size:18px;
    font-weight:700;
    line-height:32px;

}