
.pagination {
    display: -ms-flexbox;
    flex-wrap: wrap;
    display: flex;
    padding-left: 0;
    list-style: none;
    border-radius: 0.25rem;
}
@media screen and (min-width: 577px) {
    .mobile_view {
        visibility: hidden;
        display: none;
    }
}
@media screen and (max-width: 576px) {
    .desktop_view {
        visibility: hidden;
        display: none;
    }
}

/* Mobile: make "Selected Plan" same size as breadcrumbs */
@media screen and (max-width: 576px) {
    .page-breadcrumb h5{
        font-size: 12px;
        line-height: 1.2;
        margin-bottom: 0;
        font-weight: 400;
        color: #6c757d; /* same muted feel as breadcrumb */
    }
}

/* Tax Filing carousel controls (white card background fix) */
#taxFilingCarousel .carousel-control-prev,
#taxFilingCarousel .carousel-control-next{
    width: 34px;
    opacity: 1;
}

#taxFilingCarousel .carousel-control-prev-icon,
#taxFilingCarousel .carousel-control-next-icon{
    background-color: rgba(0,0,0,0.55);
    border-radius: 50%;
    background-size: 12px 12px;
    width: 26px;
    height: 26px;
}

/* Tax Filing carousel indicators: dark + moved down */
#taxFilingCarousel .carousel-indicators{
    bottom: -5px;            /* move further down */
    margin-bottom: 0;
}

#taxFilingCarousel .carousel-indicators li{
    background-color: rgba(0,0,0,0.45);
}

#taxFilingCarousel .carousel-indicators .active{
    background-color: rgba(0,0,0,0.85);
}

/* Optional: move them a bit outside */
#taxFilingCarousel .carousel-control-prev { left: -14px; }
#taxFilingCarousel .carousel-control-next { right: -14px; }

/* Move carousel arrows more to the sides for this carousel */
#myCarousel22 .carousel-control-prev { left: -18px; }
#myCarousel22 .carousel-control-next { right: -18px; }

/* Optional: make the clickable area slimmer so it doesn’t cover content */
#myCarousel22 .carousel-control-prev,
#myCarousel22 .carousel-control-next{
    width: 30px;
}
