.smart-hero-swiper-474 {
    width: 100%;
    /* Reverting the hardcoded height to prevent messing up layout */
    /* position: relative; is handled by Swiper natively */
}

.smart-hero-swiper-474 .swiper-slide {
    display: flex;
    justify-content: center;
    align-items: center;
}

/* Customize Swiper Navigation & Pagination */
.smart-hero-swiper-474 .swiper-button-next,
.smart-hero-swiper-474 .swiper-button-prev {
    color: #fff; /* Customize arrow color */
}

/* Ensure pagination overlaps the footer of the section */
.smart-hero-swiper-474 .swiper-pagination {
    position: absolute;
    bottom: 20px !important; /* Force position at the bottom of the section */
    left: 0;
    width: 100%;
    z-index: 10;
}

.smart-hero-swiper-474 .swiper-pagination-bullet {
    background: #fff; /* Customize dot color */
    opacity: 0.7;
    margin: 0 5px;
}

.smart-hero-swiper-474 .swiper-pagination-bullet-active {
    background: var(--e-global-color-primary, #000); /* Use Elementor primary color or fallback */
    opacity: 1;
}