#pricing-page {
    background-color: #eef9ff;
    padding: 50px 0 0 0;
}
#pricing-page .title {
    padding: 0.2% 0;
}

nav:nth-child(1) {
    padding: 20px 0 30px 0;
}
.nav {
    background: #ffffff !important;
    width: 90%;
    height: 60px !important;
    border-radius: 30px;
    margin: auto;
}

.nav-menu {
    background: #ffa41e !important;
    width: 90%;
    height: 60px;
    border-radius: 30px;
    margin: auto;
}

.nav-sme {
    width: max-content;
    height: 45px;
    border-radius: 10px;
    margin: auto;
}

.tab {
    background: #0cbaca !important;
    width: 90%;
    border-radius: 30px;
    margin: auto;
}

.tab-pills {
    background-color: inherit;
    color: #fff;
    border: none;
    border-radius: 10px;
    padding: 5px;
    text-align: center !important;
}

.tab-container {
    display: flex;
    flex-direction: column;
}

.tab-link {
    font-size: 18px;
    color: #ffa41e;
    line-height: 0;
    padding: 10px 50px;
    border: none;
    background-color: inherit;
}

.tab-link.active {
    background-color: #ffa41e;
    border: none;
    border-radius: inherit;
    padding: 10px 45px;
    margin: 0 10px;
    text-align: center !important;
    color: #fff;
}

.nav-link {
    color: #ffa41e !important;
    transition: color 0.3s;
}

.nav-link.active {
    color: white !important;
    text-decoration: none;

}

.tab-content {
    width: 100%;
}

.nav-btn {
    font-size: 16px !important;
}
.grid-package {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    grid-gap: 20px;
    padding: 20px;
    height: auto;
    width: 100%;
    max-width: 1540px;
    margin: auto;
}

.grid-package .div1 { grid-area: 1 / 1 / 2 / 2; display: flex; justify-content:center; margin: 0 auto; width: 100%;}
.grid-package .div2 { grid-area: 1 / 2 / 2 / 3; display: flex; justify-content:center; margin: 0 auto; width: 100%;}
.grid-package .div3 { grid-area: 1 / 3 / 2 / 4; display: flex; justify-content:center; margin: 0 auto; width: 100%;}
.grid-package .div4 { grid-area: 1 / 4 / 2 / 5; display: flex; justify-content:center; margin: 0 auto; width: 100%;}

.grid-package__monthly {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  grid-gap: 20px;
  padding: 20px;
  height: auto;
  width: 100%;
  max-width: 940px;
  margin: auto;
}

.grid-package__monthly .div1 { grid-area: 1 / 1 / 2 / 2; display: flex; justify-content:center; margin: 0 auto; width: 100%;}
.grid-package__monthly .div2 { grid-area: 1 / 2 / 2 / 3; display: flex; justify-content:center; margin: 0 auto; width: 100%;}
.grid-package__monthly .div3 { grid-area: 1 / 3 / 2 / 4; display: flex; justify-content:center; margin: 0 auto; width: 100%;}

.package__top {
    /* background-color: #F9D44F; */
    color: white;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    display: flex;
    margin: 0 auto;
    padding: 10px 10px;
    border-radius: 18px 18px 0 0;
    justify-content: center;
    font-size: 16px;
    height: 45px;
    background-color: #09ace8;
}
.package__top img {
    width: auto;
    position: absolute;
    top: -30px;
    left: 50%;
    transform: translateX(-50%);
}
.first_month_promo {
  background-color: #09ace8;
    color: white;
    position: absolute;
    top: 45px;
    left: 0;
    width: 100%;
    display: flex;
    margin: 0 auto;
    padding: 10px 10px;
    justify-content: center;
    font-size: 16px;
    height: 45px;
}
.grid-package .package-label {
    padding: 15px 0 5px 0;
}

.grid-package__monthly .package-label {
  padding: 15px 0 5px 0;
}

.package-box {
    background-color: #fff;
    width: 100%;
    height: 100%;
    padding: 20px;
    border: 2px solid #d5d5d5;
    border-radius: 20px;
    box-shadow: 0px 5px 14px rgba(0, 0, 0, 0.3);
    }
.en-version .package-box #bullet-list span {
    line-height: 1.5rem;
    padding-bottom: 1.5rem;
    text-align: left;
    display: block;
    font-size: 1.5rem;
}
.en-version .package-title {
    font-size: 24px;
}
.cn-version .package-title {
    font-size: 26px;
}
.cn-version .package-label {
    font-size: 18px;
}
.cn-version .package-box #bullet-list span {
    line-height: 1.5rem;
    padding-bottom: 1.5rem;
    text-align: left;
    display: block;
    font-size: 16px;
}

