.pillai-programs{
    padding:100px 0;
    background:#fff;
}

.pillai-programs .section-title{
    font-size:58px;
    font-weight:800;
    text-align:center;
    color:#101828;
}

.pillai-programs .section-title span{
    color:#a61d2d;
}

.pillai-programs .section-subtitle{
    text-align:center;
    color:#667085;
    margin-top:15px;
}

.program-tabs{
    display:flex;
    justify-content:center;
    gap:20px;
    margin:50px 0;
}

.program-tab{
    padding:15px 35px;
    border-radius:12px;
    background:#f5f5f5;
    font-weight:600;
    cursor:pointer;
}

.program-tab.active{
    background:#a61d2d;
    color:#fff;
}

.program-card{
    display:flex;
    overflow:hidden;
    border-radius:30px;
    box-shadow:0 15px 40px rgba(0,0,0,.08);
    background:#fff;
}

.program-left{
    width:35%;
    padding:60px;
    background:#a61d2d;
    color:#fff;
}

.program-left h2{
    font-size:60px;
    line-height:1.1;
    font-weight:800;
}

.program-left p{
    margin-top:25px;
    line-height:1.8;
}

.program-btn{
    display:inline-block;
    padding:14px 30px;
    border-radius:10px;
    margin-top:25px;
    background:#fff;
    color:#a61d2d;
    font-weight:700;
    text-decoration:none;
}

.program-right{
    width:65%;
    padding:60px;
}

.program-columns{
    display:grid;
    grid-template-columns:1fr 1fr;
    gap:40px;
}

.program-list li{
    margin-bottom:20px;
    font-size:18px;
}