.action-button,
.action-button-mini,
.action-button-grey-mobile,
.action-button-grey,
.action-button-learn-more {
  width: 272px;
  height: 46.67px;
  background: var(--primary-color);
  box-shadow: 0px 0px 5.33px rgba(0, 0, 0, 0.04),
    0px 5.33px 10.67px rgba(0, 182, 215, 0.15);
  border-radius: 57.54px;
  border: none;
  display: flex;
  justify-content: center;
  align-items: center;
  cursor: pointer;
  transition: all 0.3s ease;
}

.action-button:hover,
.action-button-mini:hover,
.action-button-learn-more:hover,
.pay-tab:hover {
  background: #0099b8;
  transform: translateY(-2px);
  box-shadow: 0px 3px 15px rgba(0, 182, 215, 0.25);
}

.action-button-grey-mobile {
  max-width: 272px;
  background: #F2F2F2;
  box-shadow: 0px 0px 5.33px rgba(0, 0, 0, 0.04),
    0px 5.33px 10.67px rgba(242, 242, 242, 0.15);
}

.action-button-grey {
  max-width: 272px;
  height: 65px;
  background: #F2F2F2;
  box-shadow: 0px 0px 5.33px rgba(0, 0, 0, 0.04),
    0px 5.33px 10.67px rgba(242, 242, 242, 0.15);
}

.action-button-grey-mobile:hover,
.action-button-grey:hover {
  background: #E0E0E0;
  transform: translateY(-2px);
  box-shadow: 0px 3px 15px rgba(242, 242, 242, 0.25);
}

.contact-button:hover {
  background: #504958;
  box-shadow: 0px 0px 5.33px rgba(55, 29, 29, 0.04),
    0px 5.33px 10.67px rgba(24, 59, 65, 0.15);
  transform: translateY(-2px);
  transition: all 0.3s ease;
}

.action-button:active,
.action-button-mini:active,
.pay-tab:active,
.contact-button:active,
.action-button-grey-mobile:active,
.action-button-grey:active,
.action-button-learn-more:active {
  transform: translateY(0);
}

.button-text,
.button-text-mini {
  font-style: normal;
  font-weight: 700;
  font-size: 20px;
  line-height: 114%;
  color: #FFFFFF;
}

.action-button-mini {
  width: 120px;
  height: 36px;
  text-decoration: none;
}

.action-button-learn-more {
  max-width: 237px;
  height: 46px;
}

.button-text-mini {
  font-size: 14px !important;
}

.text-no-break {
  white-space: nowrap;
}

/* Carousel Styles */
.carousel-indicators {
  bottom: -60px !important;
}

.carousel-indicators button {
  width: 15px !important;
  height: 15px !important;
  border-radius: 50%;
  background-color: var(--text-light) !important;
  margin: 0 15px !important;
  border: none;
}

.carousel-indicators .active {
  background-color: var(--accent-grey) !important;
}

.text-decoration-none {
  text-decoration: none !important;
}

.wrapper-text-title {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 30px
}

.text-35-700 {
  font-size: 35px !important;
  font-weight: 700;
  line-height: 114%;
  color: var(--text-dark);
  margin: 0 !important;
}

.text-16-400 {
  font-size: 16px !important;
  font-weight: 400 !important;
  line-height: 140%;
  color: var(--text-dark);
  margin: 0 !important;
}

.text-18-700 {
  font-size: 18px !important;
  font-weight: 700;
  line-height: 140%;
  color: var(--text-dark);
  margin: 0 !important;
}

.text-32-700 {
  font-size: 32px !important;
  font-weight: 700;
  line-height: 100%;
  color: var(--text-dark);
  margin: 0 !important;
}

.text-30-700,
.text-30-700-158 {
  font-size: 30px !important;
  font-weight: 700;
  line-height: 120%;
  color: var(--text-dark);
  margin: 0 !important;
}

.text-30-700-158 {
  line-height: 158%;
}

.text-40-700 {
  font-size: 40px !important;
  font-weight: 700;
  line-height: 114%;
  color: var(--text-dark);
  margin: 0 !important;
}

.text-50-700 {
  font-size: 50px !important;
  font-weight: 700;
  line-height: 63px;
  color: var(--text-dark);
  margin: 0 !important;
}

.text-25-700 {
  font-size: 25px !important;
  font-weight: 700;
  line-height: 100%;
  color: var(--text-dark);
  margin: 0 !important;
}

.text-26-700 {
  font-size: 26px !important;
  font-weight: 700;
  line-height: 27px;
  color: var(--text-dark);
  margin: 0 !important;
}