.package-box #bullet-list img {
    width: 20px;
    height: auto;
    margin-right: 10px;
}
/** package bullet list **/
.package__bullet-list {
    display: grid;
    grid-template-columns: min-content 1fr;
    column-gap: 1rem;
    row-gap: 1rem;
    line-height: 5px;
}
.package__bullet-list img {
    width: 20px;
    height: auto;
    /* margin-right: 10px; */
}
.package__bullet-list span {
    display: flex;
    align-items: center;
    align-content: center;
    text-align: left;
    font-size: 1.5rem;
    line-height: 1.8rem;
}
.div2 .package-box {
    border: 2px solid #09ace8;
    position: relative;
}
.div3 .package-box .ribbon {
    width: 100px;
    height: 100px;
    overflow: hidden;
    position: absolute;
}
.div3 .package-box .ribbon span {
    position: absolute;
    display: block;
    width: 160px;
    padding: 10px 0;
    background-color: #ff3e79;
    box-shadow: 0 5px 10px rgba(0,0,0,.1);
    color: #fff;
    font: 700 16px/1 'Lato', sans-serif;
    text-shadow: 0 1px 1px rgba(0,0,0,.2);
    text-transform: uppercase;
    text-align: center;
}
.div3 .package-box .ribbon-top-left {
    top: -2px;
    left: -2px;
}
.div3 .package-box .ribbon-top-left span {
    right: -16px;
    top: 22px;
    transform: rotate(-45deg);
    }

.year-3 {
    display: flex;
    align-content: center;
    justify-content: center;
    padding: 20px;
}
.year-3 .package-box  {
    background-color: #fff;
    width: 400px;
    height: 100%;
    padding: 20px;
    border: 2px solid #d5d5d5;
    border-radius: 20px;
    box-shadow: 0px 5px 14px rgba(0, 0, 0, 0.3);
    }
.package-label {
    font-size: 16px;
}
.price-group {
    position: relative;
    padding: 0 20px;
    color: #0e50b0;
}

/* Start table package sme */
table.package-sme {
    font-size: 20px;
    border-spacing: 0px;
    width: 100%;
    max-width: 1540px;
    margin: auto;
    display: block;
    background-color: transparent;
    border-collapse: collapse;
    }
    table.package-sme td:first-child,
    table.package-sme th:first-child {
        width: 30%;
    }
    table.package-sme td:first-child {
        word-wrap: break-word;
        overflow-wrap: break-word;
    }
    table.package-sme td:not(:first-child),
    table.package-sme th:not(:first-child) {
        width: 15%;
    }
    table.package-sme td, table.package-sme th {
    padding: 5px;
    text-align: center;
    }
    table.package-sme tr:nth-child(2) td:not(:first-child) {
        vertical-align: bottom;
    }
    table.package-sme tr:first-child th,
    table.package-sme tr:nth-child(3) td {
        border-bottom: 1px solid #09ace8;
    }
    table.package-sme tr:first-child th {
        white-space: nowrap;
    }

    table.package-sme td {
        border-bottom: 1px solid rgba(9, 172, 232, 0.2);

    }

    table.package-sme tr:not(:first-child):not(:nth-child(2)):not(:nth-child(3)) td {
        font-size: 14px;
        font-weight: 400;
        height: 30px;
    }
    .cn-version table.package-sme tr:not(:first-child):not(:nth-child(2)):not(:nth-child(3)) td {
        font-size: 16px;
        font-weight: 400;
        height: 30px;
    }
    /* .en-version table.package-sme tr:nth-child(2) td {
        padding: 0 20px;
    } */
    /* .cn-version table.package-sme tr:nth-child(2) td {
        padding: 0 30px;
    } */

    table.package-sme th {
    padding: 12px 20px;
    text-align: center;
    line-height: 1.5em;
    background-color: none;
    letter-spacing: 0.5px !important;
    }


    table.package-sme td {
    background-color: #fff;
    font-weight: bold;
}

table.package-sme td:first-child, table.package-sme th:first-child {
    text-align: left;
    padding-left: 50px;
}
table.package-sme tr:nth-child(3) td,
table.package-sme tr.section td {
    background-color: #e1f5ff;
    font-weight: bold !important;
}
table.package-sme tr.section td {
    text-transform: uppercase;
    border-bottom: none;
}

table.package-sme tr:nth-child(2) td {
    border-bottom: none;
    height: 90px;
}
/** end table package sme */

