.smart-hero-container-473 {
    width: 100%;
    height: 100vh;
    position: relative;
    overflow: hidden;
}

.smart-hero-container-473 .swiper-slide {
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: hidden;
}

/* Ensure the Elementor section fills the slide */
.smart-hero-container-473 .swiper-slide .elementor-section {
    width: 100% !important;
    height: 100% !important;
    min-height: 100vh !important;
}

/* Custom Navigation Styling */
.smart-hero-container-473 .swiper-button-next,
.smart-hero-container-473 .swiper-button-prev {
    color: #fff;
    text-shadow: 0 2px 5px rgba(0,0,0,0.5);
    background: rgba(0, 0, 0, 0.2);
    width: 50px;
    height: 50px;
    border-radius: 50%;
    transition: background 0.3s ease;
}

.smart-hero-container-473 .swiper-button-next:hover,
.smart-hero-container-473 .swiper-button-prev:hover {
    background: rgba(0, 0, 0, 0.6);
}

.smart-hero-container-473 .swiper-button-next:after,
.smart-hero-container-473 .swiper-button-prev:after {
    font-size: 24px;
}

/* Custom Pagination Styling */
.smart-hero-container-473 .swiper-pagination-bullet {
    background: #fff;
    opacity: 0.5;
    width: 12px;
    height: 12px;
    box-shadow: 0 1px 3px rgba(0,0,0,0.3);
    transition: opacity 0.3s ease, transform 0.3s ease;
}

.smart-hero-container-473 .swiper-pagination-bullet-active {
    opacity: 1;
    transform: scale(1.2);
}