.membership-carousel-btb {
  margin: 40px auto;
  width: 80%;
  max-width: 1200px;
}
.slick-track {
  display: flex !important;
  gap: 20px;
}
.slick-slide {
  height: auto !important; /* Required to allow the children to stretch */
  display: flex !important;
}
.plan-card-btb {
  height: 100%;
  display: flex;
  flex-direction: column;
}

.plan-card-btb {
  background: #fff;
  border-radius: 16px;
  padding: 24px 14px;
  text-align: left;
  min-height: 540px;
  border: 1.5px solid #e8e8e8;
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.plan-card-btb.executive-btb {
  border: 2px solid #3485d0;
  background: linear-gradient(to bottom, #ffffff 0%, #edf5ff 100%);
}
.plan-card-btb.elite-btb {
  border: 2px solid #ffe149;
  background: linear-gradient(to bottom, #ffffff 0%, #fff8ea 100%);
}
.plan-card-btb.ultimate-btb {
  border: 2px solid #ff7f49;
  background: linear-gradient(to bottom, #ffffff 0%, #fff0ea 100%);
}
.plan-card-btb.fourth-btb {
  border: 2px solid #888888;
  background: linear-gradient(to bottom, #ffffff 0%, #fbf9f9 100%);
}

.plan-tag-btb {
  color: #2076c8;
  width: fit-content;
  font-weight: 700;
  font-size: 16px;
  margin-bottom: 12px;
  padding: 2px 12px;
  border-radius: 8px;
  display: inline-block;
  border: 1.5px solid #3485d0;
  background: #e3efff;
}
.plan-card-btb.elite-btb .plan-tag-btb {
  color: #c5aa1f;
  border-color: #ffe149;
  background: #fff9ec;
}
.plan-card-btb.ultimate-btb .plan-tag-btb {
  color: #dd5c25;
  border-color: #ff7f49;
  background: #fff1ea;
}
.plan-card-btb.fourth-btb .plan-tag-btb {
  color: #000;
  border-color: #000000;
  background: #eaeaea;
}
.plan-image-btb {
  display: block;
  width: 80%;
  margin: 0 auto 14px auto;
  border-radius: 8px;
  box-shadow: 0 2px 14px rgba(60, 90, 180, 0.03);
}
.plan-sectiontitle-btb {
  font-weight: bold;
  font-size: 24px;
  margin: 12px 0 8px 0;
  background: linear-gradient(to bottom, #fff, #000); /* example */
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
}

.plan-card-btb.executive-btb .plan-sectiontitle-btb {
  background: linear-gradient(to bottom, #2489e8, #144d82);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.plan-card-btb.elite-btb .plan-sectiontitle-btb {
  background: linear-gradient(to bottom, #d3b623, #7b8214);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.plan-card-btb.ultimate-btb .plan-sectiontitle-btb {
  background: linear-gradient(to bottom, #d34623, #822a14);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.plan-card-btb.fourth-btb .plan-sectiontitle-btb {
  background: linear-gradient(to bottom, #dddddd, #363130);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.plan-benefits-btb {
  color: #222;
  font-size: 12px;
  margin-bottom: 12px;
}
.plan-benefits-btb li {
  margin-bottom: 6px;
  padding-left: 8px;
  position: relative;
  list-style: none;
}
.plan-benefits-btb li:before {
  content: "\2713"; /* Unicode checkmark ✓ */
  color: #3e8fd3; /* Or match your screenshot's color */
  font-weight: bold;
  margin-right: 10px;
  font-size: 17px;
  position: relative;
  top: 1px;
}
.plan-card-btb.executive-btb .plan-benefits-btb li:before {
  color: #3485d0;
}
.plan-card-btb.elite-btb .plan-benefits-btb li:before {
  color: #ebbb2d;
}
.plan-card-btb.ultimate-btb .plan-benefits-btb li:before {
  color: #e65635;
}
.plan-card-btb.fourth-btb .plan-benefits-btb li:before {
  color: #000;
}
.plan-price-btb {
  font-size: 30px;
  font-weight: bold;
  color: #222;
}
.plan-value-btb {
  font-size: 12px;
  color: #888;
  margin-bottom: 12px;
}
.buy-now-btb {
  background: #2489e8;
  color: #fff;
  border: none;
  padding: 9px 34px;
  border-radius: 25px;
  font-size: 16px;
  cursor: pointer;
  font-weight: 600;
}
.plan-card-btb.elite-btb .buy-now-btb {
  background: #d3b623;
  color: #fff;
}
.plan-card-btb.ultimate-btb .buy-now-btb {
  background: #e65635;
}
.plan-card-btb.fourth-btb .buy-now-btb {
  background: #242424;
}
.carousel-note-btb {
  text-align: center;
  font-size: 15px;
  margin: 16px;
  color: #444;
}
.slick-arrow {
  background: #fff !important;
  border: 1.5px solid #000 !important;
  border-radius: 50% !important;
  width: 48px !important;
  height: 48px !important;
  box-shadow: none !important;
  z-index: 2;
  transition: background 0.2s, color 0.2s;
}

.slick-arrow:before {
  font-size: 28px !important;
  color: #000 !important;
  content: "\2190" !important; /* Unicode for thin left arrow (←) */
  font-family: inherit !important;
  font-weight: normal !important;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100%;
}

.slick-next:before {
  content: "\2192" !important; /* Unicode for thin right arrow (→) */
}

.slick-arrow:hover {
  background: #000 !important;
}

.slick-arrow:hover:before {
  color: #fff !important;
}

.slick-prev {
  left: -55px !important;
}

.slick-next {
  right: -55px !important;
}

@media (max-width: 900px) {
  .slick-prev {
    left: -20px !important;
  }
  .slick-next {
    right: -20px !important;
  }
}
@media (max-width: 600px) {
    .membership-carousel-btb {
        display: block !important;
    }
    .plan-card-btb {
        width: 100% !important;
        margin: 0 0 20px 0 !important;
        min-width: 0 !important;
        max-width: 100% !important;
    }
    .slick-slider,
    .slick-list,
    .slick-track {
        display: block !important;
        width: 100% !important;
    }
    .slick-arrow {
        display: none !important;
    }
}

