@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;
}

.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-slider-activeone {
  padding: 4rem 0;
}

.journey-area {
  padding: 4rem 0;
  overflow: hidden;
  position: relative;
}
.journey-area .sub-heading-two {
  font-size: 14px !important;
}
.journey-area .journey-section-box {
  margin-bottom: 1rem;
}
.journey-area p {
  text-align: justify;
  margin-bottom: 0;
}

.journey-slider-item {
  border-radius: 30px;
  padding: 32px;
  height: 100%;
}
@media screen and (min-width: 992px) {
  .journey-slider-item {
    min-height: 400px;
  }
}
@media screen and (min-width: 1199px) {
  .journey-slider-item {
    min-height: 345px;
  }
}
@media screen and (max-width: 991px) {
  .journey-slider-item {
    min-height: 350px;
  }
}
@media screen and (max-width: 475px) {
  .journey-slider-item {
    min-height: 300px;
  }
}
.journey-slider-item .sub-heading {
  margin-bottom: 15px;
}
.journey-slider-item p {
  text-align: left;
}

.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;
  bottom: -35px;
}

.journey-stroke-text {
  position: absolute;
  top: 21px;
  right: 25px;
}

/* 1. Sky Blue → Soft Lilac */
.card-gradient-1 {
  background: linear-gradient(135deg, #e0e7ff, #f5f7ff);
}

/* 2. Mint → Ice White */
.card-gradient-2 {
  background: linear-gradient(135deg, #d1fae5, #f7fffb);
}

/* 3. Peach → Cream */
.card-gradient-3 {
  background: linear-gradient(135deg, #ffedd5, #fffaf3);
}

/* 4. Lavender → Cloud */
.card-gradient-4 {
  background: linear-gradient(135deg, #ede9fe, #faf9ff);
}

/* 5. Soft Yellow → Ivory */
.card-gradient-5 {
  background: linear-gradient(135deg, #fef3c7, #fffdf4);
}

/* 6. Aqua → Snow */
.card-gradient-6 {
  background: linear-gradient(135deg, #cffafe, #f6feff);
}/*# sourceMappingURL=why-choose.css.map */