body .e-con {
  --container-max-width: 1310px;
}

.package-list .elementor-heading-title {
  font-family: "Phudu", sans-serif;
  font-weight: 700;
  font-size: 61px;
  line-height: 100%;
  letter-spacing: -0.5%;
  text-align: center;
  vertical-align: middle;
}

.package-list .package-box {
  padding: 20px;
  background-color: #fff;
  border-radius: 20px;
}

.package-list .package-box h3 {
  font-family: "Phudu", sans-serif;
  font-weight: 600;
  font-size: 24px;
  line-height: 125%;
  vertical-align: middle;
  margin: 0;
  margin-bottom: 5px;
  color: var(--color-primary);
}

.package-list .package-box h5 {
  font-family: "Nunito", sans-serif;
  font-weight: 400;
  font-size: 12px;
  line-height: 100%;
  vertical-align: middle;
  margin: 0;
  margin-bottom: 15px;
  color: var(--color-primary);
}

.package-list .package-box h4 {
  font-family: "Nunito", sans-serif;
  font-weight: 700;
  font-size: 21.29px;
  line-height: 100%;
  text-transform: none;
  margin-bottom: 5px;
  color: var(--color-primary);
}

.package-list .box-save {
  background-color: #ffbd59;
  width: fit-content;
  padding: 4px 6px;
  border-radius: 10px;
  font-weight: 400;
  font-size: 11px;
  line-height: 100%;
  text-align: center;
  margin-top: 10px;
  margin-bottom: 10px;
}

.package-list .month-box {
  display: flex;
  align-items: center;
  gap: 5px;
  margin-bottom: 10px;
}

.package-list .month-left {
  font-family: "Phudu", sans-serif;
  font-weight: 700;
  font-size: 61px;
  line-height: 100%;
  color: var(--color-primary);
}

.package-list .box-price {
  font-family: "Nunito", sans-serif;
  font-weight: 700;
  font-size: 16px;
  line-height: 100%;
  color: var(--color-primary);
}

.package-list .package-box p {
  color: #4d4d4d;
  opacity: 40%;
  margin-bottom: 0;
}

.package-list .divider {
  margin: 25px 0;
  background-color: rgba(212, 212, 212, 1);
  color: rgba(212, 212, 212, 1);
  border: 1px solid;
  border-color: rgba(212, 212, 212, 1);
}

.package-list .elementor-icon-list-items {
  padding: 0;
}

.package-list .package-box .elementor-icon-list-item {
  margin-bottom: 20px;
}

.package-list .package-box .elementor-icon-list-item span {
  color: var(--color-primary);
  font-size: 13px;
}

.package-list .package-box .elementor-icon-list-icon {
  display: block;
  max-height: 18px;
}

.package-list .package-box .price-box h3 {
  font-family: "Phudu", sans-serif;
  font-weight: 700;
  font-size: 61px;
  line-height: 100%;
}

.package-list .elementor-icon-list-item {
  display: flex;
  gap: 5px;
  align-items: center;
}

.package-list .elementor-icon-list-item svg {
  width: 18px;
  height: 18px;
}

.package-list .box-more,
.package-list .box-more a {
  font-family: "Nunito", sans-serif;
  font-weight: 700;
  font-size: 13px;
  line-height: 100%;
  color: var(--color-primary);
  margin-bottom: 20px;
}

.package-list .box-more a {
  font-weight: 400;
  text-decoration: underline;
}

.package-list .box-po {
  background-color: #f0532c;
  padding: 12px 16px;
  border-radius: 5px;
  font-family: "Phudu", sans-serif;
  font-weight: 700;
  font-size: 16px;
  line-height: 16px;
  letter-spacing: 1.25px;
  text-align: center;
  text-transform: capitalize;
  color: #fff;
  position: absolute;
  top: -27px;
}

.package-list .add-to-cart {
  background-color: #fff;
  color: var(--color-primary);
  display: flex;
  align-items: center;
  padding: 8px 12px;
  width: fit-content;
  border-radius: 99px;
  font-family: "Phudu", sans-serif;
  font-weight: 500;
  font-size: 12px;
  line-height: 130%;
  text-align: center;
  gap: 5px;
  border: 1px solid var(--color-primary);
}

.package-list .add-to-cart.fisrt-button {
  opacity: 0.5;
  cursor: no-drop;
}

.package-list .add-to-cart.no-login {
  opacity: 1;
  cursor: pointer;
}

.package-list .add-to-cart svg {
  width: 14px;
  height: auto;
}

.offer-box {
  background-color: rgba(234, 137, 80, 1);
  max-width: 1200px;
  margin: auto;
  border-radius: 30px;
  margin-top: 80px;
  margin-bottom: 30px;
}

.offer-box .col {
  padding-bottom: 0;
}

.offer-text {
  max-width: 400px;
  margin: 0 auto;
  position: relative;
  height: 100%;
  display: flex;
  align-items: center;
}