.promo-label {
    background-color: #09ace8;
    font-size: 16px;
    color: #fff !important;
    font-weight: normal;
    width: fit-content;
    margin: 0 auto;
    padding: 0 5px;
}
@media (max-width: 768px) {
    .promo-label {
        font-size: 12px;
        padding: 0 0;
    }
}
@media (max-width: 991px) {
    .en-version .package-title {
        font-size: 20px;
    }
}

@media (max-width: 1199px) {
    h1 {
        font-size: 2.5rem !important;
    }
}

@media (min-width: 340px) and (max-width: 540px) {
    #pricing-page {
        background-color: #eef9ff;
        padding: 20px 0 0 0;
    }
    .nav {
        height: 50px !important;
    }
    nav:nth-child(1) {
        padding: 20px 0 20px 0;
    }
    h1 {
        font-size: 2rem !important;
    }
    .package-box #bullet-list span {
        line-height: 1.5rem;
        padding-bottom: 1.2rem;
        text-align: left;
        display: block;
        font-size: 1.3rem;
    }
}

/** table package SME **/

@media screen and (max-width: 1401px) {
    table.package-sme {
        width: 100%;
        margin: 0 auto;
    }
}
@media screen and (max-width: 1024px) {
    table.package-sme {
        width: 100%;
    }
}
@media (min-width: 767px) and (max-width: 1024px) {
    .grid-package {
        grid-template-columns: repeat(4, 280px);
        width: 100%;
        overflow-x: scroll;
    }
    .grid-package__monthly {
      grid-template-columns: repeat(2, 1fr);
      width: 100%;
      overflow-x: scroll;
    }
    table.package-sme {
        width: 100%;
        overflow-x: scroll;
    }
}
@media (max-width: 768px) {
    table.package-sme {
        font-size: 16px;
    }
    .en-version .subscribeBtn {
        font-size: 14px !important;
    }

    .en-version table.package-sme .text-content,
    .en-version table.package-sme .text-primary {
        font-size: 12px;
    }
    .cn-version table.package-sme .text-content,
    .cn-version table.package-sme .text-primary {
        font-size: 14px;
    }
    .cn-version table.package-sme tr:not(:first-child):not(:nth-child(2)):not(:nth-child(3)) td {
        font-size: 14px;
        font-weight: 400;
        height: 30px;
    }

    .en-version table.package-sme tr:nth-child(2) td,
    .cn-version table.package-sme tr:nth-child(2) td {
        padding: 0 0 0 8px;
    }
}

@media (max-width: 768px) {
    .grid-package {
        grid-template-columns: 1fr; /* 1 column */
        grid-template-rows: repeat(4, auto); /* 4 rows */
    }

    .grid-package .div1 { grid-area: 1 / 1 / 2 / 2; }
    .grid-package .div2 { grid-area: 2 / 1 / 3 / 2; }
    .grid-package .div3 { grid-area: 3 / 1 / 4 / 2; }
    .grid-package .div4 { grid-area: 4 / 1 / 5 / 2; }

    .grid-package .div1,
    .grid-package .div2,
    .grid-package .div3,
    .grid-package .div4 {
        margin: 0 0;
        display: flex;
        justify-content: center;
    }

    .grid-package__monthly {
      grid-template-columns: 1fr; /* 1 column */
      grid-template-rows: repeat(2, auto); /* 4 rows */
    }

    .grid-package__monthly .div1 { grid-area: 1 / 1 / 2 / 2; }
    .grid-package__monthly .div2 { grid-area: 2 / 1 / 3 / 2; }
    .grid-package__monthly .div3 { grid-area: 3 / 1 / 4 / 2; }
    /* .grid-package__monthly .div4 { grid-area: 4 / 1 / 5 / 2; } */

    .grid-package__monthly .div1,
    .grid-package__monthly .div2,
    .grid-package__monthly .div3 {
        margin: 0 0;
        display: flex;
        justify-content: center;
    }

    .package-box {
        height: auto;
        width: 100%;
    }

    table.package-sme td:first-child, table.package-sme th:first-child {
        text-align: left;
        padding-left: 8px;
    }
}

