@charset "UTF-8";
.journey-slider-wrapper .tp-scrollbar {
  background: rgba(1, 16, 61, 0.16);
  height: 2px;
  width: 50%;
  position: relative;
  left: 0;
  right: 0;
  text-align: center;
  margin: auto;
}

.journey-slider-wrapper .swiper-scrollbar-drag {
  height: 100%;
  width: 100%;
  background: #202124;
  border-radius: 4px;
  left: 0;
  top: 0;
}

.slider-icon {
  width: 50px;
  margin-bottom: 30px;
  filter: var(--icon-hover-grey);
}

.journey-slider-item:hover .slider-icon {
  filter: invert(75%) sepia(73%) saturate(3256%) hue-rotate(2deg) brightness(102%) contrast(104%) !important;
}

.journey-grey-bg {
  height: 310px;
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
}

.journey-area {
  overflow: hidden;
  position: relative;
}
.journey-area p {
  text-align: justify;
}

.journey-slider-item {
  background-color: var(--plainclr);
  box-shadow: 0px 14px 20px rgba(8, 8, 41, 0.08);
  border-radius: 20px;
  padding: 20px;
  height: 100%;
}
.journey-slider-item .sub-heading {
  margin-bottom: 15px;
}
.journey-slider-item .use-case-list {
  margin: 10px 0 0;
  padding-left: 0;
  list-style: none;
}
.journey-slider-item .use-case-list li {
  position: relative;
  margin: 8px 0;
  padding-left: 28px;
  font-size: 14px;
  line-height: 1.5;
  font-weight: 500;
}
.journey-slider-item .use-case-list li::before {
  content: "✔";
  position: absolute;
  left: 0;
  top: 2px;
  width: 18px;
  height: 18px;
  border-radius: 50%;
  border: 2px solid var(--themeprimaryclr);
  /* Loqal Green Circle */
  color: var(--themeprimaryclr);
  font-size: 12px;
  font-weight: bold;
  display: flex;
  align-items: center;
  justify-content: center;
}
.journey-slider-item p {
  text-align: left;
}
@media only screen and (min-width: 1400px) and (max-width: 1599px) {
  .journey-slider-item {
    padding: 40px;
  }
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .journey-slider-item {
    padding: 40px;
  }
}
@media (max-width: 767px) {
  .journey-slider-item {
    padding: 40px;
  }
}

.journey-slider-wrapper {
  margin-left: -100px;
  margin-right: -305px;
}
.journey-slider-wrapper .swiper-slide {
  height: 360px;
}
@media (max-width: 992px) {
  .journey-slider-wrapper .swiper-slide {
    height: auto;
  }
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .journey-slider-wrapper {
    margin-right: -200px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
  .journey-slider-wrapper {
    margin-left: 20px;
    margin-right: 20px;
  }
}
.journey-slider-wrapper .tp-scrollbar {
  background: rgba(1, 16, 61, 0.16);
  height: 2px;
  width: 50%;
  position: relative;
  left: 0;
  right: 0;
  text-align: center;
  margin: auto;
}
.journey-slider-wrapper .swiper-scrollbar-drag {
  height: 100%;
  width: 100%;
  background: #202124;
  border-radius: 4px;
  left: 0;
  top: 0;
}

.journey-slider-active {
  padding: 4rem 0;
}

.journey-stroke-text {
  position: absolute;
  top: 21px;
  right: 25px;
}
.journey-stroke-text h2 {
  font-size: 80px;
  background-clip: border-box;
  background: linear-gradient(-90deg, rgba(8, 8, 41, 0.12) 0%, rgb(231, 231, 231) 91%);
  background: -ms-linear-gradient(-90deg, rgba(8, 8, 41, 0.12) 0%, rgb(255, 255, 255) 91%);
  -webkit-background-clip: text;
  -webkit-text-stroke: 2px transparent;
  -webkit-text-fill-color: #fff;
  color: #fff;
  position: relative;
}/*# sourceMappingURL=agentic-intelligence.css.map */