.section-course-banner {
    background: linear-gradient(rgba(0,0,0,0.65), rgba(0,0,0,0.65)), url('https://placehold.co/1920x500/003087/FFFFFF?text=Executive+MBA+Banner&font=montserrat');
    background-size: cover;
    background-position: center;
    min-height: 400px;
    padding: 80px 0;
    color: white;
    display: flex;
    align-items: center;
    margin-top: 70px;
}
.section-course-banner .banner-title {
    font-size: 2.5rem;
    font-weight: 800;
    margin-bottom: 1rem;
}
.section-course-banner .banner-lead {
    font-family: 'Poppins', sans-serif;
    font-size: 1.15rem;
    line-height: 1.6;
    margin-bottom: 1.5rem;
    max-width: 90%;
    margin-left: auto;
    margin-right: auto;
}
@media (max-width: 992px) {
    .section-course-banner {
        min-height: 350px;
        padding: 60px 0;
    }
    .section-course-banner .banner-title {
        font-size: 2rem;
    }
    .section-course-banner .banner-lead {
        font-size: 1rem;
    }
}
@media (max-width: 576px) {
    .section-course-banner {
        min-height: 300px;
        padding: 50px 0;
        margin-top: 60px;
    }
    .section-course-banner .banner-title {
        font-size: 1.75rem;
    }
    .section-course-banner .banner-lead {
        font-size: 0.9rem;
        max-width: 95%;
    }
}
.section-course-details {
    position: relative;
    background: linear-gradient(135deg, #f9fafc, #eef3f9);
    padding: 80px 0;
    overflow: hidden;
    z-index: 1;
}
.section-course-details::before {
    content: "";
    position: absolute;
    top: -60px;
    left: -60px;
    width: 180px;
    height: 180px;
    background: radial-gradient(circle, rgba(0,48,135,0.08), transparent 70%);
    border-radius: 50%;
    z-index: 0;
}
.section-course-details::after {
    content: "";
    position: absolute;
    bottom: -80px;
    right: -80px;
    width: 250px;
    height: 250px;
    background: radial-gradient(circle, rgba(2,166,87,0.07), transparent 70%);
    border-radius: 50%;
    z-index: 0;
}
.section-course-details h2 {
    font-family: 'Poppins', sans-serif;
    font-weight: 700;
    color: #003087;
    margin-bottom: 20px;
    position: relative;
    z-index: 1;
}
.section-course-details .lead {
    font-family: 'Manrope', sans-serif;
    font-size: 1.15rem;
    color: #444;
    line-height: 1.7;
    position: relative;
    z-index: 1;
}
.section-course-details .container {
    position: relative;
    z-index: 1;
}
.section-course-details .text-gradient {
    background: linear-gradient(90deg, #003087, #02a657);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}
.section-career-options {
    padding: 80px 0;
    background: linear-gradient(135deg, #f9fbfd, #ddeeff);
    text-align: center;
}
.section-career-options .section-title {
    font-size: 32px;
    font-weight: 700;
    color: #003087;
    margin-bottom: 20px;
}
.section-career-options .section-intro {
    font-family: 'Manrope', sans-serif;
    text-align: justify;
    margin: 0 auto 40px;
    font-size: 16px;
    color: #555;
    line-height: 1.7;
}
@media (max-width: 768px) {
    .section-career-options .section-title {
        font-size: 1.6rem;
    }
    .section-career-options .section-intro {
        font-size: 0.9rem;
    }
}