.text-25-700-white {
  font-size: 25px !important;
  font-weight: 700;
  line-height: 100%;
  color: var(--text-light);
  margin: 0 !important;
}

.text-20-700-white {
  font-size: 20px !important;
  font-weight: 700;
  line-height: 100%;
  color: var(--text-light);
  margin: 0 !important;
}

.text-26-700-white {
  font-size: 26px !important;
  font-weight: 700;
  line-height: 27px;
  color: var(--text-light);
  margin: 0 !important;
}

.text-13-400 {
  font-size: 13px !important;
  font-weight: 400;
  line-height: 100%;
  color: var(--text-dark);
  margin: 0 !important;
}

.text-14-400 {
  font-size: 14px !important;
  font-weight: 400;
  line-height: 100%;
  color: var(--text-dark);
  margin: 0 !important;
}

.text-10-400 {
  font-size: 10px !important;
  font-weight: 400;
  line-height: 120%;
  color: var(--text-dark);
  margin: 0 !important;
  white-space: nowrap;
}

.text-13-700 {
  font-size: 13px !important;
  font-weight: 700;
  line-height: 100%;
  color: var(--text-dark);
  margin: 0 !important;
}

.text-13-700-grey {
  font-size: 13px !important;
  font-weight: 700;
  line-height: 100%;
  color: var(--primary-color);
  margin: 0 !important;
}

.text-16-700 {
  font-size: 16px !important;
  font-weight: 700;
  line-height: 100%;
  color: var(--text-dark);
  margin: 0 !important;
}

.text-16-700-white {
  font-size: 16px !important;
  font-weight: 700;
  line-height: 100%;
  color: var(--text-light);
  margin: 0 !important;
}

.text-20-700 {
  font-size: 20px !important;
  font-weight: 700;
  line-height: 100%;
  color: var(--text-dark);
  margin: 0 !important;
}

.text-24-700 {
  font-size: 24px !important;
  font-weight: 700;
  line-height: 100%;
  color: var(--text-dark);
  margin: 0 !important;
}

.text-18-400 {
  font-size: 18px !important;
  font-weight: 400 !important;
  line-height: 140%;
  color: var(--text-dark);
  margin: 0 !important;
}

.text-24-700-white {
  font-size: 24px !important;
  font-weight: 700;
  line-height: 158%;
  color: var(--text-light);
  margin: 0 !important;
}

.text-80-700 {
  font-size: 80px !important;
  font-weight: 700;
  line-height: 63px;
  color: var(--text-dark);
  margin: 0 !important;
}

.text-60-700 {
  font-size: 60px !important;
  font-weight: 700;
  line-height: 63px;
  color: var(--text-dark);
  margin: 0 !important;
}

.text-55-700 {
  font-size: 55px !important;
  font-weight: 700;
  line-height: 63px;
  color: var(--text-dark);
  margin: 0 !important;
}

.text-20-400 {
  font-size: 20px !important;
  font-weight: 400;
  line-height: 158%;
  color: var(--text-dark);
  margin: 0 !important;
}

.text-22-400 {
  font-size: 22px !important;
  font-weight: 400;
  line-height: 158%;
  color: var(--text-dark);
  margin: 0 !important;
}

.text-25-400 {
  font-size: 25px !important;
  font-weight: 400;
  line-height: 158%;
  color: var(--text-dark);
  margin: 0 !important;
}

.text-48-700 {
  font-size: 48px !important;
  font-weight: 700;
  line-height: 60px;
  color: var(--text-dark);
  margin: 0 !important;
}

.text-22-700 {
  font-size: 22px !important;
  font-weight: 700;
  line-height: 100%;
  color: var(--text-dark);
  margin: 0 !important;
}

.text-24-400 {
  font-size: 24px !important;
  font-weight: 400;
  line-height: 100%;
  color: var(--text-dark);
  margin: 0 !important;
}

.text-12-400 {
  font-size: 12px !important;
  font-weight: 400;
  line-height: 100%;
  color: var(--text-dark);
  margin: 0 !important;
}

.text-68-700 {
  font-size: 68px !important;
  font-weight: 700;
  line-height: 100%;
  color: var(--text-dark);
  margin: 0 !important;
}

.text-39-700 {
  font-size: 39px !important;
  font-weight: 700;
  line-height: 100%;
  color: var(--text-dark);
  margin: 0 !important;
}

.text-primary-color {
  color: var(--primary-color) !important;
}

/* Best Pack Styles */
.best-pack-container {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 20px;
  padding-top: 20px;
  width: 100%;
}

.best-pack-top-wrap {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  width: 100%;
}

.best-pack-bottom-wrap {
  padding-top: 10px;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  width: 100%;
  gap: 20px;
}

