.site-home-section {
    min-height: 75vh;
    padding: 4rem 2rem;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.site-home-section-title {
    font-size: 2.5rem;
    font-weight: bold;
    margin-bottom: 2rem;
    text-align: center;
}

/* Hero Section */
.site-home-hero-section {
    background: linear-gradient(135deg, rgba(33, 147, 176, 0.5), rgba(109, 213, 237, 0.5));
    color: white;
}

/* What We Offer Section */
.site-home-what-we-offer-section {
    background: linear-gradient(135deg, rgba(33, 147, 176, 0.5), rgba(109, 213, 237, 0.5));
    color: white;
}

/* Events Section */
.site-home-events-section {
    background: linear-gradient(135deg, #2c3e50, #3498db);
    color: white;
}

/* Gallery Section */
.site-home-gallery-section {
    background: linear-gradient(135deg, rgba(33, 147, 176, 0.5), rgba(109, 213, 237, 0.5), rgba(222, 147, 247, 0.5));
    color: white;
}

/* Members Section */
.site-home-members-section {
    min-height: 40vh;
    background: linear-gradient(135deg, #4b6cb7, #182848);
    color: white;
}

/* Join Us Section */
.site-home-join-us-section {
    background: linear-gradient(135deg, #00b09b, #96c93d);
    color: white;
} 