.broadband-filter {
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
    justify-content: center;
    margin-bottom: 20px;
}
.broadband-swiper {
  width: 100%;
  height: 100%;
}
.swiper-wrapper {
  display: flex;
  align-items: stretch;
}
.filter-group {
    display: inline-block;vertical-align:top;padding:0 10px;
}
.filter-btn.active {
    background: #3692D0;
    color: #fff;border-color:#3692D0;
}
.swiper-slide {
    background: linear-gradient(to bottom,  #36bcc4 0%,#3487c3 40%,#243260 100%);
    padding: 20px;
    border-radius: 20px;
    box-shadow: 0 3px 3px rgba(0, 0, 0, 0.1);
    max-width: 350px !important;
	display: flex;
  flex-direction: column; /* ensures inner content stacks vertically */
  justify-content: stretch;
  align-items: stretch;
  height: auto;
  box-sizing: border-box;
}
.swiper-slide .slide {
  display: flex;
  flex-direction: column;
  justify-content: space-between; /* optional: keeps button or footer at bottom */
  height: 100%;
}
.swiper-slide *{color:#fff;}

/* Optional: ensure card elements inside don't shrink or overflow */
.swiper-slide .slide > * {
  flex-shrink: 0;
}
.swiper-slide img {
    max-width: 30px;
    margin-right: 5px;
}

.hidden {
    display: none !important;
}
.swiper-slide.hidden {
    display: none !important;
}
.no-plans-message {
    text-align: center;
    color: #444;
    font-size: 1.2em;
    margin-top: 20px;
    font-weight: 500;
}

.no-plans-message strong {
    color: #0073e6;
}

.no-plans-message a.reset-filters-link {
    display: inline-block;
    margin-left: 6px;
    color: #0073e6;
    font-weight: 600;
    text-decoration: underline;
    cursor: pointer;
}

.no-plans-message a.reset-filters-link:hover {
    color: #005bb5;
}
.plan_category {
    margin-bottom: 10px;
}

.plan-cat-badge {
    display: inline-block;
    background: #0073e6;
    color: #fff;
    padding: 4px 10px;
    border-radius: 12px;
    font-size: 0.85em;
    margin: 2px 5px 2px 0;
}

