.hp-hero-section{
    padding:32px 0 18px;
}

.hp-hero-grid{
    display:grid;
    grid-template-columns:1.18fr .82fr;
    gap:24px;
    align-items:stretch;
}

.hp-hero-main,
.hp-hero-side{
    background:linear-gradient(180deg,rgba(15,23,42,.82),rgba(17,24,39,.82));
}

.hp-hero-main{
    padding:34px;
}

.hp-hero-badge{
    display:inline-flex;
    align-items:center;
    gap:10px;
    padding:9px 14px;
    border-radius:999px;
    background:rgba(236,72,153,.12);
    color:#f9a8d4;
    font-size:13px;
    font-weight:800;
    margin-bottom:18px;
    border:1px solid rgba(236,72,153,.18);
}

.hp-hero-dot{
    width:8px;
    height:8px;
    border-radius:50%;
    background:linear-gradient(135deg,#ec4899,#06b6d4);
}

.hp-hero-title{
    margin:0 0 16px;
    font-size:44px;   /* আগে 58px ছিল */
    line-height:1.1;
    letter-spacing:-.03em;
}
}

.hp-hero-subtitle{
    margin:0 0 24px;
    max-width:760px;
    font-size:18px;
    line-height:1.72;
}

.hp-hero-points,
.hp-cta-points{
    display:flex;
    gap:10px;
    flex-wrap:wrap;
    margin:0 0 24px;
}

.hp-point-chip{
    padding:10px 14px;
    border-radius:999px;
    background:rgba(255,255,255,.06);
    border:1px solid rgba(255,255,255,.08);
    color:#e2e8f0;
    font-size:13px;
    font-weight:700;
}

.hp-hero-actions,
..hp-cta-panel .hp-cta-actions{
    display:flex;
    justify-content:center;
    align-items:center;
    gap:12px;
    flex-wrap:wrap;
}

.hp-stat-grid{
    display:grid;
    grid-template-columns:1fr 1fr;
    gap:14px;
}

.hp-stat-box{
    min-height:128px;
    display:flex;
    flex-direction:column;
    justify-content:space-between;
}

.hp-stat-small{
    font-size:20px !important;
}

.hp-section{
    padding:24px 0;
}

.hp-section-last{
    padding-bottom:48px;
}

.hp-section-head{
    text-align:center;
    margin-bottom:20px;
}

.hp-section-title{
    margin:0 0 10px;
    font-size:34px;
    line-height:1.15;
}

.hp-section-subtitle{
    max-width:760px;
    margin:0 auto;
    line-height:1.72;
}

.hp-centered-subtitle{
    margin-bottom:24px;
}

.hp-card-grid{
    display:grid;
    grid-template-columns:repeat(auto-fit,minmax(260px,1fr));
    gap:20px;
}

.hp-course-card,
.hp-why-card,
.hp-step-card{
    height:100%;
	 text-align:center;
}

.hp-course-thumb{
    width:100%;
    height:185px;
    border-radius:20px;
    object-fit:cover;
    display:block;
    background:linear-gradient(135deg,rgba(236,72,153,.4),rgba(6,182,212,.35),rgba(124,58,237,.45));
}

.hp-course-thumb-fallback{
    background:linear-gradient(135deg,rgba(236,72,153,.4),rgba(6,182,212,.35),rgba(124,58,237,.45));
}

.hp-course-body{
    margin-top:16px;
}

.hp-tag{
    display:inline-block;
    padding:7px 11px;
    border-radius:999px;
    background:rgba(255,255,255,.08);
    color:#ddd6fe;
    font-size:12px;
    font-weight:900;
    border:1px solid rgba(255,255,255,.08);
}

.hp-course-title,
.hp-card-title{
    margin:14px 0 8px;
    font-size:22px;
    line-height:1.25;
}

.hp-course-desc,
.hp-card-text{
    line-height:1.7;
}

.hp-course-action{
    margin-top:14px;
}

.hp-icon-badge{
    width:42px;
    height:42px;
    border-radius:14px;
    display:inline-flex;
    align-items:center;
    justify-content:center;
    background:linear-gradient(135deg,rgba(236,72,153,.22),rgba(124,58,237,.22));
    border:1px solid rgba(255,255,255,.08);
    color:#fff;
    font-weight:900;
    margin-bottom:12px;
}

.hp-how-panel{
    text-align:center;
}

.hp-how-grid{
    text-align:left;
}

.hp-step-number{
    display:inline-flex;
    align-items:center;
    justify-content:center;
    width:40px;
    height:40px;
    border-radius:12px;
    background:linear-gradient(135deg,rgba(236,72,153,.22),rgba(124,58,237,.22));
    color:#fff;
    font-weight:900;
    margin-bottom:14px;
    border:1px solid rgba(255,255,255,.08);
}

.hp-cta-panel{
    text-align:center;
    background:linear-gradient(135deg,rgba(236,72,153,.16),rgba(124,58,237,.16),rgba(6,182,212,.12));
    border:1px solid rgba(255,255,255,.1);
}

.hp-cta-title{
    margin:0 0 12px;
    font-size:36px;
    line-height:1.15;
}

.hp-cta-subtitle{
    max-width:760px;
    margin:0 auto 24px;
    line-height:1.72;
}

@media (max-width: 980px){
    .hp-hero-grid{
        grid-template-columns:1fr;
    }

    .hp-hero-title{
        font-size:40px;
    }

    .hp-section-title{
        font-size:30px;
    }

    .hp-hero-section{
        padding:22px 0 12px;
    }

    .hp-section{
        padding:20px 0;
    }
}

@media (max-width: 640px){
    .hp-hero-main,
    .hp-hero-side{
        padding:18px;
    }

    .hp-hero-title{
        font-size:26px;
    }

    .hp-section-title{
        font-size:26px;
    }

    .hp-course-thumb{
        height:150px;
    }

    .hp-cta-title{
        font-size:28px;
    }

    .hp-hero-actions,
    .hp-cta-actions{
        flex-direction:column;
    }

    .hp-hero-actions .btn,
    .hp-cta-actions .btn{
        width:100%;
    }
	
	
	
}

/* HERO BUTTON */
.hp-hero-actions .btn{
    padding:10px 16px !important;
    font-size:14px !important;
    border-radius:12px !important;
}

/* CTA BUTTON */
.hp-cta-panel .hp-cta-actions .btn{
    padding:10px 16px !important;
    font-size:14px !important;
    border-radius:12px !important;
}

.hp-course-card{
    display:flex;
    flex-direction:column;
    height:100%;
}

.hp-course-body{
    margin-top:16px;
    display:flex;
    flex-direction:column;
    flex:1;   /* 🔥 main fix */
}

.hp-course-action{
    margin-top:auto;   /* 🔥 pushes button to bottom */
}

.hp-course-card .btn{
    padding:9px 14px;
    font-size:13px;
    border-radius:10px;
	
}

.hp-course-action{
    display:flex;
    justify-content:center; /* or center if you want */
}