/* Prevent Smart Slider 3 from going under absolute/fixed header */
.home .nextend-smartslider3-f,
.home .n2-ss-align,
.home [data-gutenberg-block="nextend/smartslider3"] {
    position: relative;
    z-index: 1;
    margin-top: 90px; /* Adjust this value to match your header height */
}

/* Adjustments for mobile viewports */
@media screen and (max-width: 950px) {
    .home .nextend-smartslider3-f,
    .home .n2-ss-align,
    .home [data-gutenberg-block="nextend/smartslider3"] {
        margin-top: 70px; /* Mobile header height */
    }
}

@media screen and (max-width: 600px) {
    .home .nextend-smartslider3-f,
    .home .n2-ss-align,
    .home [data-gutenberg-block="nextend/smartslider3"] {
        margin-top: 60px;
    }
}
