/***Authored by Deepak C***/
@charset "utf-8";
/* CSS Document */
/*banner*/
.peoplebox {
  font-family: o-regular;
}
.peoplebox .banner {
  background-image: url("../img/pob-banner-back.png");
  background-size: cover;
  background-repeat: no-repeat;
  margin-bottom: 80px;
  background-color: #f7f5fc;
  padding-bottom: 75px;
}
.peoplebox .banner img {
  margin-top: 165px;
}
.peoplebox .banner h1 {
  font-family: o-semibold;
  font-size: 72px;
  text-align: center;
  margin-bottom: 30px;
  margin-top: 20px;
}

.peoplebox .banner .second-header {
  font-family: o-semibold;
  font-size: 36px;
  color: #2b2b2b;
  text-align: center;
}
.peoplebox .banner .span1 {
  color: #5a4d9f;
}
.peoplebox .banner .span2 {
  color: #52bbd4;
}
.peoplebox .banner p.header-content {
  font-family: o-semibold;
  font-size: 22px;
  color: #2b2b2b;
}
.peoplebox .banner p {
  margin-bottom: 30px;
  font-size: 18px;
  width: 75%;
  margin-right: auto;
  margin-left: auto;
}
.peoplebox .banner .banner-content {
  text-align: center;
}
.peoplebox .banner .start-button {
  border-radius: 100px;
  background: linear-gradient(to right, #5a4d9f 50%, #ffc65a 50%);
  background-size: 200% 100%;
  background-position: right bottom;
  transition: 0.5s ease-out;
  padding: 15px 35px;
  font-family: l-bold;
  color: #2b2b2b;
  font-size: 16px;
  text-decoration: none;
  text-transform: uppercase;
  letter-spacing: 1px;
  /* margin-right: 40px; */
}
.peoplebox .banner .compare-button {
  background-color: #fff;
  color: #5a4d9f;
  border: 1px solid #5a4d9f;
  padding: 15px 25px;
  border-radius: 28px;
  text-decoration: none;
  font-family: o-semibold;
  font-size: 16px;
  text-transform: uppercase;
  background-size: 200% 100%;
}
.peoplebox .banner .start-button:hover {
  background-position: left bottom;
  color: #fff;
}
/*feature*/
.feature h2 {
  font-family: o-bold;
  font-size: 40px;
  text-align: center;
  margin-bottom: 50px;
}
.feature .feature-subtitle {
  width: 70%;
  color: #2b2b2b;
  font-size: 22px;
  text-align: center;
  margin: auto auto 48px;
}
.feature td img {
  float: left;
}
.feature td p {
  margin-left: 24px;
  margin-bottom: auto;
  color: #2b2b2b;
}
.feature .table-center {
  align-items: center;
  display: flex;
}
.feature .table .yellow {
  background-color: #fff4c6;
}
.feature .table .green {
  background-color: #ebffee;
}
.feature .table .red {
  background-color: #fee9e7;
}
.feature .table .blue {
  background: linear-gradient(
    to left,
    rgba(167, 181, 255, 0.25) 0%,
    rgba(243, 172, 255, 0.25) 100%
  );
  vertical-align: middle;
  font-family: o-semibold;
  font-size: 16px;
  white-space: nowrap;
  padding: 17px 40px;
}
.feature .table .b-align {
  vertical-align: middle;
  padding: 15px 20px;
}
.feature .table tbody tr {
  border-top: 5px solid #fff;
}
.feature .table tbody tr td:nth-child(2):not(:last-child),
.feature .table tbody tr:not(:last-child) {
  border-bottom: 5px solid #fff;
}
.feature .table tbody tr .left-rounded {
  border-bottom-left-radius: 25px;
}
.feature .table tbody tr .right-rounded {
  border-bottom-right-radius: 25px;
}
.feature .table tbody tr td:nth-child(2) {
  border: 5px solid #fff;
}
.feature .table-responsive {
  border-radius: 25px;
}
.feature tr th:first-child {
  background: linear-gradient(to left, #a7b5ff 0%, #f3acff 100%);
  color: #2b2b2b;
  border-bottom: 5px solid #fff;
}
.feature tr th:nth-child(2) {
  background-color: #5a4d9f;
  color: #fff;
  border: 5px solid #fff;
  border-top: 0;
}
.feature tr th:nth-child(3) {
  background-color: #52bbd4;
  color: #fff;
  border-bottom: 5px solid #fff;
}
.feature tr th {
  text-align: center;
  font-size: 18px;
  font-family: o-semibold;
  font-weight: 100;
}
.feature .bottom-image img {
  width: 180px;
  transform: scaleX(-1);
  position: absolute;
  top: 0;
}
.feature .bottom-image {
  position: relative;
  margin-bottom: 80px;
}
/* .feature {
  background-image: url("../img/pob-test-back.png");
  background-size: cover;
} */
.feature .tabel-public {
  text-align: right;
  font-size: 16px;
  margin: 48px 0 40px 0;
}
/* tool-comparison */
.tool-comparison {
  padding: 80px 0;
}
.tool-comparison h3 {
  font-family: o-bold;
  text-align: center;
  font-size: 40px;
  margin-bottom: 24px;
}
.tool-comparison .tool-comparison-subtitle {
  color: #2b2b2b;
  font-size: 22px;
  text-align: center;
  margin: auto auto 48px;
}
.tool-comparison .man-thinking {
  display: flex;
  justify-content: center;
  height: 80%;
  margin-top: auto;
}

.tool-comparison .comparison-card {
  padding: 24px;
  border-radius: 35px;
}
.tool-comparison .comparison-card ul li {
  font-size: 18px;
}
.tool-comparison .comparison-card.synergita {
  color: #ffffff;
  background-image: url("../img/tool-comparison-bg.svg");
  background-size: cover;
  background-color: #5a4d9f;
}
.tool-comparison .comparison-card.perdoo {
  color: #ffffff;
  background-image: url("../img/tool-comparison-bg.svg");
  background-size: cover;
  background-color: #52bbd4;
}
/* price-comparison */
.price-comparison {
  padding: 80px 0;
}
.price-comparison img.top-img {
  margin: auto auto 48px;
}
.price-comparison h3 {
  font-family: o-bold;
  text-align: center;
  font-size: 40px;
  margin-bottom: 24px;
}
.price-comparison .price-comparison-subtitle {
  width: 76%;
  color: #2b2b2b;
  font-size: 22px;
  text-align: center;
  margin: auto auto 48px;
}

.price-comparison td img {
  float: left;
}
.price-comparison td p {
  margin-left: 24px;
  margin-bottom: auto;
  color: #2b2b2b;
  font-size: 18px;
}
.price-comparison .table-center {
  align-items: center;
  display: flex;
}
.price-comparison .table .yellow {
  background-color: rgba(82, 187, 212, 0.15);
}
.price-comparison .table .green {
  background-color: #ebffee;
}
.price-comparison .table .violet {
  background-color: rgba(90, 77, 159, 0.15);
}
.price-comparison .table .blue {
  background: linear-gradient(
    to left,
    rgba(167, 181, 255, 0.25) 0%,
    rgba(243, 172, 255, 0.25) 100%
  );
  vertical-align: middle;
  font-family: o-semibold;
  font-size: 16px;
  white-space: nowrap;
  padding: 17px 40px;
}
.price-comparison .table .b-align {
  vertical-align: middle;
  padding: 15px 20px;
}

.price-comparison .table tbody tr {
  border-top: 5px solid #fff;
}
.price-comparison .table tbody tr td:nth-child(2):not(:last-child),
.price-comparison .table tbody tr:not(:last-child) {
  border-bottom: 5px solid #fff;
}
.price-comparison .table tbody tr .left-rounded {
  border-bottom-left-radius: 25px;
}
.price-comparison .table tbody tr .right-rounded {
  border-bottom-right-radius: 25px;
}
.price-comparison .table tbody tr td:nth-child(2) {
  border: 5px solid #fff;
}
.price-comparison .table-responsive {
  border-radius: 25px;
}
.price-comparison tr th:first-child {
  background: linear-gradient(to left, #a7b5ff 0%, #f3acff 100%);
  color: #2b2b2b;
  border-bottom: 5px solid #fff;
}
.price-comparison tr th:nth-child(2) {
  background-color: #5a4d9f;
  color: #fff;
  border: 5px solid #fff;
  border-top: 0;
}
.price-comparison tr th:nth-child(3) {
  background-color: #52bbd4;
  color: #fff;
  border-bottom: 5px solid #fff;
}
.price-comparison tr th {
  text-align: center;
  font-size: 18px;
  font-family: o-semibold;
  font-weight: 100;
}
/*why choose aspire*/
.why-synergita {
  padding: 80px 0;
  /* padding-bottom: 90px; */
  background-color: #f7f5fc;
  /* background-image: url("../img/why-synergita.svg");
  background-size: cover; */
}
.why-synergita.advantage h3 {
  margin-bottom: 80px;
}
.why-synergita h3 {
  font-family: o-bold;
  text-align: center;
  font-size: 40px;
  margin-bottom: 24px;
}
.why-synergita .why-synergita-subtitle {
  color: #2b2b2b;
  font-size: 22px;
  text-align: center;
  margin: auto auto 48px;
}
.why-synergita .why-grid {
  background: #ffffff;
  border-radius: 20px;
  padding: 30px 30px;
  text-align: center;
  border: 1px solid #fff;
  /* margin-bottom: 40px; */
}

.why-synergita .card-grid {
  display: grid;
  grid-gap: 32px;
}

.why-synergita .card-grid .card {
  border: 1px solid #fff;
  transition:
    box-shadow 0.4s ease,
    border 0.4s ease;
}
.why-synergita .card .stop-1,
.why-synergita .card .stop-2 {
  transition: stop-color 0.4s ease;
}

.why-synergita .card .stop-1 {
  stop-color: var(--stop-1);
}

.why-synergita .card .stop-2 {
  stop-color: var(--stop-2);
}

/* 🔁 Hover = swap automatically */
.why-synergita .card:hover .icon {
  --stop-1: var(--stop-2-original);
  --stop-2: var(--stop-1-original);
}

/* Card 1 */
.why-synergita .card-grid .card:nth-child(1) {
  --stop-1: #FFD9A0;
  --stop-2: #FFF5F1;

  --stop-1-original: #FFD9A0;
  --stop-2-original: #FFF5F1;
}

/* Card 2 */
.why-synergita .card-grid .card:nth-child(2) {
  --stop-1: #B8DBFC;
  --stop-2: #F8FBFE;

  --stop-1-original: #B8DBFC;
  --stop-2-original: #F8FBFE;
}

/* Card 3 */
.why-synergita .card-grid .card:nth-child(3) {
  --stop-1: #DF99F7;
  --stop-2: #FFDBB0;

  --stop-1-original: #DF99F7;
  --stop-2-original: #FFDBB0;
}

/* Card 4 */
.why-synergita .card-grid .card:nth-child(4) {
  --stop-1: #B0B9FF;
  --stop-2: #E7E9FF;

  --stop-1-original: #B0B9FF;
  --stop-2-original: #E7E9FF;
}
.why-synergita .card-grid :nth-child(1).card:hover {
  box-shadow: rgba(255, 217, 160, 0.15) 0px 20px 20px;
  border: 1px solid #ffd9a0;
}
.why-synergita .card-grid :nth-child(2).card:hover {
  box-shadow: rgba(184, 219, 252, 0.15) 0px 20px 20px;
  border: 1px solid #b8dbfc;
}
.why-synergita .card-grid :nth-child(3).card:hover {
  box-shadow: rgba(255, 182, 225, 0.15) 0px 20px 20px;
  border: 1px solid #ffb6e1;
}

.why-synergita .card-grid :nth-child(4).card:hover {
  box-shadow: rgba(167, 181, 255, 0.15) 0px 20px 20px;
  border: 1px solid #a7b5ff;
}

.why-synergita .card {
  background-color: #ffffff;
  border-radius: 25px;
  display: flex;
  align-items: center;
  padding: 32px;
  flex-direction: row;
  border: 0;
}
.why-synergita .card img,
.why-synergita .card .icon {
  margin-right: 24px;
}
.why-synergita .card h5 {
  font-family: o-semibold;
  margin-bottom: 20px;
}
.why-synergita .card h6 {
  font-size: 18px;
  color: #2b2b2b;
  font-family: l-regular;
  margin-bottom: 0;
}
.why-synergita h4 {
  font-family: o-semibold;
  font-size: 24px;
  margin-bottom: 10px;
}
.why-synergita.advantage img {
  width: 75px;
  margin-bottom: 20px;
}
.why-synergita .bg-2 {
  margin-top: auto;
  display: flex;
  justify-content: flex-end;
}

.why-synergita img.why-synergita-bg {
  width: 151px;
}
/* .why-synergita .row:nth-child(2) {
  margin-bottom: 20px;
} */
.why-synergita .why-grid p {
  font-family: l-regular;
  font-size: 16px;
}
/* bottom banner */
.bottom-banner {
  padding: 80px 0;
  background: #f7f5fc;
}
.bottom-banner .bottom-banner-card {
  background-image: url("../img/bottom-banner-bg.svg");
  background-size: cover;
  padding: 60px 0;
  border-radius: 24px;
}

.bottom-banner .bottom-banner-card h3 {
  font-family: o-bold;
  text-align: center;
  font-size: 40px;
  margin-bottom: 32px;
}

.bottom-banner .bottom-banner-card P {
  font-family: l-regular;
  font-size: 22px;
  text-align: center;
}

.bottom-banner .bottom-banner-btn {
  border-radius: 50px;
  background: linear-gradient(to right, #ffc65a 50%, #5a4d9f 50%);
  background-size: 200% 100%;
  background-position: right bottom;
  transition: 0.5s ease-out;
  color: #fff;
  padding: 18px 29px;
  font-family: l-bold;
  text-decoration: none;
  letter-spacing: 10%;
  /* margin-bottom: 75px; */
}
.bottom-banner .bottom-banner-btn:hover {
  background-position: left bottom;
  color: #2b2b2b;
}
/* faq banner */
.faq-banner {
  padding-top: 80px;
}

.faq-banner h3 {
  font-family: o-bold;
  text-align: center;
  font-size: 40px;
  margin-bottom: 50px;
}
/*bottom-cta*/
.bottom-cta {
  margin-bottom: 50px;
}
.bottom-cta .cta-grid {
  background-image: url("../img/pb-bottom-banner.jpg");
  background-size: cover;
  padding: 20px 30px;
  border-radius: 24px;
  height: 235px;
  background-position: center;
}
.bottom-cta h4 {
  font-family: o-bold;
  font-size: 40px;
  margin-bottom: 15px;
}
.bottom-cta p {
  font-family: l-regular;
  font-size: 24px;
}
.bottom-cta .cta-grid .row {
  display: flex;
  align-items: center;
  height: 215px;
}
.bottom-cta .cta-grid .col-md-2 a {
  background-color: #fff;
  color: #2b2b2b;
  padding: 15px 25px;
  border-radius: 28px;
  text-decoration: none;
  font-family: o-semibold;
  font-size: 16px;
  text-transform: uppercase;
  background-size: 200% 100%;
  text-wrap: nowrap;
}
.bottom-cta .col-md-10 {
  width: 80.333%;
}
@media (min-width: 992px) and (max-width: 1199px) {
  .peoplebox .banner p {
    width: 100%;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .peoplebox .banner h1 {
    font-size: 58px;
  }
  .bottom-cta .col-md-10 {
    width: 75.333%;
  }
  .peoplebox .banner p {
    width: 100%;
  }
  .feature .feature-subtitle {
    width: 100%;
  }
  .feature .table .blue {
    white-space: inherit;
    padding: 20px;
  }
  .price-comparison .table .blue {
    padding: 20px;
  }
  .bottom-banner .bottom-banner-card h3 {
    font-size: 36px;
  }
}
@media (min-width: 320px) and (max-width: 767px) {
  .peoplebox .banner .container,
  .peoplebox .feature .container,
  .peoplebox .why-synergita .container,
  .peoplebox .bottom-cta .container {
    width: 100%;
    max-width: 100%;
    padding: 0 30px;
  }
  .peoplebox .banner h1 {
    font-size: 36px;
  }
  .peoplebox .banner p {
    font-size: 16px;
  }
  .feature h2 {
    font-size: 36px;
  }
  .feature .feature-subtitle {
    width: 100%;
  }
  .feature td p {
    font-size: 16px;
  }
  .feature .table .blue {
    white-space: inherit;
    padding: 20px;
  }
  .price-comparison .table .blue {
    white-space: inherit;
    padding: 20px;
  }
  .why-synergita h3 {
    font-size: 36px;
  }
  .why-synergita p {
    font-size: 16px;
  }
  .why-synergita.advantage h3 {
    margin-bottom: 60px;
  }
  .bottom-cta h4 {
    font-size: 36px;
  }
  .bottom-cta p {
    font-size: 16px;
    margin-bottom: 30px;
  }
  .why-synergita .col-md-6 {
    width: 100%;
    max-width: 100%;
  }
  .bottom-cta .col-md-10 {
    width: 100%;
    max-width: 100%;
  }
  .bottom-cta .col-md-2 {
    width: 100%;
    max-width: 100%;
  }
  .bottom-cta .cta-grid {
    height: auto;
    padding-bottom: 45px;
  }
  .peoplebox .banner .start-button {
    text-wrap: nowrap;
    margin-right: 0px;
    margin-bottom: 35px;
  }
  .peoplebox .banner img {
    width: 100%;
  }
  .peoplebox .banner p {
    margin-bottom: 30px;
  }
  .bottom-cta .cta-grid .row {
    display: block;
    height: auto;
  }
}
@media (min-width: 320px) and (max-width: 480px) {
  .customer-support .training .cu-tr-grid img {
    width: 100% !important;
    margin: 12% 0px 0px 0px;
  }
}

/* Accordion */
.custom-faq .accordion-item {
  border: 0;
  border-bottom: 1px solid #e8e8e8;
  border-radius: 0;
  padding: 8px 0;
}

.custom-faq .accordion-button {
  background: #fff;
  box-shadow: none;
  padding: 22px 55px 22px 0;
  font-size: 24px;
  font-weight: 400;
  color: #2b2b2b;
  position: relative;
  line-height: 1.4;
}

.custom-faq .accordion-button:not(.collapsed) {
  color: #111;
  background: #fff;
  box-shadow: none;
}
/* Remove bootstrap icon */
.custom-faq .accordion-button::after {
  content: "";
  background-image: url("../img/faq-minus.svg");
  background-size: 26px;
  width: 28px;
  height: 28px;
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
}

.custom-faq .accordion-button.collapsed::after {
  background-image: url("../img/faq-plus.svg");
}

.custom-faq .accordion-body {
  padding: 0 55px 18px 0;
  font-size: 16px;
  color: #9b9b9b;
  line-height: 1.7;
  max-width: 92%;
}

/* Mobile */
@media (max-width: 767px) {
  .custom-faq .accordion-button {
    font-size: 20px;
    padding-right: 45px;
  }

  .custom-faq .accordion-body {
    font-size: 16px;
    padding-right: 45px;
    max-width: 100%;
  }
}
