.hero-section {
    background: url('../assets/images/hero-bg.jpg') no-repeat center center;
    background-size: cover;
    color: white;
    padding: 150px 0;
}

.hero-section h1 {
    font-size: 4rem;
    font-weight: bold;
}

.stats-section {
    background-color: #f8f9fa;
}

.activity-card img {
    height: 200px;
    object-fit: cover;
}

/* Slider/Carousel Styling */
#heroCarousel .carousel-item {
    height: 500px; /* Adjust as needed */
    background-color: #777;
}

#heroCarousel .carousel-item img {
    height: 100%;
    object-fit: cover;
}

#heroCarousel .carousel-caption {
    background-color: rgba(0, 0, 0, 0.5);
    padding: 20px;
    border-radius: 5px;
}