.feature-scroller.impact {
  margin-top: 100px;
  margin-bottom: 100px;
}
.feature-scroller.impact .top-section .section-tegline {
  overflow: hidden;
  width: fit-content;
  background: transparent;
  color: #7a4dfc;
  border: 1.5px solid transparent;
  border-radius: 999px;
  background-image: linear-gradient(#fff, #fff), linear-gradient(90deg, #7a4dfc, #d8ccfc);
  background-origin: border-box;
  background-clip: padding-box, border-box;
  transition: all 0.3s ease;
}
.feature-scroller.impact .top-section .section-tegline .badge {
  font-size: 16px;
  font-weight: 600;
  letter-spacing: 0.5px;
  display: inline-block;
  text-transform: uppercase;
  line-height: 100%;
  background-color: rgba(211, 204, 253, 0.5411764706);
  padding: 10px 20px;
}
.feature-scroller.impact .top-section > ul li {
  position: relative;
  padding-left: 24px;
  margin-bottom: 20px;
}
.feature-scroller.impact .top-section > ul li::after {
  position: absolute;
  content: "";
  left: 8px;
  top: 24%;
  transform: translate(-50%);
  width: 16px;
  background-size: auto;
  height: 16px;
  background-image: url(../../icons/cirlcle-x.svg);
}
.feature-scroller.impact .top-section .categories {
  background-color: #f3f0ff;
  padding: 20px;
  border-radius: 24px;
  display: flex;
  gap: 12px;
  align-items: center;
  margin-top: 40px;
}
.feature-scroller.impact .top-section .categories ul {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}
.feature-scroller.impact .top-section .categories ul li {
  margin-right: 8px;
  border: 1px solid #D7D4FF;
  border-radius: 100px;
  background-color: #FBF9FF;
  transition: 0.2s;
  line-height: normal;
  padding: 8px 18px;
  font-weight: 500;
  color: #1F2937;
  font-size: 14px;
}
.feature-scroller.impact .top-section .categories ul li:hover {
  border-color: #5d2bff;
  box-shadow: 0 6px 7px -2px rgba(93, 43, 255, 0.26);
  transform: translateY(-1px);
  transition: 0.2s;
}
.feature-scroller.impact .top-section .categories ul li:last-child {
  margin-right: 0;
}

.feature-scroller .feature-wrap .left-panel .top-section > p {
  margin-bottom: 30px;
}

.feature-scroller.impact.workstatus-right .top-section h2 {
  margin-bottom: 30px;
}

.feature-scroller {
  display: flex;
  justify-content: center;
}
.feature-scroller .feature-wrap {
  display: flex;
  width: 100%;
  gap: 56px;
  padding-left: 60px;
  padding-right: 60px;
  border-radius: 30px;
  justify-content: space-between;
}
.feature-scroller .feature-wrap .left-panel {
  width: 58%;
  position: sticky;
  top: 150px;
  height: fit-content;
}
.feature-scroller .feature-wrap .left-panel .top-section {
  text-align: left;
}
.feature-scroller .feature-wrap .left-panel .button-common .cmn-democta {
  justify-content: left;
}
.feature-scroller .feature-wrap .right-panel {
  width: 40%;
  display: flex;
  flex-direction: column;
  gap: 40px;
}
.feature-scroller .feature-wrap .right-panel .content-box {
  display: flex;
  flex-direction: column;
  background: #5D2BFF;
  border-radius: 30px;
  padding: 25px;
}
.feature-scroller .feature-wrap .right-panel .content-box .img-sec {
  width: 100%;
}
.feature-scroller .feature-wrap .right-panel .content-box .img-sec img {
  width: 100%;
}
.feature-scroller .feature-wrap .right-panel .content-box .text-box h3 {
  color: #ffffff;
  padding-left: 35px;
  position: relative;
  font-size: 22px;
  font-weight: 500;
}
.feature-scroller .feature-wrap .right-panel .content-box .text-box h3:before {
  content: "";
  background: url(../../icons/project-icon.svg) no-repeat;
  width: 29px;
  height: 29px;
  background-size: 100%;
  top: 2px;
  left: 0;
  position: absolute;
}
.feature-scroller .feature-wrap .right-panel .content-box .text-box p {
  color: rgba(255, 255, 255, 0.9);
  margin-bottom: 15px;
  font-size: 14px;
  font-weight: 500;
}
.feature-scroller .feature-wrap .right-panel .content-box .text-box ul li {
  position: relative;
  color: rgba(255, 255, 255, 0.8);
  padding-left: 28px;
  margin: 10px 0 0;
  line-height: 22px;
}
.feature-scroller .feature-wrap .right-panel .content-box .text-box ul li:before {
  content: "";
  display: inline-block;
  background: url(../../images/icons/white-check.svg) no-repeat;
  width: 18px;
  height: 18px;
  top: 2px;
  left: 0;
  position: absolute;
}
.feature-scroller .feature-wrap .right-panel .content-box .text-box.listing h3 {
  padding-left: 0;
}
.feature-scroller .feature-wrap .right-panel .content-box .text-box.listing h3:before {
  display: none;
}
.feature-scroller .feature-wrap .right-panel .content-box:nth-child(2n) {
  background: #111827;
}
.feature-scroller .feature-wrap .right-panel .content-box:nth-child(2n) .text-box h3:before {
  background: url(../../icons/project-icon.svg) no-repeat;
}
.feature-scroller .feature-wrap .right-panel .content-box:nth-child(3n) .text-box h3:before {
  background: url(../../icons/project-icon.svg) no-repeat;
}
.feature-scroller .feature-wrap .right-panel .content-box:nth-child(4n) .text-box h3:before {
  background: url(../../icons/project-icon.svg) no-repeat;
}

/*Media Query Start From Here*/
@media (max-width: 1440px) {
  .feature-scroller {
    padding: 0;
  }
}
@media (max-width: 980px) {
  .feature-scroller .feature-wrap {
    gap: 15px;
    padding-left: 25px;
    padding-right: 25px;
  }
  .feature-scroller .feature-wrap .left-panel {
    flex-basis: 60%;
  }
  .feature-scroller .feature-wrap .right-panel {
    flex-basis: 38%;
    gap: 30px;
  }
  .feature-scroller .feature-wrap .right-panel .content-box .text-box {
    padding: 0;
  }
}
@media (max-width: 767px) {
  .feature-scroller .feature-wrap {
    gap: 0;
    flex-wrap: wrap;
    border-radius: 20px;
    padding: 15px;
  }
  .feature-scroller .feature-wrap .left-panel {
    flex-basis: 100%;
    position: initial;
    top: 150px;
    height: initial;
  }
  .feature-scroller .feature-wrap .right-panel {
    flex-basis: 100%;
    gap: 20px;
  }
  .feature-scroller .feature-wrap .right-panel .content-box {
    border-radius: 20px;
    padding: 15px;
  }
  .feature-scroller .feature-wrap .right-panel .content-box .text-box {
    padding: 0;
  }
  .feature-scroller .feature-wrap .right-panel .content-box .text-box h3:before {
    top: 0;
  }
}
/*Media Query Ends Here*/
.feature-scroller.impact.workstatus-right .best-fir {
  padding: 25px;
  background: #F2ECFE;
  border-radius: 20px;
  margin-bottom: 15px;
}
.feature-scroller.impact.workstatus-right .best-fir h3 {
  margin-bottom: 20px;
  color: #111827;
}
.feature-scroller.impact.workstatus-right .best-fir ul li {
  margin-bottom: 15px;
  padding-left: 24px;
  position: relative;
  font-weight: 500;
  color: #4B5563;
}
.feature-scroller.impact.workstatus-right .best-fir ul li::after {
  position: absolute;
  content: "";
  left: 8px;
  top: 24%;
  transform: translate(-50%);
  width: 16px;
  background-size: auto;
  height: 16px;
  background: url(../../icons/grey-check-icon.svg) no-repeat;
}

.feature-scroller.impact.workstatus-right .not-build {
  padding: 25px;
  background: #FAF8FE;
  border-radius: 20px;
}
.feature-scroller.impact.workstatus-right .not-build h3 {
  margin-bottom: 20px;
  color: #E7000B;
}
.feature-scroller.impact.workstatus-right .not-build ul li {
  margin-bottom: 15px;
  padding-left: 24px;
  position: relative;
  font-weight: 500;
  color: #4B5563;
}
.feature-scroller.impact.workstatus-right .not-build ul li::after {
  position: absolute;
  content: "";
  left: 8px;
  top: 24%;
  transform: translate(-50%);
  width: 16px;
  background-size: auto;
  height: 16px;
  background-image: url(../../icons/cirlcle-x.svg);
}

.feature-scroller.impact.workstatus-right .feature-wrap .right-panel .content-box .text-box a {
  margin: 40px 0 15px 0;
  background-color: #FFFFFF;
  line-height: 140%;
  padding: 12px 22px;
  display: inline-block;
  color: #111827;
  text-decoration: none;
  border-radius: 100px;
}
.feature-scroller.impact.workstatus-right .feature-wrap .right-panel .content-box .text-box a:hover {
  background-color: #111827;
  color: #fff;
}

.feature-scroller.impact.workstatus-right .feature-wrap .right-panel .content-box .text-box p {
  font-size: 16px;
  font-weight: 500;
}

.feature-scroller.impact.workstatus-right .feature-wrap .right-panel .content-box .text-box h3 {
  padding-left: 0;
  font-size: 22px;
  font-weight: 600;
  margin-top: 30px;
}
.feature-scroller.impact.workstatus-right .feature-wrap .right-panel .content-box .text-box h3::before {
  display: none;
}

.feature-scroller.impact.workstatus-right .feature-wrap .right-panel .content-box {
  background: linear-gradient(153.09deg, #5D2BFF 2.06%, #381A99 116.66%);
}

.feature-scroller.impact.workstatus-right .feature-wrap .right-panel .content-box .img-sec img {
  border-radius: 20px;
}

.feature-scroller.impact.workstatus-right .top-section {
  padding-bottom: 0;
}

.feature-scroller.impact.workstatus-right .section-tegline {
  overflow: hidden;
  width: fit-content;
  background: transparent;
  color: #7a4dfc;
  border: 1.5px solid transparent;
  border-radius: 999px;
  background-image: linear-gradient(#fff, #fff), linear-gradient(90deg, #7a4dfc, #d8ccfc);
  background-origin: border-box;
  background-clip: padding-box, border-box;
  transition: all 0.3s ease;
}
.feature-scroller.impact.workstatus-right .section-tegline .badge {
  font-size: 16px;
  font-weight: 600;
  letter-spacing: 0.5px;
  display: inline-block;
  text-transform: uppercase;
  line-height: 100%;
  background-color: rgba(211, 204, 253, 0.5411764706);
  padding: 10px 20px;
}

@media screen and (max-width: 1024px) {
  .feature-scroller.impact {
    margin: 70px 0;
  }
  .feature-wrap.bg-light.padding-t-120.padding-b-120 {
    padding: 70px 30px;
  }
  .feature-scroller.impact .top-section .categories ul {
    flex-wrap: wrap;
    gap: 10px;
  }
  .feature-scroller.impact .top-section .categories ul li {
    margin-right: 0;
  }
}
@media screen and (max-width: 640px) {
  .feature-scroller.impact .top-section .categories {
    padding: 10px;
  }
  .feature-wrap.bg-light.padding-t-120.padding-b-120 {
    padding: 40px 20px;
  }
  .feature-scroller.impact {
    margin: 40px 0;
  }
  .feature-scroller.impact.workstatus-right .best-fir {
    padding: 15px;
  }
  .feature-scroller.impact.workstatus-right .not-build {
    padding: 15px;
  }
  .feature-scroller.impact .top-section > ul li::after {
    width: 14px;
    height: 14px;
    background-size: cover;
  }
  .feature-scroller .feature-wrap .right-panel .content-box .text-box h3 {
    font-size: 20px;
  }
  .feature-scroller .feature-wrap .right-panel .content-box .text-box ul li:before {
    width: 14px;
    height: 14px;
    background-size: cover;
  }
  .feature-scroller.impact.workstatus-right .best-fir ul li::after {
    width: 14px;
    height: 14px;
    background-size: cover;
    top: 6px;
  }
  .feature-scroller .feature-wrap .right-panel .content-box .text-box ul li {
    padding-left: 23px;
  }
  .feature-scroller.impact.workstatus-right .not-build ul li::after {
    width: 14px;
    height: 14px;
    background-size: cover;
  }
}

/*# sourceMappingURL=impact-section.css.map */