.offer-text p {
  font-family: "Nunito", sans-serif;
  font-weight: 700;
  font-size: 32px;
  line-height: 150%;
  color: #fff;
  margin: 0;
  z-index: 1;
  position: relative;
}

.offer-text svg {
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: 0;
  max-width: 100%;
}

.offer-title {
  border: 3px solid rgba(234, 137, 80, 1);
  background: rgba(246, 244, 231, 1);
  font-family: "Phudu", sans-serif;
  font-weight: 600;
  font-size: 34px;
  line-height: 100%;
  text-align: center;
  border-radius: 20px;
  padding: 4px 16px;
  position: absolute;
  top: -25px;
  color: rgba(234, 137, 80, 1);
}

.offer-right {
  position: relative;
}

.offer-right img {
  margin-bottom: -6px;
}

.offer-right .offer-link {
  background: rgba(151, 71, 255, 1);
  padding: 10px;
  color: #fff;
  font-family: "Archivo Black", sans-serif;
  font-weight: 400;
  font-size: 14px;
  line-height: 16px;
  position: absolute;
  top: -36px;
  left: 55px;
}

.offer-right .offer-link-2 {
  display: block;
  position: absolute;
  right: 20px;
  top: 30px;
}

.offer-right .offer-link-2 svg {
  width: 49px;
  height: 39px;
}

.packages-row {
  padding: 0 10px;
  margin-bottom: 150px;
}

.packages-table tfoot th,
.packages-table thead th {
  vertical-align: middle;
}

.packages-table span {
  display: block;
}

.packages-table .tb-title {
  font-family: "Phudu", sans-serif;
  font-weight: 600;
  font-size: 24px;
  line-height: 125%;
  vertical-align: middle;
}

.packages-table .tb-text {
  font-family: "Nunito", sans-serif;
  font-weight: 700;
  font-size: 21.29px;
  line-height: 100%;
}

.packages-table .tb-number {
  font-family: "Phudu", sans-serif;
  font-weight: 700;
  font-size: 61px;
  line-height: 1;
  text-align: center;
}

.packages-table .tb-des {
  font-size: 14px;
  color: rgba(77, 77, 77, 1);
  font-weight: 400;
}

.packages-table {
  background: rgba(247, 247, 247, 1);
  border-collapse: separate;
  border-spacing: 0;
  text-align: left;
  border-radius: 20px;
}

.packages-table td,
.packages-table th {
  border: 0;
  border-bottom: 1px solid rgba(0, 0, 0, 0.2);
}

.packages-table td:first-child,
.packages-table th:first-child {
  border-left: 1px solid rgba(0, 0, 0, 0.2);
}

.packages-table th:first-child {
  border-top-left-radius: 20px;
}

.packages-table td:last-child,
.packages-table th:last-child {
  border-right: 1px solid rgba(0, 0, 0, 0.2);
}

.packages-table th:last-child {
  border-top-right-radius: 20px;
}

.packages-table {
  border-width: 0;
}

.packages-table .t-1 {
  color: rgba(19, 130, 123, 1);
}

.packages-table .t-2 {
  color: rgba(15, 56, 50, 1);
}

.packages-table .t-3 {
  color: rgba(176, 66, 44, 1);
}

.packages-table .t-4 {
  color: rgba(234, 137, 80, 1);
}

.packages-table .t-5 {
  color: rgba(19, 130, 123, 1);
}

.packages-table .body-title {
  color: var(--color-primary);
}

.packages-table thead tr th:nth-child(1) {
  padding-left: 40px;
}

.packages-table tbody tr td:first-child {
  padding-left: 40px;
}

.packages-table tbody tr td:not(:first-child) svg {
  margin-left: 40px;
}

.packages-table tfoot * {
  vertical-align: middle;
}

.packages-table .tb-price {
  font-weight: 700;
  font-size: 18px;
  line-height: 100%;
  margin-bottom: 15px;
}

.packages-table tfoot tr td:first-child {
  padding-left: 40px;
}

.packages-table tfoot a {
  color: inherit;
  font-family: "Phudu", sans-serif;
  font-weight: 500;
  font-size: 16px;
  line-height: 130%;
  text-align: center;
  padding: 8px 12px;
  border: 1px solid;
  border-radius: 99px;
  display: block;
  width: fit-content;
}

.packages-table tfoot a svg,
.packages-table tfoot a svg path {
  fill: currentColor;
}

.packages-table tfoot td:first-child {
  border-bottom-left-radius: 20px;
}

.packages-table tfoot td:last-child {
  border-bottom-right-radius: 20px;
}

.packages-table {
  display: none;
}

.packages-table.hide-mobile {
  display: table;
}

.packages-title {
  max-width: 1200px;
  margin: 0 auto;
}

.packages-title h3 {
  margin: 0;
  font-family: "Phudu";
  font-weight: 700;
  font-size: 48px;
  line-height: 100%;
  vertical-align: middle;
  color: var(--color-primary);
  margin-bottom: 40px;
}

