
html, body, .home-page {
    margin-top: 0 !important;
    padding-top: 0 !important;
}

header, 
nav.navbar, 
.navbar {
    margin-bottom: 0 !important;
}

.home-page #carouselExampleInterval,
#carouselExampleInterval {
    margin-top: 0 !important;
    padding-top: 0 !important;
    position: relative !important;
    top: 0 !important;
}

.home-page main {
    margin-top: 0 !important;
    padding-top: 0 !important;
}

.home-page,
body.front-page,
body.home {
    padding-top: 75px !important;
}

[data-theme="dark"] .home .partners-section,
[data-theme="dark"] .partners-section {
    background-color: var(--bg-secondary, #1e1e1e) !important;
}

[data-theme="dark"] .home .swiper-slide,
[data-theme="dark"] .swiper-slide {
    background: #ffffff !important; 
    border-radius: 12px !important;
    padding: 10px !important;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.3) !important;
}

[data-theme="dark"] .home .swiper-slide img,
[data-theme="dark"] .swiper-slide img,
[data-theme="dark"] .partners-carousel-wrapper img {
    filter: none !important;
    opacity: 1 !important;
    max-height: 50px !important;
    object-fit: contain !important;
}

[data-theme="dark"] .swiper-button-next,
[data-theme="dark"] .swiper-button-prev {
    background: #2d2d2d !important;
    color: #3498db !important;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.4) !important;
}

body.home,
body.front-page,
.home-page,
main.home-page {
    padding-top: 0 !important;
    margin-top: 0 !important;
}

.navbar,
.navbar.fixed-top {
    margin-bottom: 0 !important;
}

#carouselExampleInterval,
.home-page #carouselExampleInterval,
.home #carouselExampleInterval {
    margin-top: 0 !important;
    padding-top: 0 !important;
    position: relative !important;
    top: 0 !important;
}

#carouselExampleInterval .carousel-inner,
#carouselExampleInterval .carousel-item {
    margin-top: 0 !important;
    padding-top: 0 !important;
}