/* Hero tweaks */
.hero-section {
    background: linear-gradient(
            to right,
            #0062B0, /* blue-700 */
            #004071  /* blue-900 */
    );
    color: #fff;                       /* white text */
    min-height: 50vh;                  /* adjust as you like */
    display: flex;
    align-items: center;
}

/* Ensure text has breathing room on desktop */
.hero-text {
    padding: 3rem;
}

.btn-outline-light {
    border-color: #fff;
    color: #fff;
}

.section-yaxis-padding {
    padding-top: 5rem;
    padding-bottom: 5rem;
}


.why-list li {
    display: flex;
    align-items: flex-start;
    margin-bottom: 1.5rem;
    line-height: 1.4;
}

.badge-box {
    background: #fff;
    transform: translate(-8px, 8px); /* or your existing values */
    /*transform: translate(80px, 28px); !* or your existing values *!*/
}

