
/* Hero Section Visibility Fixes */
.hero-title {
    color: var(--white) !important;
    text-shadow: 0 2px 10px rgba(0, 0, 0, 0.7);
    font-size: 3.5rem;
    font-weight: 700;
    margin-bottom: 20px;
    position: relative;
    z-index: 20;
    letter-spacing: 1px;
}

.hero-desc {
    color: var(--white) !important;
    font-size: 1.2rem;
    text-shadow: 0 1px 5px rgba(0, 0, 0, 0.7);
    position: relative;
    z-index: 20;
}

.hero-desc p {
    color: var(--white) !important;
}

.hero-content {
    position: relative;
    z-index: 10;
    width: 100%;
    max-width: 900px;
    margin: 0 auto;
    padding: 20px;
}
