.elementor-676 .elementor-element.elementor-element-0432027{--display:flex;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}/* Start custom CSS for html, class: .elementor-element-201df23 */.women-empowerment-page{
    font-family: 'Poppins', sans-serif;
    color:#111;
    background:#fff;
}

/* HERO */

.we-hero{
    position:relative;
    min-height:90vh;
    background:url('https://images.unsplash.com/photo-1529156069898-49953e39b3ac?q=80&w=1920') center/cover;
    display:flex;
    align-items:center;
    justify-content:center;
    text-align:center;
    padding:80px 20px;
}

.we-overlay{
    position:absolute;
    inset:0;
    background:rgba(0,0,0,0.55);
}

.we-hero-content{
    position:relative;
    z-index:2;
    max-width:900px;
    color:#fff;
}

.we-tag{
    display:inline-block;
    background:#e60023;
    padding:10px 20px;
    border-radius:30px;
    font-size:14px;
    margin-bottom:20px;
    color:#fff;
}

.we-hero h1{
    font-size:64px;
    line-height:1.1;
    margin-bottom:25px;
    font-weight:700;
}

.we-hero h1 span{
    color:#e60023;
}

.we-hero p{
    font-size:20px;
    line-height:1.8;
    max-width:750px;
    margin:auto;
}

/* BUTTONS */

.we-hero-buttons,
.we-cta-buttons{
    margin-top:35px;
    display:flex;
    gap:20px;
    justify-content:center;
    flex-wrap:wrap;
}

.we-btn{
    padding:16px 34px;
    border-radius:50px;
    text-decoration:none;
    transition:0.3s ease;
    font-weight:600;
}

.we-btn.primary{
    background:#e60023;
    color:#fff;
}

.we-btn.primary:hover{
    transform:translateY(-3px);
}

.we-btn.secondary{
    border:2px solid #fff;
    color:#fff;
}

.we-btn.secondary:hover{
    background:#fff;
    color:#000;
}

/* SECTION TITLE */

.we-section-title{
    text-align:center;
    margin-bottom:60px;
}

.we-section-title span{
    color:#e60023;
    text-transform:uppercase;
    letter-spacing:2px;
    font-size:14px;
    font-weight:600;
}

.we-section-title h2{
    font-size:42px;
    margin-top:10px;
}

/* COUNTERS */

.we-counter-section{
    padding:80px 20px;
    background:#111;
    color:#fff;
}

.we-counter-grid{
    display:grid;
    grid-template-columns:repeat(4,1fr);
    gap:30px;
    max-width:1200px;
    margin:auto;
}

.we-counter-box{
    text-align:center;
}

.we-counter-box h2{
    font-size:52px;
    color:#e60023;
}

/* PILLARS */

.we-pillars{
    padding:100px 20px;
}

.we-pillars-grid{
    display:grid;
    grid-template-columns:repeat(3,1fr);
    gap:30px;
    max-width:1200px;
    margin:auto;
}

.we-pillar-card{
    background:#fff;
    padding:40px;
    border-radius:20px;
    box-shadow:0 10px 40px rgba(0,0,0,0.08);
    transition:0.4s;
}

.we-pillar-card:hover{
    transform:translateY(-10px);
}

.we-icon{
    font-size:50px;
    margin-bottom:20px;
}

.we-pillar-card h3{
    margin-bottom:20px;
    font-size:28px;
}

.we-pillar-card p{
    line-height:1.8;
}

.we-pillar-card ul{
    margin-top:20px;
    padding-left:18px;
}

/* STORIES */

.we-stories{
    padding:100px 20px;
    background:#faf7f5;
}

.we-story-grid{
    display:grid;
    grid-template-columns:repeat(3,1fr);
    gap:30px;
    max-width:1200px;
    margin:auto;
}

.we-story-card{
    background:#fff;
    padding:35px;
    border-radius:20px;
    text-align:center;
    box-shadow:0 10px 30px rgba(0,0,0,0.08);
}

.we-story-card img{
    width:150px;
    height:150px;
    border-radius:50%;
    object-fit:cover;
    margin-bottom:20px;
}

.we-story-card h3{
    margin-bottom:15px;
}

/* HELP */

.we-help-section{
    padding:100px 20px;
}

.we-help-grid{
    display:grid;
    grid-template-columns:repeat(3,1fr);
    gap:30px;
    max-width:1100px;
    margin:auto;
}

.we-help-card{
    background:#111;
    color:#fff;
    padding:40px;
    border-radius:20px;
}

.we-help-card h3{
    color:#e60023;
    margin-bottom:15px;
}

/* TESTIMONIAL */

.we-testimonial{
    padding:100px 20px;
    background:#e60023;
    color:#fff;
}

.we-testimonial-box{
    max-width:900px;
    margin:auto;
    text-align:center;
}

.quote{
    font-size:32px;
    line-height:1.6;
    margin-bottom:25px;
}

/* CTA */

.we-cta{
    padding:120px 20px;
    text-align:center;
    background:#111;
    color:#fff;
}

.we-cta h2{
    font-size:56px;
    margin-bottom:20px;
}

.we-cta p{
    max-width:700px;
    margin:auto;
    line-height:1.8;
}

/* RESPONSIVE */

@media(max-width:991px){

    .we-pillars-grid,
    .we-story-grid,
    .we-help-grid,
    .we-counter-grid{
        grid-template-columns:1fr 1fr;
    }

    .we-hero h1{
        font-size:46px;
    }
}

@media(max-width:767px){

    .we-pillars-grid,
    .we-story-grid,
    .we-help-grid,
    .we-counter-grid{
        grid-template-columns:1fr;
    }

    .we-hero h1{
        font-size:36px;
    }

    .we-section-title h2{
        font-size:32px;
    }

    .quote{
        font-size:24px;
    }

    .we-cta h2{
        font-size:40px;
    }
}/* End custom CSS */