/* Pricing tabs styles */

.gpc-pricing-tabs-section {
  position: relative;
}

.gpc-pricing-tabs-section .tabs {
  position: relative;
  width: 100%;
  height: 100%;
  padding: 0;
}

.gpc-pricing-tabs-section .tabs__nav {
  position: relative;
  width: fit-content;
  margin-right: auto;
  margin-left: auto;
}

.gpc-pricing-tabs-section .tabs__nav-decoration {
  position: absolute;
  z-index: 1;
  top: 0;
  left: 0;
  height: 100%;
  border-radius: 3px;
  transition: width 0.2s linear 0s, -webkit-transform 0.2s ease-out 0s;
  transition: width 0.2s linear 0s, transform 0.2s ease-out 0s;
  transition: width 0.2s linear 0s, transform 0.2s ease-out 0s,
    -webkit-transform 0.2s ease-out 0s;
}

.gpc-pricing-tabs-section .tabs__nav-item.js-active {
  background: var(--neutral-5);
  color: var(--color-white);
  transition: all 0.2s linear 0.05s;
}

.gpc-pricing-tabs-section .tabs__nav-list {
  position: relative;
  z-index: 5;
  display: flex;
  height: 50px;
  justify-content: center;
  padding: 6px;
  border-radius: 100px;
  margin: 0;
  background-color: var(--neutral-2);
  font-size: 16px;
  font-weight: 400;
  line-height: 5px;
  list-style-type: none;
}

.gpc-pricing-tabs-section .tabs__nav-item {
  padding: 15px;
  border-radius: 100px;
  color: var(--neutral-5);
  cursor: pointer;
  transition: all 0.2s linear 0s;
}

@media (max-width: 767px) {
  .gpc-pricing-tabs-section .tabs__nav-item {
    padding: 15px 12px;
  }
}

.gpc-pricing-tabs-section .tabs__panels {
  margin-top: 25px;
}

.gpc-pricing-tabs-section .tabs__panel {
  position: absolute;
  top: 0;
  left: 0;
  display: none;
  width: 100%;
  transform: scale(0.8);
  transition: none;
}

.gpc-pricing-tabs-section .tabs__panel.js-active {
  position: relative;
  display: block;
  transform: scale(1);
  transition: all 0.25s linear 0s;
}

.gpc-pricing-tabs-section .tabs__panels-business {
  padding-top: 10px;
}

@media (min-width: 992px) {
  .gpc-pricing-tabs-section .tabs__panels-business {
    padding-top: 36px;
  }
}

.gpc-pricing-tabs-section .tabs__panel-content {
  width: 100%;
}

/* End Pricing tabs styles */

/* Pricing table Container */

.gpc-pricing-table-container {
  width: 100%;
  height: auto;
  background: linear-gradient(
    to bottom,
    var(--color-white) 0,
    var(--color-white) 230px,
    var(--color-secundary) 230px,
    var(--color-secundary) 100%
  );
}

.gpc-pricing-table-content {
  width: 100%;
  max-width: var(--max-content-width);
  padding: 0 var(--content-padding) var(--content-padding)
    var(--content-padding);
  margin: auto;
}

/* Pricing table style */

.gpc-pricing-table-item {
  /* Overide slick initialized slick slide */
  display: flex !important;
  width: 100%;
  flex-direction: column;
  justify-content: space-between;
  background-color: var(--color-white);
}

.gpc-pricing-table-inner {
  display: flex;
  flex: 1;
  flex-direction: column;
  justify-content: space-between;
  padding: 30px;
}

.gpc-pricing-table-header {
  position: relative;
  z-index: 1;
  padding-top: 50px;
  padding-bottom: 60px;
  color: var(--color-white);
  text-align: center;
}

.gpc-pricing-table-header::after,
.gpc-pricing-table-header::before {
  position: absolute;
  z-index: -1;
  background: var(--neutral-5);
  clip-path: ellipse(70% 60% at 50% 35%);
  content: '';
  inset: 0;
}

.gpc-pricing-plan-title {
  font-size: 16px;
  font-weight: 700;
  letter-spacing: 1.5px;
  line-height: 20px;
  text-transform: uppercase;
}

.gpc-pricing-plan-price {
  position: relative;
  margin-bottom: 0;
}

.gpc-pricing-plan-price .gpc-sp-subscription-ammount {
  color: var(--color-white);
  font-size: 38px;
  font-weight: 600;
  line-height: 64px;
}

.gpc-pricing-plan-price .gpc-sp_subscription-price-period {
  top: 0;
  color: var(--color-white);
  font-size: 18px;
}

.gpc-pricing-plan-feauture {
  margin-top: 15px;
  color: var(--neutral-2);
}

.gpc-pricing-table-item ul {
  margin: 0;
  list-style: none;
}

ul.gpc-pricing-table-details li {
  position: relative;
  padding-left: 15px;
}

.gpc-company-fee .gpc-company-fee-desc ul li::before,
ul.gpc-pricing-table-details li::before {
  position: absolute;
  top: 10px;
  left: 0;
  width: 8px;
  height: 8px;
  background: url('/wp-content/themes/trustbiz/assets/images/bullet-points.svg');
  background-position: center;
  background-position-x: 0%;
  background-position-y: 0%;
  background-repeat: repeat;
  background-repeat: no-repeat;
  background-size: auto;
  background-size: 100%;
  content: '';
}

ul.gpc-pricing-table-buttons {
  padding-top: 51px;
}

