/* Hero Section Redesign */
.subpage-hero {
    padding-top: 160px;
    /* More padding top */
    padding-bottom: 60px;
    background: #fff;
    text-align: center;
}

.hero-sub-title {
    color: #2b5af5;
    /* Bright Blue */
    font-size: 1.2rem;
    font-weight: 700;
    margin-bottom: 15px;
    font-family: 'Montserrat', sans-serif;
    letter-spacing: 1px;
}

.hero-main-title {
    color: #000;
    font-size: 3.5rem;
    /* Large and bold */
    font-weight: 900;
    margin-bottom: 20px;
    line-height: 1.2;
    letter-spacing: -1px;
}

.hero-desc {
    color: #666;
    font-size: 1.1rem;
    font-weight: 400;
    margin: 0;
}

@media (max-width: 768px) {
    .hero-main-title {
        font-size: 2.5rem;
    }
}