/* Text styling for hero section */
.hero .text-second-line {
    color: white;
    font-weight: 700;
    text-transform: capitalize;
}

.hero .year-highlight {
    color: #f2c94c;
    text-transform: uppercase;
    font-weight: 700;
}

/* Ensure proper line breaks and spacing */
.hero h1 span {
    display: block;
    margin: 10px 0;
}