*,
*::before,
*::after {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  font-family: "Noto Sans", sans-serif;
  line-height: 1.6;
  margin: 0px;
}

h1,
h2,
h3,
p,
ul body,
html {
  margin: 0;
}

ul {
  padding: 0;
  list-style-type: none;
}

img {
  max-width: 100%;
  /* height: auto; */
  display: block;
}

img.inline {
  display: inline;
}

.primary-container {
  width: 85%;
  margin: 0 auto;
  max-width: 65rem;
}

.primary-container.full-width {
  /* margin: 0; */
  max-width: none;
  width: 100%;
}

a.btn {
  display: inline-block;
  text-decoration: none;
}

a.btn.hover {
  transition: transform 250ms ease-in-out;
  /* padding:0px 0.5rem !important; */
}

a.btn.hover:hover,
a.btn:focus {
  transform: scale(1.1);
  border:none;
  border-bottom: 2px solid #333;
  border-radius: 0px;
}

.page-header {
  padding: 1rem 0;
  background-color: var(--white, white);
  box-shadow: 0px 1px 20px rgba(0, 0, 0, 0.05);
  position: sticky;
  top: 0;
}

.page-header .primary-container {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
}

.page-header .company-title {
  color: var(--company-title-color, #0247ad);
  font-weight: 600;
  font-size: 1.25rem;
}

.page-header .logo-container {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
}

.page-header .logo-container > * + * {
  margin-left: var(--hor-spacer, 1rem);
}

.page-header .logo-container .logo {
  max-width: 2.5rem;
  max-height: 2.5rem;
}
.menu-btn {
  position: absolute;
  top: 0.75rem;
  right: 1rem;
  display: none;
  flex-direction: column;
  margin: 0.7rem;
  justify-content: space-between;
  width: 30px;
  height: 21px;
}
nav {
  display: flex;
}
.menu-btn .bar {
  height: 3px;
  width: 100%;
  background-color: #0247ad;
  border-radius: 8px;
}



.btn.nav {
  /* color: var(--med-dark-gray, #737373); */
  transition: border-bottom 150ms ease-in-out;
}

/* .btn.nav:hover,
.btn.nav:focus {
  border-bottom: 3px solid #4042e2;
} */

.btn.cta {
  padding: 1rem 1rem;
  background: linear-gradient(
    90deg,
    #0247ad 15.14%,
    #3f7cd7 120.11%,
    #3775d1 129.93%
  );
  box-shadow: 0px 2px 20px rgba(64, 66, 226, 0.2);
  font-weight: 600;
  /* color: var(--white, white); */
  /* border-radius: 0.2rem; */
}

main section {
  /* padding: 7rem 0 3rem; */
}

.overview {
  background: var(--light-gray, #f9f9f9);
  display: flex;
  height: 70vh;
}

.overview .primary-container {
  display: flex;
  /* flex-direction: row; */
  align-items: center;
  justify-content: space-between;
}

.overview .section-title {
  font-weight: 700;
  font-size: 2.5rem; /*Unsupported browsers*/
  font-size: clamp(2.25rem, 5vw + 1rem, 2.5rem);
  line-height: 1.8;
}

.section-title .highlighted-word {
  color: var(--dark-blue, #0247ad);
}

.overview .section-content {
  line-height: 1.65;
  color: var(--light-grey, #5c5c5c);
}

.overview .primary-container .text-container > * + * {
  margin: var(--ver-spacer, 1.5rem) 0;
}

footer.page-footer {
  background: var(--light-gray, #f9f9f9);
}

footer .footer-wrapper {
  background: var(--dark-blue, #0247ad);
  /* border-top-left-radius: 25% 15%;
    border-top-right-radius: 25% 15%; */
}

footer .primary-container {
  /* background: var(--dark-blue, #0247AD); */
  color: var(--white, white);
  /* margin: 0; */
  padding-top: 8vh;
  padding-bottom: 2vh;
}

.footer-info {
  display: flex;
  justify-content: space-around;
}

.footer-info .footer-info-parent {
  flex: 0.7;
  display: flex;
  align-items: baseline;
}

.footer-info .social-media {
  flex: 0.3;
  display: flex;
  align-items: center;
  justify-content: space-around;
}

.footer-info-parent > * {
  flex: 1;
}

.footer-info-parent .footer-section-title {
  font-weight: 600;
  font-size: 0.75rem;
}

.footer-info-parent .footer-section-content {
  font-weight: 300;
  font-size: 0.75rem;
}

.footer-info-parent .links-list a {
  display: inline-block;
  text-decoration: none;
  color: var(--white, white);
}

.footer-section-content.product-desc-content {
  max-width: 65%;
}

.footer-info-parent .links-list,
.footer-info-parent .contact-info-list {
  overflow: auto;
  line-height: 2;
}

.contact-info-list li {
  display: flex;
  align-items: center;
}

.contact-info-list li > * {
  margin: 0 5px;
}

.copyrights-section {
  margin-top: 0.25rem;
}

.copyrights-section .copyright-indicator {
  text-align: left;
  font-size: 0.7rem;
  margin-top: 48px;
}

.section-title.primary {
  text-align: center;
  padding: 9vh 0px;
}

.section-footer {
  text-align: center;
  margin: 8vh 0px;
}

.features-container {
  display: flex;
  flex-direction: row;
  align-items: baseline;
  flex-wrap: wrap;
  justify-content: space-evenly;
  margin-bottom: 1rem;
}

.features-container .feature-card {
  display: flex;
  flex-direction: column;
  justify-content: center;
  flex-basis: 33%;
  padding: 2.5rem 0px;
  max-width: 30%;
  /* align-items: baseline; */
}

.feature-card .feature-title {
  font-weight: 600;
  font-size: clamp(0.5rem, calc(5vw + 0.25rem), 1rem);
}

.feature-card .feature-img {
  max-width: 7rem;
  max-height: 5rem;
  margin: 0 auto;
}

.feature-card .feature-title {
  font-weight: 600;
  font-size: 0.8rem;
  color: var(--feature-black, #041424);
  text-align: center;
  margin: 1.3rem 0;
}

.feature-card .feature-desc {
  font-weight: 100;
  font-size: 0.75rem;
  text-align: justify;
  line-height: 2;
  color: var(--black1, #041424);
  /* max-width: 60%; */
  margin: 0 auto;
}

.pricing {
  /* background: var(--light-gray, #f9f9f9); */
  padding-bottom: 8vh;
}

.pricing .section-content {
  display: flex;
  justify-content: space-evenly;
}

.pricing .pricing-card {
  background: #f7f8f9;
  box-shadow: 0px 2px 10px rgba(0, 0, 0, 0.1);
  /* border-radius: 10px; */
  padding: 3rem 0px;
}

.pricing-card.pricing-standard {
  border: 2px solid #fe7062;
}
.pricing-card.pricing-standard {
  padding: 0rem 0rem 1.75rem;
}
.standard-title {
  background: #fe7062;
  display: flex;
  max-width: 34.2rem;
  font-size: 0.8rem;
  padding:0.5rem 0px;
  justify-content: center;
}
.pricing-container {
  padding: 1rem 2.5rem;
  margin: 0 auto;
}
.pricing-card.pricing-standard .btn.cta.hover.subscribe-btn {
  background: #fe7062;
  margin-top: 2rem;
}
.btn.cta.hover.subscribe-btn {
  display: flex;
  justify-content: center;
}

.pricing-card .pricing-scheme {
  font-weight: 550;
  font-size: 1.15rem;
  /* line-height: 21px; */
}

.pricing-card .price-info .price-amt {
  font-weight: 500;
  font-size: 2.5rem;
  /* line-height: 65px; */
  /* identical to box height, or 162% */
  letter-spacing: 0.01em;
  color: var(--black1, #041424);
}

.pricing-card .price-info .service-period {
  font-weight: 400;
  font-size: 0.95rem;
  line-height: 15px;
  /* identical to box height, or 107% */
  letter-spacing: 0.01em;
  color: var(--grey1, #5c5c5c);
}

.pricing-card .price-info-additional > * + * {
  margin-left: 0.8rem;
}

.pricing-card .price-info-additional .original-price {
  font-weight: 350;
  font-size: 0.8rem;
  text-decoration-line: line-through;
  color: #5c5c5c;
}

.pricing-card .price-info-additional .discount-info {
  font-weight: 400;
  font-size: 0.8rem;
  color: #5ca44c;
}

.pricing-card .price-info-additional .tag {
  background: #e0e0e0;
  border-radius: 2px;
  padding: 0.15rem 0.25rem;
  font-size: 0.55rem;
  color: #5c5c5c;
}

.pricing-card .corresponding-features {
  padding: 1rem 0.75rem;
}

.pricing-card .corresponding-features ::marker {
  content: "\2713\0020";
  font-size: 1rem;
  color: #fe7062;
  font-weight: 650;
}

.pricing-card .corresponding-features li {
  font-weight: 300;
  font-size: 1rem;
  line-height: 2.5;
  padding-left: 0.5rem;
}

.pricing-card .subscribe-btn {
  font-size: .8rem;
  padding: 0.5rem 1rem;
  margin-top: 0.5rem;
}

.basic-plus {
  font-size: 1rem;
  font-weight: 750;
}

.stats {
  padding: 0;
  background: linear-gradient(
    90deg,
    #0a449b 37.08%,
    rgba(0, 103, 255, 0) 240.97%
  );
}

.stats .section-content {
  display: flex;
  align-items: baseline;
  flex-wrap: wrap;
  justify-content: space-between;
  padding: 5rem 0;
}

.stats .stat-container {
  text-align: center;
  display: flex;
  padding: 1rem;
  flex-direction: column-reverse;
}

.stat-container .stat-title {
  text-transform: uppercase;
  color: #fff;
  font-weight: 500;
  font-size: 0.7rem;
}

.stat-container .stat-content {
  color: #fe7062;
  font-weight: 650;
  font-size: 2rem;
}

.review .section-content {
  display: flex;
  justify-content: space-evenly;
  align-items: baseline;
  padding-bottom: 10vh;
}

.review .review-card {
  padding: 1.5rem 1.75rem;
  background: #ffffff;
  box-shadow: 0px 2px 40px rgba(0, 0, 0, 0.1);
  border-radius: 10px;
  max-width: 40%;
}

.review-card .review-title {
  font-weight: 550;
  font-size: 0.75rem;
  line-height: 3;
  /* identical to box height, or 214% */
  color: #041424;
}

.review-card .review-content {
  /* font-weight: 300; */
  font-size: 0.75rem;
  color: #041424;
  line-height: 1.8;
}

.review-card .reviewer-details {
  margin-top: 1.5rem;
}

.reviewer-details .reviewer-name {
  font-size: 0.75rem;
  color: #fe7062;
}

.reviewer-details .reviewer-position {
  font-weight: 400;
  font-size: 0.65rem;
  color: #5c5c5c;
}
.customer-review {
  background: var(--light-gray, #f9f9f9);
  display: flex;
}
.customer-review .primary-container {
  display: flex;
  align-items: center;
  margin: 3rem auto;
}
.customer-review .text-container {
  padding-right: 4rem;
}

.customer-review .section-title {
  font-size: 2rem;
  padding: 2rem 0rem;
  font-weight: 700;
}
.customer-review .section-content {
  margin-bottom: 2rem;
}
.FAQ .section-title.primary {
  font-size: 2rem;
  font-weight: 500;
}
.FAQ .section-content {
  display: flex;
  align-items: center;
  justify-content: space-evenly;
}
.FAQ .img-container {
  padding-bottom: 2rem;
}
.FAQ .form-select {
  width: 40rem;
  border: none;
  border-radius: 0;
}
.form-select:focus {
  border: none;
  box-shadow: none;
}

/* media queries  */
@media (max-width: 655px) {
  .menu-btn {
    display: flex;
  }
  #homeSection .primary-container {
    margin: 2rem auto;
    flex-direction: column-reverse;
  }
  .section-title {
    text-align: center;
  }
  nav {
    display: none;
    text-align: center;
    flex-direction: column;
  }
  nav.active {
    padding-top: 2rem;
    display: flex;
    /* height:100vh; */
  }
  .btn.nav{
    padding:1rem;
  }

  .page-header .primary-container {
    flex-direction: column;
    align-items: center;
    justify-content: center;
  }
  .page-header .logo-container {
    width: 38%;
    margin-right: 15rem;
  }
  .text-container a.btn.cta.hover {
    width: 30%;
    display: flex;
    margin: 0 auto;
  }

  .features-container {
    flex-direction: column;
    align-items: center;
  }
  .features-container .feature-card {
    flex-direction: column;
    max-width: 84%;
  }
  .review .section-content {
    flex-direction: column;
    align-items: center;
  }
  .section-content .review-card {
    max-width: 70%;
    margin: 1rem 0rem;
  }
  .section-title.primary {
    padding: 3vh 0rem;
  }
  .pricing .section-content {
    flex-direction: column;
  }
  .pricing .pricing-card {
    margin: 2rem 0rem;
    padding: 2rem 0px;
  }
  .pricing-card .pricing-scheme {
    text-align: center;
  }
  .customer-review .text-container {
    padding: 0px;
  }
  .FAQ .form-select {
    width: 100%;
  }
  .footer-info {
    display: block;
  }
  .footer-info .footer-info-parent {
    flex-direction: column;
    text-align: center;
    align-items: center;
  }
  .contact-info-list li {
    justify-content: center;
    margin: 0.1rem auto;
  }
  .social-media {
    margin-top: 3rem;
    justify-content: space-evenly;
    display: flex;
    justify-content: center;
  }
  .footer-info .footer-info-parent {
    width: 90%;
    margin: 0 auto;
  }
  .overview {
    height: 100%;
  }
}
@media (max-width: 800px) {
  .page-header a.btn.hover {
    padding-right: 0px;
  }
  .FAQ .section-content {
    flex-direction: column;
  }
  /* .faq-container {
    margin-bottom: 2rem;
  } */
  .footer-section-content.product-desc-content {
    max-width: 100%;
  }
  .customer-review .primary-container {
    flex-direction: column;
  }
  .footer-info .footer-info-parent {
    margin-right: 2rem;
    width: 100%;
    gap: 1.8rem;
  }
}
@media (max-width: 785px) and (min-width: 735px) {
  .page-header .primary-container {
    width: 96%;
  }
  #homeSection .primary-container {
    width: 90%;
  }
}
@media (max-width: 735px) and (min-width: 650px) {
  .page-header .primary-container {
    width: 99%;
  }
  #homeSection .primary-container {
    width: 97%;
  }
}
@media (max-width: 1100px) and (min-width: 950px) {
  .FAQ .form-select {
    width: 34rem;
  }
}
@media (max-width: 950px) and (min-width: 800px) {
  .FAQ .form-select {
    width: 20rem;
  }
}
@media (max-width: 560px) and (min-width: 400px) {
  .text-container a.btn.cta.hover {
    width: 42%;
  }
}
@media (max-width: 400px) and (min-width: 250px) {
  .text-container a.btn.cta.hover {
    width: 55%;
  }
  .stats .section-content {
    padding: 5rem 0rem;
  }
}
@media (max-width: 380px) {
  .page-header .logo-container {
    margin-right: 10rem;
  }
  .stats .primary-container {
    /* width: 100%; */
  }
  .footer-info .footer-info-parent {
    gap: 0.8rem;
    flex-wrap: wrap;
    margin: 0;
  }
}
@media (max-width: 550px) {
  .stats .section-content {
    padding: 5rem 3rem;
  }
  .item-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    column-gap: 0.2em;
    font-size: 1em !important;
  }
}





@import url("https://fonts.googleapis.com/css2?family=Poppins:wght@400;500;600&display=swap");


.accordion-content {
  max-width: 770px;
  margin: 0 auto;
  padding: 2rem;
  background: #fff;
  /* box-shadow: 0px 4px 16px rgba(0, 0, 0, 0.09); */
  border-radius: 8px;
}
.accordion-item {
  display: flex;
  flex-direction: column;
  padding: 0 1rem;
  border-radius: 5px;
  /* border: 1px solid #ddd; */
  /* box-shadow: 0px 4px 16px rgba(0, 0, 0, 0.09); */
  cursor: pointer;
  background: #fff;
  margin-bottom: 0.5em;
}
.item-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  column-gap: 0.2em;
  font-size: 1.2em;
}

.item-icon {
  margin: 0.5rem;
  flex: 0 0 25px;
  display: grid;
  place-items: center;
  font-size: 1.25rem;
  height: 25px;
  width: 25px;
  border-radius: 4px;
  background: #dedede;
  cursor: pointer;
  box-shadow: 0px 4px 16px rgba(0, 0, 0, 0.09);
}
.item-icon i {
  transition: all 0.25s cubic-bezier(0.5, 0, 0.1, 1);
}
.item-question {
  font-size: 1em;
  line-height: 1;
  font-weight: 500;
}

.active .item-icon i {
  transform: rotate(180deg);
}

.active .item-question {
  font-weight: 500;
}

.item-content {
  max-height: 0;
  overflow: hidden;
  transition: all 300ms ease;
}

.item-answer {
  line-height: 150%;
  opacity: 0.8;
  text-align: justify;
}
