video::-webkit-media-controls-overlay-play-button {
  display: none;
}

section {
  padding: 45px 0;
}

.tech-sec .heading {
  margin-bottom: 10px;
}

.rating-card {
  background: none;
  color: #0E2749;
  padding: 0;
}

.rating-link {
  background: none !important;
  border: none !important;
  padding: 0 !important;
}

.rating-card .google-logo {
  width: 40px;
  height: 40px;
}

.rating img {
  width: 20px;
  height: 20px;
}

.rating-tagline {
  font-size: 10.5px;
}

.trustees-sec {
  padding: 0;
  padding-bottom: 38px;
}

.trustees-sec h2 {
  font-size: 20px;
  margin: 0 15px 22px 15px;
}

.trustees-heading {
  display: inline-block;
  padding-left: 50px;
  padding: 10px 30px 10px 30px;
  /* border-radius: 30px; */
  /* border: 2px solid #fff; */
  align-items: center;
}

.trustees-heading img {
  width: 20px;
  height: 21px;
}

.all-caps {
  text-transform: uppercase;
}

.logo-slider {
  overflow: hidden;
  width: 100%;
  position: relative;
}

.logos-track {
  display: flex;
  width: max-content;
  animation: scrollInfinite 50s linear infinite;
}

.bg-light-orange {
  background: #FFF8F0 !important;
}

.orange-outline-btn {
  border: 2px solid #f89939;
  font-size: 16px !important;
  font-weight: 500 !important;
  border-radius: 25px !important;
  padding: 10px 40px !important;
  text-align: center;
  transition: background 0.3s ease, color 0.3s ease;
}

.orange-outline-btn:hover {
  background: #FFF8F0;
}

.linkedin-icon {
  margin-bottom: 3px;
  margin-left: 3px;
}

@keyframes scrollInfinite {
  0% {
    transform: translateX(0);
  }

  100% {
    transform: translateX(-50%);
  }
}


.logos {
  display: flex;
}

.logos img {
  height: 40px;
  margin: 0 50px;
  object-fit: contain;
  flex-shrink: 0;
}

.tech-sec {
  background: #F4F6FB;
}

.mission .content-box {
  background: none;
}

.contact {
  background: #F0F0F0;
}