@media (min-width: 540px) and (max-width: 767px) {
    .grid-package .package-label,
    .grid-package__monthly .package-label {
        padding: 15px 0 5px 0;
    }
    .grid-package {
        padding: 10px;
    }
    .grid-package .div1,
    .grid-package .div2,
    .grid-package .div3,
    .grid-package .div4 {
        margin: 0 0;
        display: flex;
        justify-content: center;
    }
    .grid-package__monthly {
      padding: 10px;
    }
    .grid-package__monthly .div1,
    .grid-package__monthly .div2,
    .grid-package__monthly .div3,
    .grid-package__monthly .div4 {
        margin: 0 0;
        display: flex;
        justify-content: center;
    }
    table.package-sme .nav-btn.subscribeBtn {
        display: none;
    }
    table.package-sme {
        width: 100%;
        overflow-x: scroll;
    }

    table.package-sme td, table.package-sme th {
        padding: 5px 1px;
        text-align: center;
        }
}
@media (min-width: 340px) and (max-width: 539px) {
    .grid-package .package-label,
    .grid-package__monthly .package-label {
        padding: 15px 0 5px 0;
    }
    .package-box {
        width: 100%;
    }
    .grid-package,
    .grid-package__monthly {
        padding: 10px;
    }
    .grid-package .div1,
    .grid-package .div2,
    .grid-package .div3,
    .grid-package .div4 {
        margin: 0 0;
    }
    .grid-package__monthly .div1,
    .grid-package__monthly .div2,
    .grid-package__monthly .div3 {
        margin: 0 0;
    }
    table.package-sme .nav-btn.subscribeBtn {
        display: none;
    }
    table.package-sme {
        width: 100%;
    }

    table.package-sme td, table.package-sme th {
        padding: 5px 1px;
        text-align: center;
        }
}

@media (max-width: 614px) {
    .sm-block {
        display: block;
    }
}

.faq-container {
    background-color: #ffffff;
    padding: 50px 0;
    margin-top: 50px;
    max-width: 1440px;
    margin: 0 auto;
}

/* .faq-container {
  max-width: 800px;
  margin: 0 auto;
  background: white;
  border: 1px solid #09ace8;
} */

/* .faq-title {
  text-align: center;
  color: #09ace8;
  margin: 0;
  padding: 40px 30px;
  font-size: 2rem;
  font-weight: 400;
  border-bottom: 1px solid #09ace8;
} */

.accordion-container {
  max-width: 1024px;
  margin: 0 auto;
  font-size: 14px;
}

.accordion {
  margin-bottom: 0;
  overflow: hidden;
  transition: all 0.3s ease;
}

.accordion:not(:last-child) {
  border-bottom: none;
}

.accordion-header {
  padding: 20px 0;
  cursor: pointer;
  display: flex;
  justify-content: space-between;
  align-items: center;
  text-align: left;
  transition: background-color 0.2s ease;
  border-bottom: none;
}

.accordion-header:hover {
  background-color: #fafafa;
}

.accordion-header.active {
  background-color: white;
}

.accordion-question {
  font-weight: 400;
  font-size: 1.5rem;
  color: #333;
  flex: 1;
  margin-right: 20px;
  line-height: 1.5;
}

.accordion-icon {
  width: 30px;
  height: 30px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #666;
  font-size: 18px;
  font-weight: 300;
  transition: transform 0.3s ease;
  flex-shrink: 0;
}

.accordion-icon.rotate {
  transform: rotate(180deg);
}

.accordion-content {
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.4s ease-out, padding 0.4s ease-out;
  background: white;
  border-bottom: 1px solid #e1f5ff;
}

.accordion-content.active {
  max-height: 500px;
  padding: 0px 0px 20px 0px;
}

.accordion-answer {
  color: #0e50b0;
  line-height: 1.6;
  font-size: 14px;
  text-align: left;
}

.accordion-answer strong {
  color: #09ace8;
}

.accordion-answer ul {
  margin: 10px 0;
  padding-left: 0;
}

.accordion-answer ol {
  margin: 10px 0;
  padding-left: 20px;
  counter-reset: item;
}

.accordion-answer li {
  margin: 8px 0;
  list-style-position: outside;
  padding-left: 5px;
  line-height: 1.5;
}

.accordion-answer li::marker {
  font-weight: 500;
  color: inherit;
}

.price-highlight {
  background-color: #fff3cd;
  padding: 2px 6px;
  border-radius: 4px;
  color: #856404;
  text-decoration: line-through;
}

.price-cross {
  text-decoration: line-through;
}

.new-price {
  color: #09ace8;
  font-weight: bold;
}

@media (max-width: 768px) {
  .faq-container {
      padding: 0 10px;
  }

  .accordion-header {
      padding: 15px 0;
  }

  /* .accordion-question {
      font-size: 1rem;
  } */

  /* .accordion-content.active {
      padding: 15px;
  } */
}

