.banner {
  padding: 60px 0;
  background: linear-gradient(90deg, #f3fff7 0%, #fffbf4 50%, #fff6ff 100%);
  min-height: 600px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.banner .heading {
  font-size: 35px;
  margin-bottom: 0;
}
.banner .tagline {
  font-size: 18px;
  margin-top: 20px;
  margin-bottom: 25px;
}
.banner .highlight {
  background: var(--light);
  border-radius: 7px;
  display: inline-block;
  padding: 4px 15px;
  margin-bottom: 20px;
}
.banner .highlight p {
  display: inline-block;
  color: var(--blue);
  font-size: 18px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  margin: 0;
}
.banner .btn-group {
  margin-top: 30px;
}

.why-choose {
  padding: 60px 0;
}
.why-choose .heading {
  margin: 0;
}
.why-choose .head-part {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 20px;
  margin-bottom: 40px;
}
.why-choose .head-part .left-part {
  display: flex;
  align-items: flex-start;
  flex-direction: column;
  justify-content: flex-start;
  gap: 20px;
  width: 60%;
}
.why-choose .head-part .btn-group .custom-btn {
  background: var(--blue);
}
.why-choose .part {
  padding: 35px;
  border-radius: 20px;
  background: #fff1ff;
  height: 100%;
}
.why-choose .part .icon {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100px;
  height: 100px;
  border-radius: 10px;
  background: var(--white);
  box-shadow: 0px 0px 4px 0px rgba(49, 45, 137, 0.25);
}
.why-choose .part .head {
  color: var(--blue);
  font-size: 20px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  margin-top: 30px;
  margin-bottom: 20px;
}
.why-choose .col-lg-4:nth-child(2) .part {
  background: #fffae9;
}
.why-choose .col-lg-4:nth-child(3) .part {
  background: #eef6ff;
}

.scroll-part .swiper {
  width: 100%;
  min-height: 100px;
  background: var(--blue);
  display: flex;
  align-items: center;
}
.scroll-part .swiper-wrapper {
  transition-timing-function: linear !important;
}
.scroll-part .swiper-slide {
  width: auto !important;
  padding: 0 10px;
  white-space: nowrap;
  color: #0c182e;
  font-family: Inter;
  font-size: 25px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  display: inline-flex;
}
.scroll-part p,
.scroll-part a {
  color: var(--white);
  font-size: 20px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  text-decoration: none;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  overflow: hidden;
  margin: 0;
  padding: 0;
}
.scroll-part a {
  padding: 0 30px;
}
.scroll-part a::after {
  content: "";
  position: absolute;
  right: 0;
  height: 100px;
  width: 1px;
  background: var(--white);
}

.clients-review {
  padding: 60px 0;
  background: linear-gradient(90deg, #f3fff7 0%, #fffbf4 50%, #fff6ff 100%);
}
.clients-review .head-top {
  color: var(--dark);
  font-size: 18px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  margin-bottom: 0;
}
.clients-review .heading {
  margin-top: 20px;
  margin-bottom: 20px;
}
.clients-review .swiper {
  margin-top: 40px;
}
.clients-review .swiper .swiper-slide .item {
  padding: 35px;
  border-radius: 30px;
  border: 3px solid #eef6ff;
  background: #fff1ff;
  box-shadow: 0px 0px 3px 0px #d6fbfd;
}
.clients-review .swiper .swiper-slide:nth-child(even) .item {
  background: #fffae9;
}
.clients-review .swiper .swiper-slide .item .quote-left-icon {
  width: 50px;
  height: 38px;
}
.clients-review .swiper .swiper-slide .item .content {
  padding-left: 38px;
}
.clients-review .swiper .swiper-slide .item .content .profile {
  margin-top: 20px;
  margin-bottom: 0;
  padding-left: 15px;
  border-left: 1px solid var(--blue);
  color: var(--dark);
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
}
.clients-review .swiper .swiper-slide .item .content .profile span {
  display: block;
  font-size: 18px;
  font-weight: 700;
}
.clients-review .swiper .swiper-slide .item .content .profile {
  margin-top: 20px;
  margin-bottom: 0;
  padding-left: 15px;
  border-left: 2px solid var(--blue);
}
.clients-review .swiper .next-pre {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 40px;
  gap: 20px;
}

.clients-review .swiper .swiper-button-prev1,
.clients-review .swiper .swiper-button-next1 {
  background: var(--blue);
  border-radius: 7px;
  font-size: 0;
  line-height: 0;
  display: block;
  width: 40px;
  height: 40px;
  position: relative;
}

.clients-review .swiper .swiper-button-next1 {
  right: 0;
}

.clients-review .swiper .swiper-button-prev1:after {
  content: "";
  background: url(../img/home/right-arrow.svg) center center no-repeat;
  transform: rotate(-180deg);
  width: 40px;
  height: 40px;
  position: absolute;
  left: 0;
}

.clients-review .swiper .swiper-button-next1::after {
  content: "";
  background: url(../img/home/right-arrow.svg) center center no-repeat;
  /*transform: rotate(-90deg);*/
  width: 40px;
  height: 40px;
  position: absolute;
  left: 0;
}

.our-clients {
  padding: 60px 0;
}
.our-clients .heading {
  margin-bottom: 40px;
}
.our-clients .item {
  overflow: hidden;
  text-align: center;
}

@media (max-width: 1200px) {
  .clients-review .swiper .swiper-slide .item {
    min-height: 300px;
  }
}
@media (max-width: 991px) {
  .why-choose .row {
    row-gap: 1.5rem;
  }
}
@media (max-width: 768px) {
  .why-choose .head-part .left-part {
    width: 100%;
  }
}
