/*
Theme Name: OceanWP Child Theme
Theme URI: https://oceanwp.org/
Description: OceanWP WordPress theme. Sample child theme.
Author: OceanWP
Author URI: https://oceanwp.org/
Template: bkwelfare
Version: 1.0
*/

/* Parent stylesheet should be loaded from functions.php not using @import */

/* Programs Section */

.programs-section{
    padding:80px 20px;
    background:#f7f8fc;
}

.programs-header{
    text-align:center;
    margin-bottom:50px;
}

.programs-header h2{
    font-size:34px;
    font-weight:700;
    margin-bottom:10px;
}

.programs-header p{
    color:#666;
    font-size:16px;
}

/* Grid */

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

/* Card */

.program-card{
    background:#fff;
    padding:30px;
    border-radius:14px;
    box-shadow:0 10px 25px rgba(0,0,0,0.08);
    transition:0.3s;
}

.program-card:hover{
    transform:translateY(-6px);
    box-shadow:0 15px 40px rgba(0,0,0,0.12);
}

.program-card h3{
    font-size:20px;
    margin-bottom:10px;
}

.program-card p{
    font-size:14px;
    color:#666;
    margin-bottom:10px;
}

/* Icon */

.program-icon{
    width:60px;
    height:60px;
    border-radius:50%;
    display:flex;
    align-items:center;
    justify-content:center;
    color:#fff;
    font-size:22px;
    margin-bottom:15px;
}

.blue{background:#3b82f6;}
.purple{background:#8b5cf6;}
.green{background:#10b981;}
.red{background:#ef4444;}
.orange{background:#f59e0b;}

/* Highlight */

.highlight{
    display:block;
    font-weight:600;
    margin-bottom:15px;
}

/* Button */

.program-btn{
    display:inline-block;
    padding:8px 18px;
    font-size:13px;
    border-radius:25px;
    color:#fff;
    text-decoration:none;
}

.blue-btn{background:#3b82f6;}
.purple-btn{background:#8b5cf6;}
.green-btn{background:#10b981;}
.red-btn{background:#ef4444;}
.orange-btn{background:#f59e0b;}

/* Responsive */

@media (max-width:1024px){
    .programs-grid{
        grid-template-columns:repeat(2,1fr);
    }
}

@media (max-width:600px){
    .programs-grid{
        grid-template-columns:1fr;
    }
}

.program-icon i{
font-size:26px;
color:#fff;
line-height:1;
}

.who-section{
background:#f7f8fa;
}

.who-container{
max-width:1050px;
margin:auto;
text-align:center;
}

.who-title{
font-size:30px;
font-weight:700;
margin-bottom:25px;
}

.who-grid{
display:grid;
grid-template-columns:1fr 1fr;
gap:20px;
}

.who-card{
background:#fff;
padding:22px;
border-radius:10px;
box-shadow:0 5px 15px rgba(0,0,0,0.05);
text-align:left;
}

.who-icon{
font-size:22px;
color:#ff7a00;
margin-bottom:8px;
}

.who-card h3{
font-size:20px;
margin-bottom:8px;
}

.who-card p{
font-size:14px;
color:#555;
margin-bottom:6px;
line-height:1.5;
}

.mission-list{
padding-left:18px;
margin:5px 0 0 0;
}

.mission-list li{
font-size:14px;
margin-bottom:4px;
color:#444;
}

/* Mobile */

@media(max-width:768px){

.who-grid{
grid-template-columns:1fr;
}

.who-title{
font-size:26px;
}

}
span.elementor-counter-number {
    font-size: 30px !important;
}