.partners-box {
  background-color: rgba(255, 189, 89, 1);
  padding-top: 35px;
  padding-bottom: 60px;
}

.partners-box .row {
  margin: 0 auto;
  position: relative;
}

.partners-box h2 {
  font-weight: 700;
  font-size: 61px;
  line-height: 100%;
  text-align: center;
  color: var(--color-primary);
  margin-bottom: 30px;
}

.partners-box .partner-box {
  width: 180px;
  height: 180px;
  background-color: rgba(217, 217, 217, 1);
  border-radius: 100%;
}

.whyus-box {
  padding-top: 110px;
  padding-bottom: 110px;
  background-image: url(/wp-content/uploads/2025/04/whyus-scaled.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  position: relative;
}

.whyus-box .row {
  margin: 0 auto;
  position: relative;
  z-index: 1;
  align-items: center;
}

.whyus-box .overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  backdrop-filter: blur(1px);
  z-index: 0;
  background: rgba(0, 0, 0, 0.5);
}

.whyus-box h3 {
  font-family: "Archivo Black", sans-serif;
  color: #fff;
  font-weight: 400;
  font-size: 97px;
  line-height: 100%;
  letter-spacing: -1.5%;
  margin: 0;
}

.whyus-box .text-content {
  font-family: Archivo Black;
  font-weight: 400;
  font-size: 48px;
  line-height: 150%;
  color: #fff;
  display: flex;
  align-items: center;
  gap: 30px;
}

.bundle-box {
  background-image: url(/wp-content/uploads/2025/04/Bundle-bg.png);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}

.bundle-box .row {
  margin: 0 auto;
}

.bundle-box .row .col-inner {
  padding-top: 100px;
  padding-bottom: 70px;
}

.bundle-text {
  background: rgba(246, 244, 231, 1);
  padding: 60px;
  border-radius: 20px;
  text-align: center;
  position: relative;
}

.bundle-text h4 {
  font-weight: 600;
  font-size: 20px;
  line-height: 150%;
  margin-top: 0;
}

.bundle-text h3 {
  font-weight: 700;
  font-size: 61px;
  line-height: 100%;
  color: var(--color-primary);
}

.bundle-text span {
  display: block;
  color: var(--color-primary);
}

.bundle-text a {
  display: block;
}

.bundle-text a.click-top {
  position: absolute;
  top: 20px;
  right: 20px;
}

.bundle-text a.click-top path {
  fill: var(--color-primary);
}

.bundle-img {
  position: absolute;
  bottom: -30px;
}

.bundle-img.img-left {
  left: -200px;
}

.bundle-img.img-right {
  right: -225px;
}

.package-faq > .e-con-inner {
  padding: 0 10px;
  padding-top: 120px;
  padding-bottom: 150px;
}

.package-faq .e-n-accordion-item-title {
  justify-content: space-between;
  border: 0;
  border-bottom: 1px solid rgba(201, 200, 200, 1);
}

.package-faq .e-n-accordion-item-title-text {
  font-family: "Phudu", sans-serif;
  font-weight: 600;
  font-size: 20px;
  line-height: 150%;
  letter-spacing: 0.5%;
}

.package-faq .e-n-accordion-item > .elementor-element {
  border: 0;
}

.package-faq h2.elementor-heading-title {
  font-weight: 700;
  font-size: 61px;
  line-height: 100%;
  letter-spacing: -0.5%;
  vertical-align: middle;
}

.package-faq .faq-text * {
  max-width: 380px;
}

@media screen and (max-width: 850px) {
  .package-list .elementor-heading-title {
    font-size: 30px;
  }

  .package-faq > .e-con-inner {
    padding-top: 50px;
    padding-bottom: 50px;
  }

  .offer-text {
    max-width: 100%;
    padding-top: 30px;
    padding-bottom: 50px;
  }

  .offer-text p {
    font-size: 20px;
  }

  .offer-text svg {
    display: none;
  }

  .offer-right {
    padding-top: 20px;
  }

  .packages-table {
    display: table;
  }

  .packages-table.hide-mobile {
    display: none;
  }

  .packages-table thead tr th:nth-child(1),
  .packages-table tbody tr td:first-child,
  .packages-table tfoot tr td:first-child {
    padding-left: 15px;
  }

  .bundle-text {
    padding: 20px;
  }

  .bundle-text h4 {
    font-size: 16px;
  }

  .bundle-text h3 {
    font-size: 30px;
  }

  .bundle-img {
    display: none;
  }

  .package-faq h2.elementor-heading-title {
    font-size: 30px;
  }

  .whyus-box h3 {
    font-size: 30px;
    text-align: center;
    margin-bottom: 30px;
  }

  .whyus-box .text-content {
    font-size: 20px;
    gap: 10px;
    justify-content: center;
  }

  .whyus-box .text-content svg {
    width: 40px;
  }

  .packages-row {
    margin-bottom: 50px;
  }
}
