/* Section Spacing Adjustments */

/* Standard section spacing */
section {
    padding: 10vh 0;
    position: relative;
    margin-bottom: 5vh; /* Add base margin to all sections */
}

/* Add specific section margins to ensure proper spacing */
.hero-section {
    margin-bottom: 10vh;
    padding-bottom: 5vh;
}

.sponsors-banner {
    margin-bottom: 10vh;
}

.featured-event-section {
    margin-bottom: 10vh;
}

.upcoming-events-section {
    margin-bottom: 10vh;
}

.stats-section {
    margin-bottom: 10vh;
}

.about-section {
    margin-bottom: 10vh;
}

.sponsors-section {
    margin-bottom: 10vh;
}

.events-timeline-section {
    margin-bottom: 10vh;
}

.partners-section {
    margin-bottom: 10vh;
}

/* Add top margin to sections that need it */
.about-section,
.sponsors-section,
.events-timeline-section,
.partners-section {
    margin-top: 10vh;
}

/* Visual section dividers */
.section-divider {
    height: 10vh;
    display: flex;
    align-items: center;
    justify-content: center;
}