.best-pack-bottom-wrap-fibre {
  padding-top: 10px;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  width: 100%;
  gap: 20px;
}

.best-pack-bottom-wrap-all-width {
  padding-top: 10px;
  width: 100%;
  gap: 20px;
}

.best-pack-card {
  width: 100%;
  height: 778px;
  display: grid;
  grid-template-rows: 1fr 1fr 2fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 2fr;
}

.best-pack-card-small {
  width: 100%;
  height: 413px;
  display: grid;
  grid-template-rows: 1fr 1fr 2fr 1fr 2fr;
}

.best-pack-card-small-fibre {
  width: 100%;
  height: 364px;
  display: grid;
  grid-template-rows: 1fr 1fr 2fr 2fr;
}

.best-pack-card-small-4lines {
  width: 100%;
  height: 392px;
  display: grid;
  grid-template-rows: 1fr 2fr 1fr 2fr;
}

.best-pack-card-small-order {
  width: 100%;
  height: 564px;
  display: grid;
  grid-template-rows: 1fr 1fr 2.2fr 1fr 1fr 1fr 2.8fr;
}

.best-pack-customize-wrap,
.best-pack-customize-wrap-open,
.best-pack-customize-wrap-open-mobile {
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 15px;
}

.order-feature-icon,
.order-feature-icon-toggle {
  width: 34px;
  height: 34px;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
}

.order-feature-icon-toggle {
  width: 76px;
}

.order-feature-icon-toggle {
  cursor: pointer;
}

.order-feature-icon-toggle.toggle-basic.active {
  display: none;
}

.order-feature-icon-toggle.toggle-check.active {
  display: block;
}

.order-feature-icon-toggle.toggle-basic.inactive {
  display: block;
}

.order-feature-icon-toggle.toggle-check.inactive {
  display: none;
}

.best-pask-customize-is-open {
  display: none;
}

.best-pack-card-small-order-open .best-pask-customize-is-close {
  display: none;
}

.best-pack-card-small-order-open .best-pask-customize-is-open {
  display: block;
}

.order-feature-icon-mobile {
  cursor: pointer;
}

.order-feature-icon-toggle-mobile.toggle-basic.active {
  display: none;
}

.order-feature-icon-toggle-mobile.toggle-check.active {
  display: block;
}

.order-feature-icon-toggle-mobile.toggle-basic.inactive {
  display: block;
}

.order-feature-icon-toggle-mobile.toggle-check.inactive {
  display: none;
}

.toggle-check {
  display: none;
}

.best-pack-card-small-order-open {
  width: 100%;
  display: grid;
  height: 999px;
  grid-template-rows: 1fr 1fr 2.2fr 1fr 1fr 1fr 8.8fr;
}

.best-pack-customize-wrap-open {
  padding: 0 20px 20px 20px;
  display: flex;
  flex-direction: column;
  gap: 45px;
}

.best-pack-customize-wrap-open-mobile {
  display: flex;
  flex-direction: column;
  gap: 15px;
}

.order-feature-icon-mobile {
  width: 30px;
  height: 30px;
  cursor: pointer;
}

.order-feature-icon-toggle-mobile {
  width: 66px;
  height: 30px;
  cursor: pointer;
}

.hidden {
  display: none !important;
}

.visible {
  display: flex !important;
}

.feature-item.active .check-true {
  display: block;
}

.feature-item.active .check-false {
  display: none;
}

.feature-item:not(.active) .check-true {
  display: none;
}

.feature-item:not(.active) .check-false {
  display: block;
}

.order-item,
.order-item-mobile {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 10px;
}

.order-item-mobile {
  padding: 0 18px;
  width: 100%;
  width: 360px;
  height: 58px;
  border-radius: 8px;
  background-color: var(--text-light);
}

.order-order-content {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  gap: 10px;
}

.more-info-link {
  cursor: pointer;
}

.order-text-price {
  display: flex;
  align-items: start;
  justify-content: center;
}

.best-pack-card-order-item {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
}

.best-pack-card-all-width {
  width: 100%;
  height: 513px;
  display: grid;
  grid-template-rows: 1fr 1fr 2fr 1fr 1fr 2fr;
}

.best-pack-card-all-width-5lines {
  width: 100%;
  height: 454px;
  display: grid;
  grid-template-rows: 1fr 1fr 2fr 1fr 2fr;
}

.best-pack-card-all-width-6lines {
  width: 100%;
  height: 509px;
  display: grid;
  grid-template-rows: 0fr 1fr 2fr 1fr 1fr 2fr;
}

.best-pack-card-wrap-top-white,
.best-pack-card-wrap-top-black,
.best-pack-card-wrap-top-grey {
  background: var(--text-light);
  border-radius: 10px 10px 0 0;
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}

