/* Hero Section */
.hero-section {
    height: 70vh;
    position: relative;
    color: white;
    text-align: center;
}

.hero-image {
    background-size: cover;
    background-position: center;
    height: 100%;
    filter: brightness(60%);
}

.hero-text {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

/* Description Section */
.description-section h2 {
    margin-bottom: 20px;
}

.description-section p {
    font-size: 18px;
    line-height: 1.6;
}

/* CTA Section */
.cta-section h3 {
    margin-bottom: 20px;
}
