.price-tabs {
  margin-top: -27.5rem;
}
@media (max-width: 991px) {
  .price-tabs {
    margin-top: -78rem;
  }
}
.price-tabs .package-name,
.price-tabs .icon {
  color: #37a4dc;
}
.price-tabs .card-content {
  flex-grow: 1;
}
.price-tabs .view-package-button {
  margin-top: auto;
}

.packages-container {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
}

.card {
  flex: 1 1 calc(33.333% - 20px);
  border-radius: 0;
  padding: 20px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  position: relative;
  background: #f7f8f8 0% 0% no-repeat padding-box;
  border: none;
  height: 100%;
  align-items: center;
  text-align: center;
}

.most-chosen-badge {
  position: absolute;
  top: -25px;
  width: 100%;
  left: 0;
  background: #ea5424 0% 0% no-repeat padding-box;
  color: white;
  padding: 5px 3px;
  justify-content: center;
  display: flex;
  font: normal normal bold 22px/40px Assistant;
}
@media (max-width: 767px) {
  .most-chosen-badge {
    margin-top: 7px;
  }
}

.most-chosen .card-content {
  margin-top: 20px;
}
@media (max-width: 767px) {
  .most-chosen .card-content {
    margin-top: 25px;
  }
}

@media (min-width: 991px) {
  .most-chosen {
    height: 103%;
  }
}
.btn-custom-2 {
  background-color: #ea5325;
  color: white;
  border-radius: 2.5rem;
  font-weight: 700;
  padding-left: 45px;
  padding-right: 45px;
  margin-bottom: 1.8rem;
}
@media (max-width: 991px) {
  .btn-custom-2 {
    margin-bottom: 0.7rem;
  }
}

.package-name {
  font-size: 1.5em;
  margin-bottom: 10px;
}

.price {
  font: normal normal bold 30px/34px Assistant;
  margin-bottom: 10px;
  color: #203869;
}

.per-month {
  font: normal normal normal 15px/19px Assistant;
  letter-spacing: 0px;
  color: #707070;
  margin-bottom: 10px;
}

.text {
  margin-bottom: 20px;
  font: normal normal normal 15px/19px Assistant;
  letter-spacing: 0px;
  color: #1b1b1b;
}

.first-child-text {
  margin-top: 1.73rem;
}

.third-child-text {
  margin-top: 3.73rem;
}

.icon-list {
  list-style: none;
  padding: 0;
  margin-bottom: 20px;
}

.icon-item {
  display: flex;
  align-items: center;
  margin-bottom: 10px;
}

.icon-item img {
  margin-right: 10px;
}

.view-package-button {
  align-self: center;
  padding: 10px 20px;
  background-color: #007bff;
  color: white;
  border: none;
  border-radius: 4px;
  cursor: pointer;
}

.view-package-button:hover {
  background-color: #0056b3;
}

.indiv-block .package-name,
.indiv-block .icon {
  color: #37a4dc;
}

.btn-with-arrow {
  text-decoration: none;
  font-weight: 700;
  display: inline-flex;
  align-items: center;
  gap: 0.2rem;
  color: #203869;
}
.btn-with-arrow .text {
  color: #203869;
  font: normal normal bold 15px/19px Assistant;
  margin-top: 0.5rem;
}
.btn-with-arrow .icon {
  font-size: 1.2rem;
  display: flex;
  align-items: center;
  transition: transform 0.3s ease;
  color: #ea5424;
  margin-top: -0.6rem;
}
.btn-with-arrow:hover .icon {
  transform: translateX(0.5rem);
}

.button-group .wp-block-group__inner-container {
  display: flex;
  justify-content: center;
  gap: 0.8rem;
}
@media (max-width: 768px) {
  .button-group .wp-block-group__inner-container {
    flex-direction: column;
    gap: 0.8rem;
  }
  .button-group .wp-block-group__inner-container .bs-button {
    text-align: center !important;
  }
}

.price-col {
  border-right: 1px solid #959595;
  padding-right: 2rem;
}
@media (max-width: 991px) {
  .price-col {
    border-right: none;
    padding-right: 0;
  }
}

@media (max-width: 768px) {
  .most-chosen {
    margin-top: 0.5rem;
  }
  .price-tabs-row {
    gap: 0.5rem;
  }
}