.text-center {
  text-align: center;
}

.max-w-full {
  max-width: 100%;
}

.g-section.large-padding {
  padding: 144px 0 80px 0;
}

.container.sm {
  max-width: 1356px;
}
@media screen and (max-width: 1400px) {
  .container.sm {
    max-width: 1336px;
  }
}
.container.xs {
  max-width: 1136px;
}

@media screen and (min-width: 1025px) {
  .logo-patch {
    background: url(../images/logo-sign.svg) -249px -842px no-repeat;
  }
  .logo-patch.business-size {
    background: url(../images/additional-pages/business-page-logo-bg.svg) right top no-repeat;
  }
  .logo-patch.industries-main {
    background-position: center -1050px;
    background-size: unset;
  }
  .logo-patch.industries-detail {
    background-position: right -631px top -1330px;
  }
}
@media screen and (max-width: 1300px) {
  .logo-patch {
    background-size: cover;
  }
}
.logo-patch .title-group.half-width {
  max-width: 640px;
}

.additional-404 .hero-banner {
  position: relative;
}
.additional-404 .hero-banner::before {
  content: "";
  width: 100%;
  height: 378px;
  position: absolute;
  left: 0;
  top: 103px;
  background: url(../images/additional-pages/404-heror-graphics.png) center top no-repeat;
  background-size: contain;
}
@media screen and (max-width: 1025px) {
  .additional-404 .hero-banner::before {
    width: 95%;
    right: 0;
    margin: auto;
  }
}

.benefits-section {
  position: relative;
}
.page-template-error_page .benefits-section::after {
  content: "";
  width: 100%;
  height: 80px;
  background: url(../images/additional-pages/benefits-bottom-graphic.png) center center no-repeat;
  position: absolute;
  right: 0;
  bottom: 0;
}
@media screen and (max-width: 1400px) {
  .benefits-section::after {
    background-size: 100%;
  }
}
@media screen and (max-width: 768px) {
  .benefits-section::after {
    bottom: -40px;
  }
  .page-template-industry_inner .discover-features, .page-template-how_it_works .discover-features{ background-image: none!important;}
}
@media screen and (max-width: 500px) {
  .benefits-section::after {
    bottom: -10px;
    height: 50px;
  }
}

