/* Home Page Section Joining Shadows - Only where sections meet */

/* Banner section bottom shadow */
.banner {
    box-shadow: 0 8px 16px rgba(0, 0, 0, 0.8) !important;
}

/* Collection sections bottom shadow */
.collection-section {
    box-shadow: 0 8px 16px rgba(0, 0, 0, 0.8) !important;
}

/* Game section bottom shadow */
.game-section {
    box-shadow: 0 8px 16px rgba(0, 0, 0, 0.8) !important;
}

/* About section bottom shadow */
.about-section {
    box-shadow: 0 8px 16px rgba(0, 0, 0, 0.8) !important;
}

/* FAQ section bottom shadow */
.faq {
    box-shadow: 0 8px 16px rgba(0, 0, 0, 0.8) !important;
}