* {
  box-sizing: border-box;
}

.title-wrapper {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  margin: 60px 0;
}

h1.section-1-pricing__title {
  margin: 0;
  font-weight: 500;
  font-size: 60px;
  letter-spacing: -1px;
  color: #0A0807;
}

p.section-1-pricing__subtitle {
  font-size: 16px;
  margin: 16px 0 0;
  color: #000;
}

.switcher-wrapper {
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 0 40px;
  flex-direction: column;
  gap: 16px;
}

button.switcher-button {
  -webkit-appearance: none;
  -moz-appearance: none;
  -ms-appearance: none;
  appearance: none;
  padding: 0;
  margin: 0;
  border: 0;
  font-size: inherit;
  font-weight: inherit;
  color: inherit;
  text-align: inherit;
  line-height: inherit;
  letter-spacing: inherit;
  position: relative;
  background: #EEEDFE;
  border-radius: 60px;
  min-width: 180px;
  cursor: pointer;
}

span.switcher-handle {
  position: absolute;
  top: 5px;
  width: calc(50% - 5px);
  height: calc(100% - 11px);
  background: #564EF0;
  border-radius: 60px;
  right: 5px;
  transform: translate(0, 0);
  transition: all 0.3s ease;
}

button.switcher-button[aria-checked="false"] span.switcher-handle {
  transform: translate(-100%, 0);
}

span.switcher-text-wrapper {
  display: grid;
  grid-template-columns: 1fr 1fr;
  -webkit-align-items: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 60px;
  padding: 6px;
  gap: 6px;
  position: relative;
}

span.switcher-text {
  font-size: 14px;
  line-height: 1.25;
  font-weight: 500;
  letter-spacing: .5px;
  text-align: center;
  padding: 3px 6px 2px;
  text-wrap: wrap;
  width: 100%;
  padding-inline: 3px;
  display: block;
  color: #000;
  transition: color 0.3s ease;
}

button.switcher-button[aria-checked="false"] span.switcher-text.monthly {
  color: #fff;
}

button.switcher-button[aria-checked="false"] span.switcher-text.annual {
  color: #000;
}

button.switcher-button[aria-checked="true"] span.switcher-text.monthly {
  color: #000;
}

button.switcher-button[aria-checked="true"] span.switcher-text.annual {
  color: #fff;
}

.switcher-note {
  color: #564EF0;
  font-weight: 500;
  font-size: 14px;
  opacity: 1;
  transition: opacity 0.3s ease;
}

.container {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 20px;
}

.pricing-wrapper {
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 36px;
  display: grid;
}

.pricing-item {
  gap: 40px;
  padding: 0;
  border-radius: 0;
  border: none;
  border-inline-end: 1px solid rgba(0, 0, 0, 0.16);
  display: flex;
  flex-direction: column;
  margin-bottom: 80px;
}

.pricing-item.starter,
.pricing-item.pro,
.pricing-item.essential {
  padding-right: 36px;
}

.pricing-item.pro {
  border: none;
}

.pricing-item.starter .pricing-item__header {
  background: #F8FAFF;
  border: 1px solid #BAC7EE;
}

.pricing-item.essential .pricing-item__header {
  background: #F8FEF8;
  border: 1px solid #C4EFC4;
}
.pricing-item.pro .pricing-item__header {
  background: #FDF8FE;
  border: 1px solid #F0D3F6;
}


.pricing-item__header {
  border: 1px solid #fff;
  background: #F8FAFF;
  border-radius: 10px;
}

.pricing-item__title {
  padding: 20px;
}

.pricing-item__title h2 {
  margin: 0;
  font-weight: 400;
  color: #000;
}

.pricing-item__title {
  display: flex;
  justify-content: space-between;
  margin-bottom: 20px;
}

.pricing-item__price-wrapper {
  color: #697485;
  font-size: 14px;
  text-align: right;
}

.price-amount {
  color: #000;
  font-weight: 600;
  font-size: 18px;
}

.pricing-item__billed {
  font-size: 12px;
  margin-top: 4px;
}

.pricing-item__title {
  display: flex;
  justify-content: space-between;
  margin-bottom: 44px;
}

.pricing-item__conversations {
  padding: 0 20px;
  display: flex;
  justify-content: space-between;
  font-weight: 500;
}

.pricing-item__channels {
  display: flex;
  justify-content: space-between;
  padding: 12px 20px;
  border-top: 1px solid #00000014;
  margin-top: 12px;
  font-weight: 500;
}

.pricing-item__button {
  background: #2E2E2F;
  color: #fff;
  border-radius: 8px;
  display: flex;
  width: 100%;
  height: 48px;
  align-items: center;
  justify-content: center;
  font-weight: 500;
  margin-bottom: 12px;
}

.pricing-item__button:hover {
  background: #5e5b5b;
  cursor: pointer;
}

.pricing-item__button:active {
  background: #2E2E2F;
}