.price-call-sec.contact {
  background: linear-gradient(to right, #F0F0F0 62%, #FFF8F0 38%);
}


/* ============================
   1. Base Tab Styles
=============================== */
.tab-trigger.open {
  box-shadow: none;
}

.tab-trigger:hover .tab,
.tab-trigger.open .tab {
  padding-bottom: 29px;
  border-bottom: 3px solid #F89939;
  box-shadow: none;
}

.tab {
  padding: 30px 50px 30px 70px;
  border-bottom: 2px solid #2B292633;
  position: relative;
}

.tab .mini-heading {
  color: #4D678AFC;
  font-size: 20px;
  font-weight: 700;
}

.tab .tagline {
  font-size: 14px;
  color: #0E2749;
  font-style: normal;
  font-weight: 400;
}

.tab-trigger:hover .mini-heading,
.tab-trigger.open .tab .mini-heading {
  color: #0E2749;
}

.tab::before {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 56px;
  height: 56px;
  background-size: contain;
  background-repeat: no-repeat;
  transition: background-image 0.2s ease-in-out;
}

.tab::after {
  content: "";
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 20px;
  height: 20px;
  background-size: contain;
  background-repeat: no-repeat;
  transition: background-image 0.2s ease-in-out;
}

/* ============================
   2. Tab Specific
=============================== */
.apps-tab::before {
  background-image: url('/assets/images/icons/apps-icon.svg');
}

.tab-trigger:hover .apps-tab::before,
.tab-trigger.open .apps-tab::before {
  background-image: url('/assets/images/icons/apps-selected-icon.svg');
}

.provisioning-tab::before {
  background-image: url('/assets/images/icons/provisioning-icon.svg');
}

.tab-trigger:hover .provisioning-tab::before,
.tab-trigger.open .provisioning-tab::before {
  background-image: url('/assets/images/icons/provisioning-selected-icon.svg');
}

.reports-tab::before {
  background-image: url('/assets/images/icons/reports-icon.svg');
}

.tab-trigger:hover .reports-tab::before,
.tab-trigger.open .reports-tab::before {
  background-image: url('/assets/images/icons/reports-selected-icon.svg');
}

.textdock-tab::before {
  background-image: url('/assets/images/icons/texting-icon.svg');
}

.tab-trigger:hover .textdock-tab::before,
.tab-trigger.open .textdock-tab::before {
  background-image: url('/assets/images/icons/texting-selected-icon.svg');
}

.calldock-tab::before {
  background-image: url('/assets/images/icons/integration-icon.svg');
}

.tab-trigger:hover .calldock-tab::before,
.tab-trigger.open .calldock-tab::before {
  background-image: url('/assets/images/icons/integration-selected-icon.svg');
}

.tab-content {
  background: #FBBC050D;
  border-radius: 20px;
  position: relative;
  overflow: hidden;
}

.tab-content section {
  z-index: 2;
}

.tab-content::before {
  content: "";
  position: absolute;
  top: 0;
  right: -40px;
  width: 400px;
  height: 1000px;
  background-image: url('/assets/images/icons/s-line.svg');
  background-repeat: no-repeat;
  background-size: contain;
  pointer-events: none;
  z-index: 1;
}

.breakout {
  max-width: 1288px;
}

figcaption {
  text-decoration: underline;
  font-weight: 400;
}

.tab-content h2,
.tab-content h3,
.tab-content h6 {
  color: #0E2749;
}

.tab-content h2 {
  margin-bottom: 20px;
}

.left-btn {
  margin-right: 60px !important;
}

.tick-list {
  list-style: none;
  padding: 0;
  margin: 0;
}

.tick-list li {
  position: relative;
}

.tick-list li:before {
  position: absolute;
  left: 0;
  top: 8px;
  content: "";
  width: 20px;
  height: 20px;
  background-image: url("../images/tick.svg");
}

.tick-list li {
  padding: 5px 0 5px 30px;
}

.orange-btn {
  width: auto !important;
}

.accordion-icon {
  display: inline-block;
  width: 16px;
  height: 16px;
  background-image: url('/assets/images/icons/chevron-down.svg');
  background-size: contain;
  background-repeat: no-repeat;
  transition: transform 0.3s ease;
}

/* Rotate on open */
.btn[aria-expanded="true"] .accordion-icon {
  transform: rotate(180deg);
}

.accordion-btn {
  font-weight: 500;
  color: inherit;
  text-decoration: none;
  box-shadow: none;
  outline: none;
  border: none;
  background: none;
  padding-left: 0;
  padding-right: 0;
}

.accordion-btn:hover,
.accordion-btn:focus {
  color: inherit;
  text-decoration: none;
  box-shadow: none;
  outline: none;
}

.accordion .card,
.accordion .card-header {
  border: none;
}

.accordion .card {
  border-bottom: 1px solid rgba(0, 0, 0, .125) !important;
}

.accordion .card:last-child {
  border: none !important;
  box-shadow: none !important;
}

.accordion .card-header {
  background: none;
  padding: 0.5rem 1.25rem;
}

.accordion .card-body {
  padding: 0.5rem 1.25rem;
}

.accordion .card.open {
  /* background-color: #f9f9f9; */
  transition: background-color 0.3s ease;
}

.founder-img {
  border-radius: 10px;
  border: 4px solid #F8993933;
  width: 94%;
}

.default-link-style {
  color: #0E2749;
  font-weight: 500;
}

.default-link-style:hover {
  color: #0E2749;
}

.contact-info {
  position: relative;
  background-image: url('/assets/images/homepage2/info-box.png');
  background-size: cover;
  background-repeat: no-repeat;
  border-radius: 25px;
  padding: 40px;
  z-index: 1;
  overflow: hidden;
}

.contact-info-bg-image {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  z-index: -1;
}

@media (max-width: 1430px) {
  .tab {
    padding: 30px 120px 30px 70px;
  }
}

@media (max-width: 1200px) {
  .tab {
    padding: 30px 80px 30px 70px;
  }
}

@media (max-width: 991.7px) {
  .tab-trigger {
    width: 100%;
    padding-right: 0;
  }

  .tab-content::before {
    display: none;
  }

  .price-call-sec.contact {
    background: #F0F0F0 !important;
  }

  .tab::after {
    background-image: url('/assets/images/icons/chevron-down.svg');
  }

  .tab-trigger.open .tab::after {
    background-image: url('/assets/images/icons/chevron-up.svg');
  }

  .accordion .card-header {
    padding: 0.4rem 0;
  }

  .accordion .card-body {
    padding: 0.5rem 0;
  }

  .accordion-left .card:last-child {
    border-bottom: 1px solid rgba(0, 0, 0, .125) !important;
  }
}

@media (max-width: 575.7px) {
  .pricing-sec .content-box {
    margin: 10 0 !important;
    padding: 10px !important;
  }

  .tech-sec .button a {
    font-size: 16px;
    padding: 8px 30px;
    margin-right: 7px;
  }

  .founder-img {
    width: 100px;
  }

  .faq-sec h2 {
    font-size: 1.4rem;
  }

}

@media (max-width: 476px) {
  .contact-info-bg-image {
    width: auto;
  }

  .trustees-heading {
    font-size: 16px !important;
  }

}

@media (max-width: 408px) {
  .button-wrapper-1 {
    justify-content: space-between;
  }

  .left-btn {
    margin-right: 0 !important;
    padding: 10px 20px !important;
  }
}

@media (max-width: 370px) {
  .trustees-heading {
    font-size: 13px !important;
  }

  .faq-sec h2 {
    font-size: 1.2rem;
    font-weight: 600;
  }
}
