.program-hero{
    position:relative;
    padding:120px 0;
    overflow:hidden;

    background:
    linear-gradient(rgba(54, 55, 58, 0),rgba(15, 23, 42, 0.329)),
    url("/HomeImages/SlideImage/course.png") center/cover no-repeat;
}

.hero-overlay{
    position:absolute;
    inset:0;
    background:
    radial-gradient(circle at top right,
    rgba(249,115,22,.25),
    transparent 40%);
}

.program-hero-content{
    max-width:820px;
    text-align:center;
    margin:auto;
    position:relative;
    z-index:2;
}

.hero-badge{

    display:inline-block;

    padding:10px 24px;

    border-radius:50px;

    background:rgba(255,255,255,.12);

    backdrop-filter:blur(10px);

    color:#fff;

    border:1px solid rgba(255,255,255,.15);

    margin-bottom:25px;

    font-weight:600;
}

.program-hero h1{

    color:#fff;

    font-size:64px;

    font-weight:800;

    line-height:1.15;

    margin-bottom:20px;
}

.program-hero h1 span{

    color:#F97316;

    display:block;
}

.program-hero p{

    color:rgba(255,255,255,.9);

    font-size:20px;

    line-height:1.8;

    margin-bottom:40px;
}

.program-hero strong{

    color:#FDBA74;
}

.hero-buttons{

    display:flex;

    justify-content:center;

    gap:18px;

    flex-wrap:wrap;
}

.btn-primary{

    padding:16px 34px;

    background:#F97316;

    color:#fff;

    text-decoration:none;

    border-radius:50px;

    font-weight:700;

    transition:.3s;
}

.btn-primary:hover{

    background:#EA580C;

    transform:translateY(-4px);
}

.btn1{

    padding:16px 34px;

    border:2px solid rgba(255,255,255,.4);

    color:#fff !important;

    text-decoration:none;

    border-radius:50px;

    font-weight:700;

    transition:.3s;
}

.btn1:hover{

    background:#fff;

    color:#F97316;
}

@media(max-width:768px){

.program-hero{

padding:90px 0;

}

.program-hero h1{

font-size:42px;

}

.program-hero p{

font-size:17px;

}

}