a.pricing-item__all-features {
  text-align: center;
  font-size: 14px;
  width: 100%;
  display: flex;
  justify-content: center;
  color: #000;
  font-weight: 400;
  text-decoration: underline;
  margin-top: 16px;
}

.pricing-item__list-wrapper {
  margin-top: 32px;
  font-size: 14px;
}

.pricing-item__list-title {
  margin-bottom: 20px;
}

.pricing-item__list-title b {
  font-weight: 600;
}

ul.pricing-item__list {
  padding-left: 28px;
  list-style: disc;
}

ul.pricing-item__list.custom-list-icons {
  list-style: none;
}

li.feature-item {
  margin-bottom: 10px;
  position: relative;
}

li.feature-item svg {
  position: absolute;
  width: 16px;
  left: -26px;
  top: 0;
}

/*.custom-list-icons li.feature-item:before {*/
/*  content: '';*/
/*  position: absolute;*/
/*  left: -32px;*/
/*  top: 14px;*/
/*  width: 2px;*/
/*  height: 2px;*/
/*  background: #000;*/
/*  border-radius: 50%;*/
/*}*/

.channels-wrapper {
  display: flex;
  gap: 24px;
}

.channels-icons {
  display: flex;
  gap: 8px;
}

.channels-icon {
  display: flex;
  flex: 0 0 16px;
}

.channels-icons svg {
  flex: 0 0 16px;
  cursor: pointer;
}

.channels-icons svg.fb-svg {
  fill: #1778F2;
}

.channels-icons svg.insta-svg {
  fill: #E4405F;
}

.channels-icons svg.whatsapp-svg {
  fill: #25D366;
}

.channels-icons svg.webchat-svg {
  fill: #0928FF;
}

.custom-plan-wrapper {
  background: #564EF0;
  color: #fff;
  text-align: center;
  padding: 60px;
  border-radius: 12px;
  margin-bottom: 80px;
}

.custom-plan-wrapper h2 {
  margin: 0 0 16px;
  font-weight: 500;
  font-size: 32px;
}

.custom-plan-text p {
  line-height: 1.45;
  margin: 20px 0;
}

a.custom-plan-button {
  color: #fff;
  font-size: 18px;
  margin-top: 32px;
  display: inline-block;
  position: relative;
}

a.custom-plan-button:after {
  content: '';
  position: absolute;
  width: 80%;
  height: 1px;
  background: #fff;
  left: 10%;
  bottom: -6px;
  transition: all 0.3s ease;
}

a.custom-plan-button:hover:after {
  width: 100%;
  left: 0;
}

.section-3-compare-plan {
  margin-bottom: 80px;
}

.section-3__title {
  text-align: center;
}

.section-3__title p {
  margin: 0;
  text-transform: uppercase;
  font-weight: 400;
}

.section-3__title h2 {
  font-weight: 400;
  font-size: 42px;
  margin: 4px 0 20px;
}

.compare-table {
  margin: 80px 0;
}

.compare-table-header {
  display: flex;
  justify-content: space-between;
  gap: 12px;
  border-bottom: 1px solid #000000;
  height: 50px;
  align-items: center;
  font-weight: 500;
  line-height: 1;
  font-size: 18px;
  background: #fff;
  position: sticky;
  top: 0;
  z-index: 3;
}

.main-cell {
  flex: 0 0 calc(100% - 576px);
}

.others-cell {
  flex: 0 0 180px;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 12px;
}

.compare-table-row,
.expandable-controller {
  line-height: 1;
  display: flex;
  min-height: 50px;
  align-items: center;
  position: relative;
  border-bottom: 1px solid #00000014;
  gap: 12px;
}

.expandable-controller {
  cursor: pointer;
  border-bottom: 1px solid #E2E2E2
}

.expandable-controller-name {
  font-weight: 500;
  font-size: 18px;
}

.expand-icon {
  position: absolute;
  right: 0;
  top: 15px;
  width: 18px;
  height: 18px;
  cursor: pointer;
}

.expand-icon .plus-minus {
  width: 18px;
  height: 18px;
}

.feature-group-title {
  display: flex;
  gap: 6px;
  padding: 18px 0;
  cursor: pointer;
  font-size: 15px;
}

.feature-group-title p {
  margin: 12px 6px 0;
  font-size: 13px;
  line-height: 1.3;
  display: none;
}

.feature-group-title.open p {
  display: block;
}

.feature-group-title svg {
  height: 12px;
  width: 12px;
  flex: 0 0 12px;
}

.feature-group-title.open svg {
  transform: rotate(90deg);
}

.others-cell svg {
  width: 18px;
}

.faq-wrapper {
  display: flex;
  gap: 0;
  margin-bottom: 80px;
}

.faq-title {
  flex: 0 0 450px;
  padding-right: 32px;
}

.faq-title h3 {
  margin: 0 0 20px 0;
  font-weight: 500;
  font-size: 50px;
}

.faq-title a {
  text-decoration: underline;
  font-size: 14px;
}

.faq-items {
  flex: 0 0 calc(100% - 450px);
}

