/* 🔹 Parallax Section Defaults */
.parallax-section {
    height: 100vh;
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
    background-attachment: fixed;
    background-size: cover;
    background-position: center;
    width: 100%;
}

/* 🔹 Section Backgrounds */
#about { background-color: #f5f5f5; }
#featured-project { background-color: #e0e0e0; }
#recent-blog { background-color: #cccccc; }
#featured-sandbox { background-color: #a8a8a8; }
#contact { background-color: #8a8a8a; }

/* 🔹 Section Content Wrapper */
.section-content {
    background: rgba(255, 255, 255, 0.9);
    padding: 40px;
    border-radius: 5px;
}