@media (max-width: 768px) {
    table.package-sme td,
    table.package-sme th {
        padding: 5px 8px;
        font-size: 14px;
        white-space: normal;
        word-break: break-word;
        /* min-width: 80px; */
    }

    /* table.package-sme th:first-child,
    table.package-sme td:first-child {
        width: 30px !important;
    } */

    table.package-sme td:first-child,
    table.package-sme th:first-child {
        padding-left: 8px;
        /* min-width: 120px; */
    }

    .text-content {
        word-break: break-word;
        white-space: normal;
        line-height: 1.4;
    }
}

.cta-container {
  max-width: 1024px;
  margin: 0 auto;
}

.cta-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  grid-gap: 100px;
  padding: 20px;
  height: auto;
  width: 100%;
  margin: auto;
}

.cta-item {
  position: relative;
  display: flex;
  flex-direction: row;
}

.cta-item__img {
  width: 100%;
  height: 100%;
  max-width: 430px;
  object-fit: contain;
  display: flex;
}

.cta-item__img img {
  width: 100%;
  height: 100%;
  max-width: 100%;
  object-fit: contain;
}

.cta-item__content {
  position: absolute;
  z-index: 2;
  top: 10%;
  right: -8%;
  text-align: left;
  max-width: 300px;
  height: 100%;
}

.cta-item__content2 {
  position: absolute;
  z-index: 2;
  top: 10%;
  right: -10%;
  text-align: left;
  max-width: 300px;
  height: 100%;
}

.cta-item__content .cta-item__content-title, .cta-item__content2 .cta-item__content-title {
  font-size: 40px;
}

.cta-item__content-description .italic-primary {
  font-style: italic;
  color: #09ace8;
  font-weight: 400;
}

.cta-item__content .cta-item__content-button {
  margin-top: 50px;
}

.cta-item__content2 .cta-item__content-button {
  margin-top: 20px;
}

.cta-item__content-button .cta-button {
  background-color: #FFA41F;
  color: #fff;
  border: none;
  padding: 10px 20px;
  border-radius: 5px;
  cursor: pointer;
  text-transform: capitalize;
  margin-top: 30px;
}

@media (max-width: 1440px) and (min-width: 1025px) {
  .cta-grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    grid-gap: 30px;
    padding: 10px;
  }

  .cta-item__content, .cta-item__content2 {
    top: -10%;
    right: 0%;
  }

  .cta-item__img {
    max-width: 260px;
  }

  .cta-item__content .cta-item__content-title, .cta-item__content2 .cta-item__content-title {
    font-size: 24px;
  }

  .cta-item__content-button {
    margin-top: 0px;
  }
}

@media (max-width: 1024px) {
  .cta-grid {
    display: grid;
    grid-template-columns: repeat(1, 1fr);
    grid-gap: 40px;
    padding: 0px;
  }

  .cta-item {
    position: relative;
    display: flex;
    flex-direction: row;
    width: 100%;
    padding: 0px 20px;
  }

  .cta-item__img {
    width: 100%;
    height: 100%;
    max-width: 460px;
    justify-self: center;
  }

  .cta-item__content, .cta-item__content2 {
    top: 20%;
    right: 0;
    text-align: left;
    max-width: 45%;
    height: 100%;
  }

  .cta-item__content .cta-item__content-title, .cta-item__content2 .cta-item__content-title {
    font-size: 30px;
  }

  .cta-item__content-description .italic-primary {
    font-size: 14px;
  }
}

@media (max-width: 768px) and (min-width: 360px) {
  .cta-grid {
    display: grid;
    grid-template-columns: repeat(1, 1fr);
    grid-gap: 50px;
    padding: 0px;
  }

  .cta-item {
    display: flex;
    flex-direction: column;
    gap: 20px;
    align-items: center;
    justify-content: center;
  }

  .cta-item__img {
    flex-direction: column;
    align-items: center;
    justify-content: center;
    max-width: 350px;
  }

  .cta-item__content, .cta-item__content2 {
    position: relative;
    top: 0;
    right: 0;
    text-align: center;
    max-width: 100%;
    height: 100%;
  }
  .cta-item__content .cta-item__content-title, .cta-item__content2 .cta-item__content-title {
    font-size: 16px;
  }

  .cta-item__content .cta-item__content-button, .cta-item__content2 .cta-item__content-button {
    margin-top: 0px;
  }
}


/* mobile version for image */
/* @media (max-width: 1440px) and (min-width: 1240px) {
  .cta-item__img {
    width: 100%;
    height: 100%;
    max-width: 50%;
    object-fit: contain;
  }
} */