.best-pack-card-wrap-top-black {
  background: var(--text-dark);
}

.best-pack-card-wrap {
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  background: var(--secondary-grey);
}

.best-pack-card-wrap-white {
  display: flex;
  justify-content: center;
  align-items: center;
  background: var(--text-light);
  width: 100%;
  height: 100%;
}

.best-pack-card-item {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
}

.form-main-wrapper {
  padding: 20px;
  text-align: center;
  width: 353px;
  height: 560px;
  display: flex;
  flex-direction: column;
  align-items: start;
  justify-content: start;
  gap: 20px;
  background: var(--text-light);
  border-radius: 10px;
}

.form-button-wrapper {
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}

.best-pack-card-wrap-bottom-white,
.best-pack-card-wrap-bottom-grey {
  display: flex;
  justify-content: center;
  align-items: center;
  background: var(--text-light);
  border-radius: 0 0 10px 10px;
  width: 100%;
  height: 100%;
}

.best-pack-card-wrap-bottom-grey,
.best-pack-card-wrap-top-grey {
  background: var(--secondary-grey);
}

.best-pack-card-learn-more {
  width: 100%;
  height: 696px;
  display: grid;
  grid-template-rows: 1.2fr 2fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
}

.best-pack-right-wrap-learn-more {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding: 20px 0;
  gap: 10px;
  width: 100%;
}

.fibre-internet-container {
  display: flex;
  flex-direction: column;
  align-items: start;
  justify-content: start;
  gap: 20px;
  width: 100%;
}

.fiber-paper-container {
  width: 100%;
  min-height: 455px;
  padding: 60px 35px 80px 35px;
  background: var(--text-light);
  border-radius: 10px;
}

.img-fibre-icon {
  width: 52px;
  height: 52px;
}

@media (max-width: 800px) {

  .best-pack-container,
  .fibre-internet-container,
  .mobile-desk-wrap,
  .order-desktop {
    display: none;
  }

  .text-16-400-mobile {
    font-size: 16px !important;
    font-weight: 400;
    line-height: 140%;
    color: var(--text-dark);
    margin: 0 !important;
  }

  .text-20-700-mobile {
    font-size: 20px !important;
    font-weight: 700;
    line-height: 100%;
    color: var(--text-dark);
    margin: 0 !important;
  }

  .text-35-700-mobile {
    font-size: 35px !important;
    font-weight: 700;
    line-height: 114%;
    color: var(--text-dark);
    margin: 0 !important;
  }
}

@media (min-width:800px) {

  .order-mobile,
  .form-mobile-wrapper,
  .form-main-wrapper {
    display: none;
  }

  .text-30-700-desk {
    font-size: 30px !important;
    font-weight: 700;
    line-height: 100%;
    color: var(--text-dark);
    margin: 0 !important;
  }

  .text-18-400-desk {
    font-size: 18px !important;
    font-weight: 400;
    line-height: 158%;
    color: var(--text-dark);
    margin: 0 !important;
  }

  .text-bold-desk {
    font-weight: 700 !important;
  }

  .action-button {
    min-width: 329px;
    height: 60px;
  }
}

.feature-icon {
  width: 20px;
  height: 20px;
  display: flex;
  align-items: center;
}

.text-aligh-right {
  text-align: right !important;
}

.text-aligh-left {
  text-align: left !important;
}

.margin-top-20 {
  margin-top: 20px !important;
}

.margin-top-10 {
  margin-top: 10px !important;
}

.margin-top-30 {
  margin-top: 30px !important;
}

.margin-top-40 {
  margin-top: 40px !important;
}

.margin-top-50 {
  margin-top: 50px !important;
}

.margin-top-60 {
  margin-top: 60px !important;
}

.margin-top-70 {
  margin-top: 70px !important;
}

.margin-bottom-10 {
  margin-bottom: 10px !important;
}

.amargin-bottom-20 {
  margin-bottom: 20px !important;
}

.margin-bottom-30 {
  margin-bottom: 30px !important;
}

.margin-bottom-40 {
  margin-bottom: 40px !important;
}

.margin-bottom-50 {
  margin-bottom: 50px !important;
}

.margin-bottom-60 {
  margin-bottom: 60px !important;
}

.margin-bottom-70 {
  margin-bottom: 70px !important;
}

.margin-bottom-80 {
  margin-bottom: 80px !important;
}

.custom-input:invalid {
  border: 1px solid red !important;
}

.custom-input:focus:invalid {
  border: 1px solid #000000 !important;
  outline: none;
}

.custom-input:valid {
  border: 1px solid #000000 !important;
}