/* ==========================================================================
   Study in Australia — Hero overrides (extends course-program.css)
   ========================================================================== */

.hero-section-custom {
    padding: 160px 0 100px;
    min-height: auto;
    display: flex;
    align-items: center;
}

.hero-title-custom {
    font-size: 54px;
    font-weight: 700;
    line-height: 1.2;
    letter-spacing: -0.01em;
    color: #ffffff;
    margin-bottom: 0;
}

.hero-title-custom span.accent-green {
    color: #8CCB26;
}

.hero-divider {
    width: 250px;
    height: 2px;
    background-color: #ffffff;
    margin: 25px 0;
}

.hero-desc-text {
    font-size: 1.05rem;
    line-height: 1.7;
    color: rgba(255, 255, 255, 0.95);
    font-weight: 400;
    margin-bottom: 30px;
}

.hero-image-card-wrapper {
    display: inline-block;
    position: relative;
    z-index: 2;
}

.hero-image-card {
    width: 100%;
    max-width: 480px;
    height: auto;
    border-radius: 40px;
    border: 5px solid rgba(255, 255, 255, 0.15);
    box-shadow: 0 20px 45px rgba(0, 0, 0, 0.45);
    object-fit: cover;
    display: block;
}

@media (max-width: 991px) {
    .hero-section-custom {
        padding: 120px 0 60px;
        text-align: center !important;
    }
    .hero-section-custom .text-left {
        text-align: center !important;
    }
    .hero-title-custom {
        font-size: 42px;
    }
    .hero-divider {
        width: 180px;
        margin: 20px auto;
    }
    .hero-desc-text {
        font-size: 1rem;
    }
    .hero-image-card {
        margin: 20px auto 0;
        max-width: 380px;
    }
}
