/* Hero Section Styling */
.hero-bg {
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    min-height: 600px;
}

.hero-text-overlay {
    padding: 40px 30px;
    height: 600px;
    display: flex;
    flex-direction: column;
    justify-content: center;
}


