.main-slider__content {
  max-width: 760px;
}

.main-slider .image-layer::before {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(120deg, rgba(9, 39, 69, 0.72), rgba(8, 88, 77, 0.42));
}

.main-slider__title {
  font-size: 66px;
  line-height: 1.05em;
}

.main-slider__text {
  max-width: 640px;
  color: rgba(255, 255, 255, 0.88);
}

.intro-list-one {
  margin-top: -52px;
  padding-top: 0;
  padding-bottom: 22px;
  position: relative;
  z-index: 4;
}

.intro-list-one .row {
  --bs-gutter-x: 24px;
  --bs-gutter-y: 24px;
}

.intro-list-one .row > [class*="col-"] {
  display: flex;
}

.intro-list-one__single {
  width: 100%;
  margin-bottom: 0;
  padding: 32px 30px 30px;
  border-radius: 16px;
  border: 1px solid #d7e2f0;
  background: linear-gradient(180deg, #ffffff 0%, #f7fbff 100%);
  box-shadow: 0 14px 30px rgba(12, 30, 56, 0.1);
  min-height: 292px;
  display: flex;
  flex-direction: column;
  transition: transform 280ms ease, box-shadow 280ms ease, border-color 280ms ease;
}

.intro-list-one__single:hover {
  transform: translateY(-6px);
  border-color: #b9cfe8;
  box-shadow: 0 18px 34px rgba(11, 35, 62, 0.14);
}

.intro-list-one__icon {
  margin-bottom: 18px;
}

.intro-list-one__icon span {
  width: 64px;
  height: 64px;
  font-size: 27px;
  background: #111827;
  color: #ffffff;
}

.intro-list-one__single:hover .intro-list-one__icon span {
  background: #0c6ca8;
  color: #ffffff;
}

.intro-list-one__title {
  margin: 0 0 14px;
  min-height: 64px;
  line-height: 1.25;
}

.intro-list-one__title a {
  color: #0f172a;
}

.intro-list-one__title a:hover {
  color: #0c6ca8;
}

.intro-list-one__text {
  margin: 0;
  min-height: 118px;
  color: #334155;
  line-height: 1.78;
}

.about-one {
  background: radial-gradient(circle at 0% 0%, #f2f8ff, #ffffff 56%);
}

.about-one__global-solutions {
  border: 1px solid #dce7f3;
  border-radius: 12px;
  padding: 22px 24px;
  background: #f8fbff;
}

.reevo-home-services .section-title__title {
  margin-bottom: 28px;
}

@media (min-width: 1200px) {
  .reevo-home-services .row {
    display: flex;
    flex-wrap: nowrap;
    --bs-gutter-x: 20px;
  }

  .reevo-home-services .row > [class*="col-"] {
    width: 20%;
    flex: 0 0 20%;
    max-width: 20%;
  }

  .reevo-home-services .row > [class*="col-"].mx-auto {
    margin-left: 0 !important;
    margin-right: 0 !important;
  }
}

.reevo-service-card-plain {
  height: 100%;
  background: #efefef;
  border: 1px solid #d8d8d8;
  border-left: 3px solid #111111;
  border-bottom: 4px solid #111111;
  border-radius: 6px;
  padding: 26px 22px 24px;
  box-shadow: none;
  display: flex;
  flex-direction: column;
}

.reevo-service-card-plain__count {
  font-size: 52px;
  line-height: 1;
  font-weight: 700;
  color: #d1d1d1;
  margin-bottom: 18px;
}

.reevo-service-card-plain .services-one__content {
  align-items: flex-start;
  margin-bottom: 14px;
}

.reevo-service-card-plain .services-one__title h3 {
  margin: 0;
  min-height: 98px;
}

.reevo-service-card-plain .services-one__title h3 a {
  color: #101525;
  font-size: 24px;
  line-height: 1.35;
  font-weight: 700;
}

.reevo-service-card-plain .services-one__icon {
  margin-left: auto;
  margin-top: 4px;
}

.reevo-service-card-plain .services-one__icon span {
  width: 54px;
  height: 54px;
  border-radius: 50%;
  display: grid;
  place-items: center;
  background: #d9d9d9;
  color: #111111;
  font-size: 30px;
}

.reevo-service-card-plain .services-one__text {
  color: #303a4d;
  min-height: 76px;
}

.reevo-service-card-plain .services-one__btn {
  margin-top: auto;
}

.reevo-service-card-plain .services-one__btn .thm-btn {
  min-width: 166px;
  padding: 10px 16px;
  border-radius: 4px;
  background: #f3f3f3;
  color: #111;
  border: 1px solid #d0d0d0;
  text-transform: uppercase;
  letter-spacing: 0.02em;
  font-size: 14px;
  font-weight: 700;
}

.reevo-service-card-plain .services-one__btn .thm-btn::before,
.reevo-service-card-plain .services-one__btn .thm-btn::after {
  display: none;
}

.reevo-service-card-plain .services-one__btn .thm-btn:hover {
  background: #111;
  color: #fff;
}

.why-choose-one__right {
  background: #f8fbff;
  border: 1px solid #dce7f3;
  border-radius: 14px;
  padding: 24px;
}

.project-one,
.team-one,
.testimonial-one,
.blog-one {
  display: none;
}

@media (max-width: 991px) {
  .main-slider__title {
    font-size: 42px;
  }

  .intro-list-one {
    margin-top: 20px;
    padding-bottom: 0;
  }

  .intro-list-one .row {
    --bs-gutter-x: 0;
    --bs-gutter-y: 20px;
  }

  .intro-list-one__single,
  .intro-list-one__title,
  .intro-list-one__text {
    min-height: 0;
  }

  .reevo-service-card-plain .services-one__title h3 {
    min-height: 0;
  }

  .reevo-service-card-plain .services-one__text {
    min-height: 0;
  }
}
