/* Sticky Header Fix */
header {
    position: sticky;
    top: 0;
    z-index: 1000;
    background: #ffffff;
    box-shadow: 0 2px 8px rgba(0,0,0,0.08);
}

/* Scroll Padding for Sticky Header */
html {
    scroll-padding-top: 120px;
}

/* Section Spacing Fix */
section {
    position: relative;
    z-index: 1;
}

/* Prevent Section Headers from Sticking */
.section-header,
.section-title,
.section-subtitle {
    position: relative !important;
    z-index: 1 !important;
}

/* Hero Slider - No Sticky Issues */
.hero-slider {
    position: relative;
    z-index: 1;
}

/* Categories Section */
.categories-section {
    position: relative;
    z-index: 1;
}

/* Products Section */
.products-section {
    position: relative;
    z-index: 1;
}

/* Features Section */
.features-section {
    position: relative;
    z-index: 1;
}

/* Stats Section */
.stats-section {
    position: relative;
    z-index: 1;
}

/* Swiper Fix */
.swiper {
    position: relative;
    z-index: 1;
}

.swiper-wrapper {
    position: relative;
    z-index: 1;
}

/* Navigation Buttons */
.swiper-button-next,
.swiper-button-prev,
.main-button-next,
.main-button-prev {
    z-index: 10 !important;
}

/* Pagination */
.swiper-pagination {
    z-index: 10 !important;
}

/* Mobile Navigation */
@media (max-width: 991px) {
    html {
        scroll-padding-top: 80px;
    }
}