ul.gpc-pricing-table-buttons li:first-child {
  padding-bottom: 18px;
}

ul.gpc-pricing-table-buttons li {
  text-align: center;
}

ul.gpc-pricing-table-buttons .gpc-button {
  display: block;
  padding: 11px 15px;
}

ul.gpc-pricing-table-buttons .btn-underline {
  font-size: 13px;
}

/* End pricing table */

.gpc-pricing-table-controls {
  display: flex;
  align-items: center;
  justify-content: space-around;
}

.gpc-pricing-table-controls > div {
  flex: 1;
}

.gpc-pricing-table-content .gpc-slick-dots .slick-dots {
  position: relative;
  bottom: 0;
  text-align: left;
}

.gpc-pricing-table-content .gpc-see-all-button {
  text-align: right;
}

.gpc-pricing-table-content .slick-dots li button::before {
  color: var(--color-primary);
  font-size: 15px;
  opacity: 1;
}

.gpc-pricing-table-content .slick-dots li.slick-active button:hover::before,
.gpc-pricing-table-content .slick-dots li.slick-active button:focus::before,
.gpc-pricing-table-content .slick-dots li.slick-active button::before {
  color: var(--color-white);
  opacity: 1;
}

@media (min-width: 1081px) {
  .gpc-pricing-table-controls {
    display: none;
  }
}

.gpc-pricing-table-content .slick-slide {
  margin: 0 15px;
}

.gpc-pricing-table-content .slick-list {
  margin: 0 -15px;
}

/* Company Incorporation warning */
.gpc-company-fee {
  display: flex;
  width: 100%;
  max-width: var(--max-content-width);
  align-items: center;
  padding: 70px var(--content-padding) 0 var(--content-padding);
  margin-right: auto;
  margin-bottom: 15px;
  margin-left: auto;
}

.gpc-company-fee .gpc-company-fee-price {
  width: 23.3%;
  padding: 20px 25px;
  background: var(--neutral-2);
  color: var(--neutral-5);
  text-align: center;
}

.gpc-company-fee .gpc-company-fee-price h5,
.gpc-company-fee .gpc-company-fee-price h4 {
  margin-bottom: 0;
}

.gpc-company-fee .gpc-company-fee-desc {
  flex: 1;
  padding: 20px 45px;
  background: var(--color-white);
  color: var(--neutral-3);
  text-align: left;
}

.gpc-company-fee .gpc-company-fee-desc p {
  margin-bottom: 10px;
}

.gpc-company-fee .gpc-company-fee-desc ul {
  display: flex;
  justify-content: space-between;
  margin: 0;
  list-style: none;
}

.gpc-company-fee .gpc-company-fee-desc ul li:first-child {
  margin-left: 0;
}

.gpc-company-fee .gpc-company-fee-desc ul li {
  position: relative;
  padding-left: 15px;
  color: var(--neutral-5);
}

.gpc-pricing-table-slideshow .slick-track,
.gpc-pricing-table-slideshow .slick-list {
  display: flex !important;
}

/* Tablet */
@media (min-width: 768px) and (max-width: 1080px) {
  .gpc-company-fee .gpc-company-fee-price {
    width: 30%;
  }

  .gpc-company-fee .gpc-company-fee-price,
  .gpc-company-fee .gpc-company-fee-desc {
    padding: 20px;
  }

  .gpc-pricing-table-content .slick-list {
    padding: 0 18% 0 0 !important;
  }

  .gpc-pricing-table-controls {
    padding-right: var(--content-padding);
  }
}

/* mobile */

@media (max-width: 767px) {
  .gpc-pricing-table-content {
    padding: 0 10px 40px;
  }

  .gpc-company-fee {
    flex-wrap: wrap;
  }

  .gpc-company-fee .gpc-company-fee-desc ul {
    display: block;
  }

  .gpc-company-fee .gpc-company-fee-price,
  .gpc-company-fee .gpc-company-fee-desc {
    padding: 20px;
  }

  .gpc-company-fee .gpc-company-fee-price {
    width: 100%;
  }

  .gpc-pricing-table-content .slick-slide {
    margin: 0 10px;
  }

  .gpc-pricing-table-content .slick-list {
    max-width: 100vw;
    padding: 0 18% 0 0 !important;
    margin: 0 -10px;
  }
}

.pricing-plans__section {
  padding-top: 60px;
  padding-bottom: 0;
}

@media (min-width: 992px) {
  .pricing-plans__section {
    padding-top: 130px;
    padding-bottom: 8px;
  }
}

.page-pricing .tabs__panels {
  margin-top: 0;
}

.page-pricing .tabs__nav {
  margin-bottom: 26px;
}

@media (min-width: 992px) {
  .page-pricing .tabs__nav {
    position: absolute;
    left: calc(50% - 340px);
    margin-bottom: 0;
  }

  .page-pricing .tabs__panels .tabs__nav {
    right: calc(50% - 320px);
    left: unset;
  }

  .page-pricing .gpc-company-fee {
    padding-top: 120px;
  }
}

.gpc-calendly-section {
  padding-top: 29px;
  text-align: center;
}

.gpc-calendly-section__title {
  padding-bottom: 14px;
  color: var(--color-white);
  font-family: 'Open Sans', sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 600;
  line-height: 28px;
}

.gpc-calendly-section__button .gpc-calendly {
  display: inline-block;
  background: var(--color-secundary);
  color: var(--color-white);
}

.gpc-calendly-section__button .gpc-calendly:hover {
  background: var(--neutral-4);
  color: var(--color-white);
}