.benefits-row {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 24px;
  position: relative;
}
@media screen and (max-width: 1025px) {
  .benefits-row {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media screen and (max-width: 667px) {
  .benefits-row {
    grid-template-columns: repeat(1, 1fr);
  }
}
.benefits-row::before {
  content: "";
  width: 540px;
  height: 278px;
  background: url(../images/additional-pages/benefits-top-graphic.png) center center no-repeat;
  position: absolute;
  right: 0;
  bottom: 100%;
}
@media screen and (max-width: 1200px) {
  .benefits-row::before {
    width: 250px;
    height: 138px;
    background-size: cover;
  }
}
@media screen and (max-width: 1025px) {
  .benefits-row::before {
    bottom: auto;
    top: -290px;
  }
}
.benefits-row .card {
  background: var(--light-gray);
  padding: 24px;
  border-radius: 8px;
  display: flex;
  flex-direction: column;
  gap: 24px;
}
.benefits-row .card .image {
  overflow: hidden;
  border-radius: 8px;
  position: relative;
  padding-bottom: 65%;
}
.benefits-row .card .image img {
  -o-object-fit: cover;
     object-fit: cover;
  max-width: 100%;
  position: absolute;
  width: 100%;
  height: 100%;
}
.benefits-row .card p {
  line-height: 1.4;
  margin: 0;
}
.benefits-row .card .read-more {
  font-size: 14px;
  display: inline-flex;
  align-items: center;
}
.benefits-row .card .read-more svg {
  margin-left: 8px;
  transition: all 0.4s ease;
}
.benefits-row .card .read-more:hover svg {
  margin-left: 15px;
}

.btn.btn-primary {
  border: 0;
  font-weight: 400;
  display: inline-flex;
  gap: 8px;
}

.btn.btn-border {
  font-weight: 400;
  border: 1px solid #888888;
  color: var(--primary-black-gray);
  border-radius: 50px;
  transition:all 0.3s cubic-bezier(0.5, 2.5, 0.7, 0.7); /*18-08-25*/
}
.btn.btn-border:hover {
  transform: translateY(-2px);
  /* box-shadow: 0px 5px 0px #888888; */ /*18-08-25*/
  box-shadow: 0px 5px 0px rgb(0, 0, 0); /*18-08-25*/
}

.check-list {
  list-style: none;
  padding: 0;
  margin: 0;
}
.check-list li {
  font-size: 14px;
  font-weight: 700;
  color: var(--dark-gray);
  position: relative;
  padding-left: 24px;
  line-height: 1.3;
}
.check-list li .icon {
  width: 16px;
  height: 16px;
  position: absolute;
  left: 0;
  top: 1px;
}
.check-list li:not(:last-child) {
  margin-bottom: 16px;
}

.business-size .hero-banner {
  position: relative;
}
.business-size .hero-banner::before {
  content: "";
  width: 100%;
  height: 442px;
  background: url(../images/additional-pages/business-size-banner-graphic.png) center center no-repeat;
  background-size: contain;
  position: absolute;
  left: 0;
  top: 70px;
}
.business-size .hero-banner .title-group {
  margin: 0;
}

.items-row {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 24px;
  position: relative;
}
.items-row .card {
  background: var(--light-gray);
  border-radius: 8px;
  display: flex;
  flex-direction: column;
  gap: 21px;
  padding: 24px;
  position: relative;
  z-index: 1;
}
.items-row .card p {
  color: #666666;
  line-height: 1.5;
  margin: 0;
}
.items-row::before {
  content: "";
  width: 83px;
  height: 91px;
  background: url(../images/additional-pages/integrations/top-graphic.png) left top no-repeat;
  position: absolute;
  right: -90px;
  top: -100px;
}
@media screen and (max-width: 1300px) {
  .items-row::before {
    right: -30px;
  }
}
.items-row::after {
  content: "";
  width: 890px;
  height: 196px;
  background: url(../images/additional-pages/integrations/bottom-graphic.png) left top no-repeat;
  position: absolute;
  left: -50px;
  bottom: -94px;
}
@media screen and (max-width: 1200px) {
  .items-row::after {
    left: -30px;
  }
}

.value-interactions {
  position: relative;
}
.value-interactions:after {
  content: "";
  width: 100%;
  height: 128px;
  background: url(../images/additional-pages/interactions/bottom-graphic.png) center center no-repeat;
  background-size: contain;
  position: absolute;
  bottom: 0;
  left: 0;
}

.interactions-row {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 16px;
  position: relative;
}
.interactions-row:before {
  content: "";
  width: 48px;
  height: 43px;
  background: url(../images/additional-pages/interactions/corner-graphic.png) center center no-repeat;
  position: absolute;
  right: -45px;
  top: -56px;
}
@media screen and (max-width: 1400px) {
  .interactions-row:before {
    width: 28px;
    height: 23px;
    top: -30px;
    right: -15px;
    background-size: contain;
  }
}
.interactions-row:after {
  content: "";
  width: 66px;
  height: 75px;
  background: url(../images/additional-pages/interactions/bulb-graphic.png) center center no-repeat;
  position: absolute;
  left: 164px;
  top: -124px;
}
@media screen and (max-width: 1400px) {
  .interactions-row:after {
    width: 46px;
    height: 55px;
    background-size: contain;
    left: 0;
    top: -70px;
  }
}
.interactions-row .card {
  background: var(--light-gray);
  border: 1px solid #DDDDDD;
  border-radius: 8px;
  display: flex;
  flex-direction: column;
  gap: 21px;
  padding: 40px;
  position: relative;
  z-index: 1;
}
.interactions-row .card img {
  mix-blend-mode: darken;
  max-width: 100%;
}
.interactions-row .card p {
  color: #666666;
  line-height: 1.5;
  margin: 0;
}
.interactions-row .card h4 {
  font-size: 24px;
}

.find-plan .title-group {
  margin-bottom: 80px;
}

.step-row {
  display: grid;
  grid-template-columns: 636px auto;
  align-items: flex-start;
  gap: 24px;
  margin-bottom: 80px;
}
@media screen and (max-width: 1025px) {
  .step-row {
    display: block;
  }
}
.step-row .image {
  background: url(../images/additional-pages/find-plan/bg-holder.png) center top no-repeat;
  border-radius: 8px;
  position: relative;
  margin-top: 36px;
  text-align: center;
  display: table;
  margin: auto;
  width: 100%;
}
.step-row .image img {
  position: relative;
}
.step-row.reverse {
  grid-template-columns: auto 636px;
}
.step-row.reverse .image {
  order: 2;
}
.step-row .cards {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 24px;
}
.step-row .cards .card {
  background: var(--light-gray);
  padding: 16px;
  border-radius: 8px;
  display: flex;
  flex-direction: column;
  gap: 16px;
}
.step-row .cards .card p {
  color: #666666;
  font-size: 14px;
  margin: 0;
}
.step-row.step1 .image img {
  position: relative;
  left: -60px;
}
@media screen and (max-width: 1200px) {
  .step-row.step1 .image img {
    left: 0;
  }
}
.step-row.step1 .image:before {
  content: "";
  width: 52px;
  height: 42px;
  background: url(../images/additional-pages/find-plan/step1-top.png) center center no-repeat;
  position: absolute;
  right: -40px;
  top: -65px;
}
.step-row.step1 .image:after {
  content: "";
  width: 222px;
  height: 80px;
  background: url(../images/additional-pages/find-plan/step1-bottom.png) left bottom no-repeat;
  position: absolute;
  right: 0;
  bottom: -60px;
}
.step-row.step1 .content {
  position: relative;
}
.step-row.step1 .content::before {
  content: "";
  width: 80px;
  height: 94px;
  background: url(../images/additional-pages/find-plan/step-1-info-icon.png) center center no-repeat;
  position: absolute;
  right: 0;
  top: -64px;
}
.step-row.step2 .image {
  margin-top: 68px;
}
.step-row.step2 .image img {
  position: relative;
  top: 40px;
}
.step-row.step2 .image:before {
  content: "";
  width: 28px;
  height: 27px;
  background: url(../images/additional-pages/find-plan/step2-top.png) center center no-repeat;
  position: absolute;
  right: -40px;
  top: -30px;
}
@media screen and (max-width: 1400px) {
  .step-row.step2 .image:before {
    right: -15px;
    top: -36px;
  }
}
.step-row.step2 .image:after {
  content: "";
  width: 222px;
  height: 148px;
  background: url(../images/additional-pages/find-plan/step2-bottom.png) left bottom no-repeat;
  position: absolute;
  right: 20px;
  bottom: -119px;
}
@media screen and (max-width: 1025px) {
  .step-row.step2 .image:after {
    width: 182px;
    height: 58px;
    right: 20px;
    bottom: -70px;
  }
}
.step-row.step2 .content {
  position: relative;
}
.step-row.step2 .content::before {
  content: "";
  width: 100px;
  height: 94px;
  background: url(../images/additional-pages/find-plan/step-2-info-icon.png) center center no-repeat;
  position: absolute;
  left: -30px;
  top: 10px;
}
@media screen and (max-width: 1400px) {
  .step-row.step2 .content::before {
    width: 60px;
    height: 74px;
    background-size: contain;
    left: 0;
    top: -80px;
  }
}
@media screen and (max-width: 1025px) {
  .step-row.step3 {
    margin: 0;
  }
}
.step-row.step3 .image {
  margin: 0;
}
@media screen and (max-width: 1025px) {
  .step-row.step3 .image {
    margin: auto;
  }
}
.step-row.step3 .image:before {
  content: "";
  width: 43px;
  height: 37px;
  background: url(../images/additional-pages/find-plan/step3-top.png) center center no-repeat;
  position: absolute;
  left: -33px;
  top: -43px;
}
@media screen and (max-width: 1400px) {
  .step-row.step3 .image:before {
    left: 0;
    top: -50px;
  }
}
.step-row.step3 .image:after {
  content: "";
  width: 54px;
  height: 46px;
  background: url(../images/additional-pages/find-plan/step3-bottom.png) left bottom no-repeat;
  position: absolute;
  right: -40px;
  bottom: -40px;
}
.step-row.step3 .content {
  position: relative;
}
.step-row.step3 .content::before {
  content: "";
  width: 78px;
  height: 85px;
  background: url(../images/additional-pages/find-plan/step-3-info-icon.png) center center no-repeat;
  position: absolute;
  right: -30px;
  bottom: 86px;
}
@media screen and (max-width: 1200px) {
  .step-row.step3 .content::before {
    width: 58px;
    height: 65px;
    background-size: contain;
    right: -20px;
    bottom: -30px;
  }
}
.step-row .inner {
  display: flex;
  flex-direction: column;
  gap: 24px;
  max-width: 416px;
  margin: auto;
}
@media screen and (max-width: 1025px) {
  .step-row .inner {
    max-width: 100%;
    margin-top: 40px;
  }
}
.step-row .inner .badge {
  margin-bottom: 24px;
  display: inline-block;
}
.step-row p {
  margin: 0;
  line-height: 1.4;
}

.service-cards {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  gap: 40px;
  position: relative;
}
.service-cards::before {
  content: "";
  width: 75px;
  height: 142px;
  background: url(../images/additional-pages/services-left-graphic.png) center center no-repeat;
  position: absolute;
  left: 0;
  top: 25px;
}
.service-cards::after {
  content: "";
  width: 83px;
  height: 233px;
  background: url(../images/additional-pages/services-right-graphic.png) center center no-repeat;
  position: absolute;
  right: 35px;
  bottom: 60px;
}
@media screen and (max-width: 1025px) {
  .service-cards::after {
    right: 0;
  }
}
.service-cards .card {
  background: transparent;
  /* background: #DDDDDD; */ /*06-08-20252*/
  border-radius: 8px;
  max-width: 320px;
  width: 100%;
  padding: 4px; /*06-08-20252*/
}
.service-cards .card .head {
  background: #DDDDDD; /*06-08-20252*/
  border-radius: 8px 8px 0px 0px; /*06-08-20252*/
  font-size: 12px;
  font-weight: 700;
  color: #666666;
  padding: 8px;
  text-transform: uppercase;
  text-align: center;
}
.service-cards .card.active .head, /*06-08-20252*/
.service-cards .card:hover .head {
  background: var(--primary-light);
}

.service-cards .card .body {
  background: var(--light-gray);
  padding: 24px;
  /* border-radius: 8px; */ /*06-08-20252*/
}
.service-cards .card.active .body, /*06-08-20252*/
.service-cards .card:hover .body {
border-radius: 8px; 
}
.service-cards .card .body h4 {
  display: flex;
  align-items: center;
  gap: 8px;
}
.service-cards .card .body p {
  margin: 0;
  line-height: 1.4;
}
.service-cards .card .body > *:not(:last-child) {
  margin-bottom: 24px;
}
.service-cards .card audio {
  width: 100%;
  height: 40px;
}
.service-cards .card.active::before {
  content: "";
  width: 34px;
  height: 47px;
  background: url(../images/additional-pages/service-card-top.png) center center no-repeat;
  position: absolute;
  right: -46px;
  top: -40px;
}
.service-cards .card.active::after {
  content: "";
  width: 46px;
  height: 38px;
  background: url(../images/additional-pages/service-card-bottom.png) center center no-repeat;
  position: absolute;
  left: -42px;
  bottom: -25px;
}
.service-cards .card.active, .service-cards .card:hover {
  background: var(--primary-light);
  padding: 4px;
  box-shadow: 0 12px 24px rgba(0, 0, 0, 0.12);
  position: relative;
}
.service-cards .card.active .head, .service-cards .card:hover .head {
  color: #fff;
}
.service-cards .card.active .body, .service-cards .card:hover .body {
  background: #fff;
}
.service-cards .card.active .badge, .service-cards .card:hover .badge {
  font-size: 12px;
  font-weight: 600;
  background: var(--primary-light);
  color: #fff;
  min-height: 24px;
  padding: 5px 8px;
}

.business-testimonials .content-row {
  display: flex;
  flex-wrap: wrap;
  gap: 15px;
  justify-content: space-between;
  align-items: flex-start;
}
.business-testimonials .title-group {
  max-width: 416px;
  width: 100%;
}
.business-testimonials .title-group .icon {
  text-align: right;
  padding: 72px 120px 0 0;
}
.business-testimonials .card {
  background: var(--light-gray);
  border-radius: 8px;
  padding: 40px;
  max-width: 580px;
  width: 100%;
  position: relative;
}
.business-testimonials .card::before {
  content: "";
  width: 58px;
  height: 45px;
  background: url(../images/additional-pages/testimonial-top-graphic.png) center center no-repeat;
  position: absolute;
  right: -60px;
  top: -50px;
}
@media screen and (max-width: 1300px) {
  .business-testimonials .card::before {
    right: -20px;
    top: -70px;
  }
}
.business-testimonials .card::after {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  background: #EEEEEE;
  transform: rotate(-3deg);
  z-index: -1;
  border-radius: 8px;
}
.business-testimonials .card > *:not(:last-child) {
  margin-bottom: 34px;
}
.business-testimonials .card h5 {
  font-size: 40px;
  font-weight: normal;
  line-height: 1.2;
}
.business-testimonials .card p {
  font-size: 20px;
  font-weight: 400;
  margin: 0;
  line-height: 1.4;
}
.business-testimonials .card .footer {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
}
.business-testimonials .card .profile {
  display: flex;
  align-items: center;
  gap: 8px;
  font-size: 14px;
  color: #111111;
  margin-bottom: 12px;
}
.business-testimonials .card .profile .avatar {
  width: 24px;
  height: 24px;
  border-radius: 50px;
}

.stats-row {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 16px;
  align-items: flex-end;
}
.stats-row .card {
  background: var(--light-gray);
  border: 1px solid #DDDDDD;
  border-radius: 8px;
  padding: 24px;
  position: relative;
}
.stats-row .card h4 {
  font-size: 24px;
  margin-bottom: 8px;
}
.stats-row .card .count {
  font-size: 96px;
  color: #0074D9;
  font-weight: 400;
  line-height: 1;
}
.stats-row .card img {
  margin: 24px 0;
}
.stats-row .card p {
  font-size: 20px;
  margin: 0;
  min-height: 72px;
}
.stats-row .card.first:before {
  content: "";
  width: 45px;
  height: 81px;
  background: url(../images/additional-pages/lamp-graphic.svg) center center no-repeat;
  position: absolute;
  left: 28px;
  top: -81px;
}
.stats-row .card.first:after {
  content: "";
  width: 53px;
  height: 50px;
  background: url(../images/additional-pages/stats-bottom-graphic.svg) center center no-repeat;
  position: absolute;
  left: -38px;
  bottom: -40px;
}
@media screen and (max-width: 1400px) {
  .stats-row .card.first:after {
    width: 33px;
    height: 40px;
    left: -10px;
    bottom: -40px;
    transform: rotate(-15deg);
    background-size: contain;
  }
}
.stats-row .card.first img {
  margin: -20px 0 16px 0;
}
.stats-row .card.last::before {
  content: "";
  width: 473px;
  height: 234px;
  background: url(../images/additional-pages/stats-final-step.svg) left top no-repeat;
  position: absolute;
  right: 40px;
  bottom: 100%;
}

.demo-form .content-row {
  display: grid;
  grid-template-columns: auto auto;
  gap: 40px;
}
.demo-form .title-group {
  max-width: 408px;
  width: 100%;
  margin: auto;
  gap: 30px;
}
.demo-form form {
  background: #fff;
  border-radius: 8px;
  position: relative;
  padding: 40px;
  position: relative;
  max-width: 464px;
  width: 100%;
  display: flex;
  flex-direction: column;
  gap: 16px;
}
.demo-form form:before {
  content: "";
  position: absolute;
  left: -12px;
  top: -12px;
  width: calc(100% + 24px);
  height: calc(100% + 24px);
  background: rgba(133, 198, 255, 0.3);
  border-radius: 20px;
  z-index: -1;
}
.demo-form form::after, .page-template-business_size #demo-confirmation::after {
  content: "";
  width: 562px;
  height: 108px;
  background: url(../images/additional-pages/demo-form-graphic.svg) right top no-repeat;
  position: absolute;
  left: 100%;
  bottom: 20px;
}
.demo-form form h5 {
  font-size: 32px;
  font-weight: 700;
  text-align: center;
}
.demo-form form .fields {
  display: flex;
  flex-direction: column;
  gap: 16px;
}
.demo-form form .btn {
  font-family: var(--primary-font);
  font-weight: 500;
  width: 100%;
}
.demo-form .form-wrapper {
  order: -1;
  position: relative;
}
.demo-form .form-wrapper::before {
  content: "";
  width: 66px;
  height: 61px;
  background: url(../images/additional-pages/demo-form-top-graphic.svg) center center no-repeat;
  position: absolute;
  left: -120px;
  top: -40px;
}
@media screen and (max-width: 1400px) {
  .demo-form .form-wrapper::before {
    width: 46px;
    height: 50px;
    left: -20px;
    top: -70px;
    background-size: contain;
  }
}
.demo-form .form-wrapper::after {
  content: "";
  width: 45px;
  height: 40px;
  background: url(../images/additional-pages/demo-form-bottom-graphic.svg) center center no-repeat;
  position: absolute;
  left: -64px;
  bottom: -60px;
}
@media screen and (max-width: 1400px) {
  .demo-form .form-wrapper::after {
    left: -30px;
    bottom: -70px;
  }
}

.faq-categories h6 {
  font-size: 16px;
  font-weight: 700;
  color: var(--primary-dark);
  margin-bottom: 24px;
}
.faq-categories .title-group {
  position: relative;
}
.faq-categories .title-group::before {
  content: "";
  width: 142px;
  height: 109px;
  background: url(../images/additional-pages/faq-right-graphic.svg) center center no-repeat;
  position: absolute;
  right: 65px;
  top: -47px;
}
.faq-categories .content-row {
  display: grid;
  grid-template-columns: 306px auto;
  gap: 136px;
}
.faq-categories .content-row .faq-accordion {
  display: none;
}
.faq-categories .content-row .faq-accordion.active {
  display: grid;
}
.faq-categories .accordion-item {
  color: var(--dark-gray);
}
.faq-categories .accordion-item h4 {
  font-size: 20px;
  font-weight: 400;
  color: #666666;
}
.faq-categories .accordion-item.active {
  background: #fff;
  border: 2px solid var(--primary-light);
}
.faq-categories .accordion-item.active h4 {
  font-weight: 700;
  color: var(--dark-gray);
}
.faq-categories .categories {
  position: relative;
}
.faq-categories .categories:before {
  content: "";
  width: 98px;
  height: 53px;
  background: url(../images/additional-pages/faq-left-graphic.svg) center center no-repeat;
  position: absolute;
  right: 50%;
  top: -80px;
  transform: translateX(50%);
}
.faq-categories .list {
  list-style: none;
  padding: 0;
  margin: 0;
}
.faq-categories .list li a {
  font-size: 18px;
  display: block;
  padding: 10px 0;
  color: #666666;
}
.faq-categories .list li a:hover {
  color: var(--primary-dark-gray);
}
.faq-categories .list li a.active {
  padding-left: 16px;
  border-left: 4px solid var(--primary-light);
  color: var(--primary-dark-gray);
}
.faq-categories .list li:not(:last-child) {
  margin-bottom: 8px;
}

.have-query {
  background: #EEEEEE;
  padding: 24px;
  border-radius: 8px;
  margin-top: 40px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  position: relative;
}
.have-query h5 {
  font-size: 24px;
  color: var(--primary-dark-gray);
  margin: 0 0 16px 0;
}
.have-query p {
  font-size: 14px;
  color: #666666;
  margin: 0;
}
.have-query .graphic {
  position: absolute;
  right: -38px;
  bottom: -50px;
}
@media screen and (max-width: 1400px) {
  .have-query .graphic {
    right: 0;
  }
}

.industries-main .hero-banner .content-data {
  position: relative;
}
.industries-main .hero-banner .content-data .title-group {
  margin-bottom: 0;
}
.industries-main .hero-banner .content-data::before {
  content: "";
  width: 100%;
  height: 423px;
  background: url(../images/additional-pages/industries/industries-banner-bg.svg) center top no-repeat;
  position: absolute;
  left: 0;
  top: -20px;
}

.discover-industries .title-group {
  position: relative;
}
.discover-industries .title-group::after {
  content: "";
  width: 96px;
  height: 78px;
  background: url(../images/additional-pages/industries/discover-icon.svg) center center no-repeat;
  background-size: contain;
  position: absolute;
  right: -235px;
  top: 0;
}

.discover-cards {
  position: relative;
}
.discover-cards:before {
  content: "";
  width: 44px;
  height: 37px;
  background: url(../images/additional-pages/industries/industries-right-top.svg) center center no-repeat;
  position: absolute;
  right: -40px;
  top: -50px;
}
.discover-cards:after {
  content: "";
  width: 55px;
  height: 32px;
  background: url(../images/additional-pages/industries/industries-bottom-right-icon.svg) center center no-repeat;
  position: absolute;
  right: 230px;
  bottom: -60px;
}
.discover-cards .cards {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 24px;
  position: relative;
}
.discover-cards .cards:after {
  content: "";
  width: 53px;
  height: 37px;
  background: url(../images/additional-pages/industries/industries-bottom-left-icon.svg) center center no-repeat;
  position: absolute;
  left: -40px;
  bottom: -40px;
}
.discover-cards .card {
  background: #EEEEEE;
  border: 2px solid #EEEEEE;
  padding: 24px;
  border-radius: 8px;
  position: relative;
  display: flex;
  flex-direction: column;
  gap: 22px;
  transition: all 0.4s ease;
}
.discover-cards .card .arrow {
  width: 32px;
  height: 32px;
  border-radius: 50px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  right: 24px;
  top: 24px;
  color: #111111;
}
.discover-cards .card .icon {
  min-height: 80px;
}
.discover-cards .card h4 {
  font-size: 24px;
  color: var(--primary-dark-gray);
  font-weight: 500;
}
.discover-cards .card p {
  color: #666666;
  margin: 0;
  line-height: 1.4;
}
.discover-cards .card:hover {
  border-color: var(--primary-light);
  background: #fff;
  box-shadow: 0 12px 24px rgba(0, 0, 0, 0.12);
}
.discover-cards .card:hover .arrow {
  background: #D2EAFF;
  color: var(--primary-dark);
}

.work-setup {
  background: var(--light-gray);
  padding: 80px 0;
}
.work-setup .title-group {
  position: relative;
}
.work-setup .title-group::before {
  content: "";
  width: 76px;
  height: 79px;
  background: url(../images/additional-pages/industries/how-it-works-top-left.svg) center center no-repeat;
  position: absolute;
  left: 103px;
  top: 23px;
}

.setup-cards {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 16px;
  position: relative;
}
.setup-cards:after {
  content: "";
  width: 58px;
  height: 42px;
  background: url(../images/additional-pages/industries/how-it-works-bottom-graphic.svg) center center no-repeat;
  position: absolute;
  right: -43px;
  bottom: -34px;
}
.setup-cards .card {
  background: #DDDDDD;
  padding: 24px;
  border-radius: 8px;
  display: flex;
  flex-direction: column;
  gap: 24px;
  border: 2px solid #DDDDDD;
  position: relative;
  transition: all 0.4s ease;
}
.setup-cards .card .counter {
  min-width: 32px;
  width: 32px;
  height: 32px;
  border-radius: 50px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background: #EEEEEE;
  transition: all 0.4s ease;
}
.setup-cards .card h4 {
  color: #666666;
  flex-wrap: unset;
}
.setup-cards .card p {
  color: #666666;
  min-height: 72px;
  line-height: 1.4;
  margin: 0;
}
.setup-cards .card .image {
  background: url(../images/additional-pages/industries/setup-card-bg.png) center center no-repeat;
  background-size: cover;
  border-radius: 8px;
  filter: grayscale(1) opacity(0.2);
  transition: all 0.4s ease;
}
.setup-cards .card .image img {
  max-width: 100%;
}
.setup-cards .card:hover, .setup-cards .card.active {
  border-color: var(--primary-light);
  background: #fff;
}
.setup-cards .card:hover .counter, .setup-cards .card.active .counter {
  background: var(--primary-light);
  color: #fff;
}
.setup-cards .card:hover h4, .setup-cards .card.active h4 {
  color: var(--primary-dark-gray);
}
.setup-cards .card:hover .image, .setup-cards .card.active .image {
  filter: none;
}
.setup-cards .card.first::before {
  content: "";
  width: 30px;
  height: 30px;
  background: url(../images/additional-pages/industries/setup-card-first-icon.svg) center center no-repeat;
  position: absolute;
  left: -40px;
  top: -40px;
}
.setup-cards .card.last::before {
  content: "";
  width: 66px;
  height: 80px;
  background: url(../images/additional-pages/industries/telephone-icon.svg) center center no-repeat;
  position: absolute;
  right: 45px;
  bottom: 100%;
}

.indus-testimonials .title-group {
  position: relative;
}
.indus-testimonials .title-group::after {
  content: "";
  width: 65px;
  height: 81px;
  background: url(../images/additional-pages/industries/indus-testimonial-top-graphic.svg) center center no-repeat;
  position: absolute;
  right: 175px;
  top: 10px;
}
.indus-testimonials .cards {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 24px;
  position: relative;
}
.indus-testimonials .cards:after {
  content: "";
  width: 46px;
  height: 49px;
  background: url(../images/additional-pages/industries/testimonial-left-bottom.svg) center center no-repeat;
  position: absolute;
  left: -40px;
  bottom: -37px;
}
.indus-testimonials .cards .card {
  background: var(--light-gray);
  border-radius: 8px;
  padding: 24px;
}
.indus-testimonials .cards .top-row {
  justify-content: space-between;
  align-items: center;
}
.indus-testimonials .cards p {
  margin: 0;
  color: var(--dark-gray);
  line-height: 1.4;
  min-height: 120px;
}
.indus-testimonials .cards .profile {
  color: #111111;
}

section.register-trial {
  position: relative;
  background: url(../images/additional-pages/industries/free-trial-bg.png) center center no-repeat;
  background-size: cover;
  border-radius: 16px;
  padding: 80px 40px;
  color: #fff;
}
section.register-trial:after {
  content: "";
  width: 522px;
  height: 400px;
  background: var(--bg-image) left top no-repeat;
  background-size: contain;
  position: absolute;
  right: 80px;
  bottom: 16px;
}
section.register-trial .title-group {
  margin: 0;
}
section.register-trial h2 {
  color: #fff;
}
section.register-trial .badge {
  background: #fff;
  color: var(--primary-dark);
}
section.register-trial .btn {
  background: #fff;
  color: #0074D9;
}

.about-service .content-row {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 80px;
  position: relative;
}
.about-service .content-row:before {
  content: "";
  width: 80px;
  height: 62px;
  background: url(../images/additional-pages/industry-detail/about-service-right-graphic.svg) center center no-repeat;
  position: absolute;
  right: 0;
  top: -60px;
}
.about-service .image {
  position: relative;
}
.about-service .image:before {
  content: "";
  width: 87px;
  height: 41px;
  background: url(../images/additional-pages/industry-detail/about-service-left-graphic.svg) center center no-repeat;
  position: absolute;
  left: 110px;
  top: -50px;
}
.about-service .title-group {
  max-width: 388px;
}

.business-needs .title-group {
  position: relative;
}
.business-needs .title-group::before {
  content: "";
  width: 60px;
  height: 47px;
  background: url(../images/additional-pages/industry-detail/business-need-left-graphic.svg) center center no-repeat;
  position: absolute;
  left: 80px;
  top: 25px;
}
.business-needs .title-group::after {
  content: "";
  width: 72px;
  height: 68px;
  background: url(../images/additional-pages/industry-detail/business-need-right-graphic.svg) center center no-repeat;
  position: absolute;
  right: 170px;
  top: -30px;
}
.business-needs .cards {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 24px;
  position: relative;
}
.business-needs .cards:after {
  content: "";
  width: 50px;
  height: 39px;
  background: url(../images/additional-pages/industry-detail/business-need-bottom-graphic.svg) center center no-repeat;
  position: absolute;
  right: -40px;
  bottom: -40px;
}
.business-needs .cards .card {
  background: var(--light-gray);
  border-radius: 8px;
  padding: 24px;
}
.business-needs .cards .card p {
  margin: 0;
  color: #666666;
  line-height: 1.4;
}

.discover-features {
  background: var(--light-gray) url(../images/additional-pages/industry-detail/discover-feature-bottom-graphic.svg) right 183px bottom 83px no-repeat;
}
.discover-features .cards {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 24px;
  position: relative;
  background: url(../images/additional-pages/industry-detail/feature-discover-center-bottom.svg) center bottom 294px no-repeat;
}
.discover-features .cards::after {
  content: "";
  width: 656px;
  height: 257px;
  background: url(../images/additional-pages/industry-detail/discover-feature-right-graphic.svg) top right no-repeat;
  position: absolute;
  right: -50px;
  bottom: 100%;
  margin-bottom: -14px;
}
.discover-features .cards .card {
  background: #fff;
  border-radius: 8px;
  padding: 40px;
  position: relative;
  z-index: 1;
}
.discover-features .cards .card .icon {
  height: 80px;
  margin-bottom: 40px;
}
.discover-features .cards .card h4 {
  font-size: 24px;
}
.discover-features .cards .card h4 span {
  font-size: 18px;
  font-weight: 400;
  display: block;
  color: var(--dark-gray);
  margin-top: 10px;
}
.discover-features .cards .card p {
  color: #666666;
  line-height: 1.4;
  margin: 0;
}
.discover-features .cards .card .learn-more {
  font-size: 14px;
}
.discover-features .cards .card .learn-more:hover {
  color: var(--primary-dark);
}

.industries-detail .hero-banner .content-data::before {
  background: url(../images/additional-pages/industry-detail/industries-detail-banner-graphic.svg) center top no-repeat;
  height: 247px;
}
.industries-detail .items-row::after {
  width: 48px;
  height: 41px;
  background: url(../images/additional-pages/industry-detail/integration-left-bottom.svg) center center no-repeat;
  left: -50px;
  bottom: -50px;
}
.industries-detail .indus-testimonials .title-group:after {
  width: 115px;
  height: 91px;
  background: url(../images/additional-pages/industry-detail/testimonial-right.svg) center center no-repeat;
  right: -60px;
  top: 20px;
}
.industries-detail .indus-testimonials .cards {
  grid-template-columns: 1fr 1fr;
}
.industries-detail .indus-testimonials .cards::after {
  width: 46px;
  height: 56px;
  top: -18px;
  bottom: auto;
  left: -80px;
  background: url(../images/additional-pages/industry-detail/testimonial-left.svg) center center no-repeat;
}
.industries-detail .register-trial {
  border-radius: 0;
  padding-left: 0;
  padding-right: 0;
}
.industries-detail .register-trial .inner {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 30px;
}
.industries-detail .register-trial::after {
  display: none;
}
/* .industries-detail .register-trial .btn {
  background: #0074D9;
  color: #fff;
} */

.our-approach .service-cards {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 24px;
}
.our-approach .service-cards:before {
  width: 371px;
  height: 198px;
  background: url(../images/additional-pages/industry-detail/approach-main-graphic.svg) left top no-repeat;
  right: 145px;
  left: auto;
  top: auto;
  bottom: 100%;
  margin-bottom: 16px;
}
.our-approach .service-cards:after {
  display: none;
}
.our-approach .service-cards .card {
  max-width: 100%;
  position: relative;
}
.our-approach .service-cards .card .body {
  padding: 40px;
}
.our-approach .service-cards .card p {
  color: #666666;
  font-size: 16px;
  line-height: 1.4;
  min-height: 72px;
}
.our-approach .service-cards .card .image {
  color: #666666;
}
.our-approach .service-cards .card.first:before {
  content: "";
  width: 34px;
  height: 25px;
  background: url(../images/additional-pages/industry-detail/approach-first-top.svg) center center no-repeat;
  position: absolute;
  right: 24px;
  top: -22px;
}
.our-approach .service-cards .card.second:after {
  content: "";
  width: 60px;
  height: 101px;
  background: url(../images/additional-pages/industry-detail/approach-second-bottom.svg) center center no-repeat;
  position: absolute;
  left: 20px;
  bottom: -82px;
  z-index: -1;
}
.our-approach .service-cards .card.active:before {
  content: "";
  width: 55px;
  height: 48px;
  background: url(../images/additional-pages/industry-detail/approach-third-top.svg) center center no-repeat;
  position: absolute;
  right: -26px;
  top: -60px;
  z-index: -1;
}
.our-approach .service-cards .card.active:after {
  content: "";
  width: 24px;
  height: 24px;
  background: url(../images/additional-pages/industry-detail/approach-third-bottom.svg) center center no-repeat;
  position: absolute;
  right: -26px;
  left: auto;
  bottom: -30px;
  z-index: -1;
}
.our-approach .service-cards .card:hover .image {
  color: rgb(0, 116, 217);
}
.our-approach .service-cards .card:hover .image .box {
  fill: rgb(210, 234, 255);
}
.our-approach .service-cards .header-spacer {
  min-height: 30px;
  margin-bottom: 0 !important;
}

.other-industries .discover-cards:before {
  width: 75px;
  height: 80px;
  background: url(../images/additional-pages/industry-detail/setting-icon.svg) center center no-repeat;
  right: 114px;
  top: -180px;
}
.other-industries .discover-cards:after {
  left: -30px;
  right: auto;
  bottom: -40px;
  transform: rotate(15deg);
  width: 58px;
  height: 31px;
}
.other-industries .discover-cards .cards {
  display: flex;
  gap: 0;
}
.other-industries .discover-cards .cards .card {
  display: inline-flex;
  height: unset;
}
.other-industries .discover-cards .cards:after {
  display: none;
}

.arrows-wrapper {
  position: absolute;
  right: 0;
  top: -50px;
  display: flex;
  gap: 24px;
}
.arrows-wrapper .swiper-btn {
  width: 40px;
  height: 40px;
  border: 1px solid #888888;
  border-radius: 50px;
  position: static;
}
.arrows-wrapper .swiper-btn svg {
  width: 20px;
  height: 15px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}
.arrows-wrapper .swiper-btn::after {
  display: none;
}

.audio-player {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 16px;
}
.audio-player .action-btn {
  width: 32px;
  height: 32px;
  border: 1px solid #888888;
  border-radius: 50px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  padding: 3px 0 0 1px;
  background: transparent;
}
.audio-player .stats {
  flex: 1;
  display: flex;
  align-items: center;
  gap: 8px;
  color: var(--dark-gray);
  font-size: 14px;
}
.audio-player .stats .bar {
  flex: 1;
  background: #D3D3D3;
  height: 8px;
  border-radius: 50px;
}

.audio-player .bar {
    position: relative;
    display: inline-block;
    height: 4px;
    width: 100px; /* or responsive width */
    background: #ccc;
    margin: 0 0px;
    border-radius: 2px;
    overflow: hidden;
    vertical-align: middle;
}
.audio-player .bar-fill {
    height: 100%;
    background: #007bff; /* blue fill */
    width: 0%;
    display: block;
    transition: width 0.2s linear;
}

@media screen and (max-width: 1300px) {
  .discover-cards:before {
    right: 0;
  }
  .discover-cards .card h4 {
    font-size: 18px;
  }
  .discover-cards .card p {
    font-size: 14px;
  }
  .setup-cards:after {
    right: 0;
    bottom: -54px;
  }
  .indus-testimonials .cards:after {
    left: 0;
    bottom: -60px;
  }
  section.register-trial:after {
    position: relative;
    right: 0;
    bottom: 0;
    display: table;
    margin: auto;
    width: 100%;
    max-width: 522px;
    margin-top: 30px;
  }
  .business-needs .cards:after {
    right: 0;
    bottom: -60px;
  }
  .discover-features {
    background-position: right 50px bottom 50px;
  }
  .discover-features .cards .card {
    padding: 30px;
  }
  .discover-features .cards .card h4 {
    font-size: 22px;
  }
  .discover-features .cards .card h4 span {
    font-size: 16px;
  }
  .industries-detail .indus-testimonials .cards::after {
    display: none;
  }
}
@media screen and (max-width: 1025px) {
  .items-row::before,
  .items-row::after,
  .interactions-row:before,
  .interactions-row:after,
  .value-interactions:after,
  .step-row .image:before,
  .step-row .image:after,
  .step-row .content::before,
  .step-row .content::after,
  .service-cards::before,
  .service-cards::after,
  .stats-row .card.first:before,
  .stats-row .card.first:after,
  .stats-row .card.last::before,
  .faq-categories .title-group::before,
  .faq-categories .categories:before,
  .demo-form .form-wrapper::before,
  .demo-form .form-wrapper::after {
    display: none;
  }
  .find-plan .title-group {
    margin-bottom: 40px;
  }
  .business-testimonials .content-row {
    justify-content: center;
  }
  .business-testimonials .title-group {
    max-width: 100%;
  }
  .business-testimonials .card h5 {
    font-size: 28px;
  }
  .business-testimonials .card p {
    font-size: 18px;
  }
  .stats-row .card h4 {
    font-size: 20px;
  }
  .stats-row .card .count {
    font-size: 56px;
  }
  .stats-row .card p {
    font-size: 16px;
    min-height: 60px;
  }
  .demo-form .content-row {
    display: block;
  }
  .demo-form .title-group {
    max-width: 100%;
    margin-bottom: 90px;
  }
  .demo-form form {
    max-width: 100%;
  }
  .demo-form form::after {
    display: none;
  }
  .faq-categories .content-row {
    display: block;
  }
  .faq-categories .categories {
    margin-bottom: 30px;
  }
  .faq-categories .list li a {
    font-size: 16px;
  }
  .faq-categories .list li:not(:last-child) {
    margin: 0;
  }
  .faq-categories .accordion-item {
    padding: 18px 20px;
  }
  .faq-categories .accordion-item h4 {
    font-size: 17px;
  }
  .industries-main .hero-banner .content-data::before {
    background-size: contain;
  }
  .discover-cards .cards {
    grid-template-columns: repeat(3, 1fr);
  }
  .setup-cards .card.last::before {
    display: none;
  }
  .work-setup .title-group::before {
    left: 0;
    top: 0;
  }
  .setup-cards .card h4 {
    font-size: 16px;
  }
  .discover-industries .title-group::after,
  .work-setup .title-group::before,
  .indus-testimonials .title-group::after,
  .other-industries .discover-cards:after,
  .business-needs .title-group::before,
  .business-needs .title-group::after {
    display: none;
  }
  .business-needs .cards,
  .discover-features .cards,
  .our-approach .service-cards {
    grid-template-columns: repeat(2, 1fr);
  }
  .discover-features .cards::after,
  .our-approach .service-cards .card.active:before {
    display: none;
  }
  .discover-features {
    background: var(--light-gray);
  }
  .discover-features .cards {
    background: none;
  }
  .other-industries .discover-cards:before {
    right: 0;
  }
  .about-service .content-row {
    gap: 30px;
  }
}
@media screen and (max-width: 992px) {
  .discover-cards .cards,
  .indus-testimonials .cards,
  .setup-cards {
    grid-template-columns: 1fr 1fr;
  }
  .other-industries .title-group {
    margin-bottom: 90px;
  }
  .industries-detail .register-trial .inner {
    flex-direction: column;
    align-items: flex-start;
  }
    .page-template-industry_inner .discover-features, .page-template-how_it_works .discover-features{ background-image: none!important;}
}
@media screen and (max-width: 769px) {
  .items-row {
    grid-template-columns: repeat(2, 1fr);
  }
  .interactions-row .card {
    padding: 30px;
  }
  .interactions-row .card h4 {
    font-size: 20px;
  }
  .interactions-row .card p {
    font-size: 14px;
  }
  .service-cards {
    flex-direction: column;
  }
  .stats-row {
    grid-template-columns: repeat(1, 1fr);
  }
  .step-row .image {
    background-size: cover;
  }
  .stats-row .card img {
    display: table;
    margin: 24px auto;
  }
  .step-row .image img {
    max-width: 100%;
  }
  .business-size .hero-banner::before {
    height: 232px;
  }
  .industries-main .hero-banner .content-data::before {
    height: 313px;
  }
  .discover-cards:before,
  .discover-cards:after,
  .discover-cards .cards:after,
  .setup-cards .card.first::before,
  .setup-cards:after,
  .indus-testimonials .cards:after,
  .benefits-row::before,
  .benefits-section::after {
    display: none;
  }
  section.register-trial {
    padding: 40px;
    margin-top: 40px;
  }
  .our-approach .service-cards .card .body {
    padding: 30px;
  }
}


@media screen and (max-width: 667px) {
  .g-section.large-padding {
    padding: 144px 0 40px 0;
  }
  .interactions-row .card {
    padding: 20px;
  }
  .items-row,
  .interactions-row {
    grid-template-columns: 1fr;
  }
  .demo-form .title-group {
    margin-bottom: 40px;
  }
  .step-row h2,
  .demo-form form h5 {
    font-size: 24px;
  }
  .step-row .cards {
    grid-template-columns: 1fr;
  }
  .discover-cards .cards, .indus-testimonials .cards, .setup-cards {
    grid-template-columns: 1fr;
  }
  .indus-testimonials .cards p {
    min-height: auto;
  }
  .about-service .content-row {
    grid-template-columns: 1fr;
  }
  .about-service .image {
    text-align: center;
  }
  .about-service .image:before,
  .about-service .content-row:before {
    display: none;
  }
  .about-service .title-group {
    max-width: 100%;
  }
  .business-needs .cards,
  .discover-features .cards,
  .our-approach .service-cards,
  .industries-detail .indus-testimonials .cards {
    grid-template-columns: 1fr;
  }
  .discover-features .cards .card .icon {
    margin-bottom: 30px;
  }
  .our-approach .service-cards .card.second:after {
    display: none;
  }
}
@media screen and (max-width: 500px) {
  .g-section.large-padding {
    padding: 100px 0 40px 0;
  }
  .business-testimonials .card::before,
  .service-cards .card.active::before,
  .service-cards .card.active::after {
    display: none;
  }
  .business-testimonials .card {
    padding: 25px;
  }
  .business-testimonials .card h5 {
    font-size: 24px;
  }
  .have-query {
    flex-direction: column;
    gap: 30px;
  }
  section.register-trial:after {
    height: 240px;
  }
  .discover-features .cards .card h4 {
    font-size: 20px;
  }
}

.testimonials_stars_rating{position: relative;}
.testimonials_stars_rating .ratings {
  width: 96px;
  height: 16px;
  background: url(../images/icons/rating-stars.svg);
}
.testimonials_stars_rating .ratings.active {
  background: url(../images/icons/rating-stars-active.svg);
  position: absolute;
  overflow: hidden;
  top: 0;
  left: 0;
}
.lightGrayBg{ background: #f8f7f6;}