.faq-item-wrapper {
  display: flex;
  gap: 20px;
  align-items: flex-start;
  border-bottom: 1px solid #000000;
}

.faq-item {
  flex: calc(100% - 100px);
}

.faq-item-icon {
  flex: 0 0 100px;
  text-align: end;
  padding: 24px 0;
  justify-content: end;
  display: flex;
}

.faq-item-icon svg {
  width: 28px;
  transform: rotate(0deg);
  transition: transform 0.3s ease;
}

.faq-item-icon .plus-minus {
  width: 20px;
  height: 20px;
  margin: 4px;
}

.faq-question {
  font-size: 24px;
  font-weight: 400;
  padding: 24px 0;
  cursor: pointer;
}

.faq-answer {
  font-size: 16px;
  line-height: 1.5;
  font-weight: 400;
  max-height: 0;
  overflow: hidden;
  opacity: 0;
  transition: all 0.3s ease;
}

.faq-item-wrapper.open .faq-answer {
  max-height: 800px;
  opacity: 1;
}

.faq-item-wrapper.open .faq-item-icon svg {
  transform: rotate(180deg);
}

.compare-table-row.hidden {
  display: none;
}

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


.plus-minus {
  position: relative;
  width: 14px;
  height: 14px;
  cursor: pointer;
}

.plus-minus.active:before {
  transform: translatey(-50%) rotate(-90deg);
  opacity: 0;
}

.plus-minus.active:after {
  transform: translatey(-50%) rotate(0);
}

.plus-minus:before, .plus-minus:after {
  content: "";
  display: block;
  background-color: #333;
  position: absolute;
  top: 50%;
  left: 0;
  transition: 0.35s;
  width: 100%;
  height: 2px;
}

.plus-minus:before {
  transform: translatey(-50%);
}

.plus-minus:after {
  transform: translatey(-50%) rotate(90deg);
}

.conversations-amount span {
  color: #697485;
  font-size: 14px;
  text-align: right;
  font-weight: 300;
}

.monthly-pp {
  display: none;
}

/* Large media screen */
@media (min-width: 2000px) {
  .container {
    max-width: 1400px;
  }
}



/* Mobile Styles */
@media (max-width: 768px) {

  .title-wrapper {
    padding: 0 20px;
  }

  .switcher-wrapper {
    padding: 0 20px;
  }

  p.section-1-pricing__subtitle {
    text-align: center;
  }

  h1.section-1-pricing__title {
    font-size: 50px;
    line-height: 1.1;
    text-align: center;
  }

  .pricing-wrapper {
    grid-template-columns: 1fr;
  }

  .pricing-item.starter, .pricing-item.pro, .pricing-item.essential {
    padding: 0;
    background: #fff;
    border: 1px solid rgba(0, 0, 0, 0.16);
    border-radius: 10px;
    margin-bottom: 0;
  }

  .pricing-item.starter .pricing-item__header,
  .pricing-item.essential .pricing-item__header,
  .pricing-item.pro .pricing-item__header {
    background: transparent;
    border: none;
  }

  .pricing-item__body {
    padding: 0 20px;
  }

  .pricing-item__list-wrapper.hidden {
    display: none;
  }

  .why-this-plan {
    display: flex;
    gap: 12px;
    align-items: center;
    justify-content: center;
    margin: 20px 0 28px;
    font-size: 14px;
    color: #000;
    font-weight: 400;
  }

  .why-this-plan svg {
    width: 20px;
    height: 20px;
  }

  .section-2-custom-plan {
    margin-top: 40px;
  }

  .pricing-item__list-wrapper {
    margin-bottom: 32px;
  }

  .custom-plan-wrapper {
    padding: 40px 20px 60px;
  }

  .custom-plan-wrapper h2 {
    line-height: 1.1;
    margin-bottom: 28px;
  }

  .section-3__title h2 {
    line-height: 1.1;
    font-size: 36px;
  }

  .compare-table {
    margin: 40px 0 40px;
  }

  .others-cell {
    flex: 0 0 33.33%;
    font-size: 14px;
    text-align: center;
  }

  .compare-table-header {
    gap: 0;
  }

  .main-cell {
    display: none;
  }

  .expandable-controller-name {
    font-size: 16px;
    font-weight: 600;
  }

  .expand-icon {
    top: 15px;
    width: 20px;
    height: 20px;
  }

  .compare-table-row .main-cell:first-child {
    display: block;
    font-size: 14px;
    flex: 0 0 100%;
  }

  .compare-table-row {
    -webkit-flex-wrap: wrap;
    gap: 0;
  }

  .compare-table-row .others-cell {
    padding: 12px 0;
  }

  .faq-wrapper {
    display: block;
  }

  .faq-item-wrapper {
    display: block;
    position: relative;
  }

  .faq-item-icon {
    position: absolute;
    right: 0;
    top: 0;
  }

  .faq-question {
    padding-right: 40px;
  }

  .faq-title h3 {
    font-size: 46px;
    margin-bottom: 12px;
  }



}


























