/*============================================================================================
	Features Area
==============================================================================================*/
.features-area.style3 .features-area.section-padding {
  padding-bottom: 120px;
}

.features-area.style3 .features-section-head {
  text-align: center;
  margin-bottom: 24px;
}
.features-area.style3 .features-section-head-sm-title {
  background: var(--primary-color);
  color: var(--white-color);
  border-radius: 24px;
  font-weight: 600;
  padding: 8px 16px;
  line-height: 160%;
  display: inline-block;
  margin-bottom: 20px;
}
.features-area.style3 .features-section-head-title {
  margin: 0;
  font-weight: 700;
  display: -webkit-box;
  overflow: hidden;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  color: var(--secondary-color);
}

.features-area.style3 .features-card {
  text-align: center;
  background: var(--white-color);
  box-shadow: 0px 24px 72px rgba(8, 32, 50, 0.12);
  border-radius: 4px;
  padding: 40px 24px;
  margin-top: 48px;
}
.features-area.style3 .features-card-icon img {
  width: 88px;
  height: 88px;
  object-fit: contain;
}

.feature-area-mdsvg{
  width: 56px;
  height: 8px;
  fill: none;
  stroke: var(--accent-color);
}

.features-area.style3 .features-card-content {
  margin-top: 20px;
}
.features-area.style3 .features-card-title {
  font-weight: 600;
  line-height: 120%;
  position: relative;
  display: -webkit-box;
  overflow: hidden;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  padding-bottom: 0;
  margin-bottom: 10px;
}
.features-area.style3 .card-wave-icon {
  position: relative;
}
.features-area.style3 .card-wave-icon::before {
  position: absolute;
  content: "";
  width: 56px;
  height: 8px;
  background-image: url("../images/wave-line.svg");
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  left: 50%;
  transform: translate(-50%);
  bottom: 0;
}
.features-area.style3 .features-card-text {
  margin: 0;
  font-weight: 500;
  display: -webkit-box;
  overflow: hidden;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  padding-top: 5px;
}

@media only screen and (max-width: 767px) {
  .features-area.style3 .features-section-head-sm-title {
    padding: 6px 14px;
    font-size: 14px;
  }
  .features-area.style3 .features-section-head-title {
    -webkit-line-clamp: 3;
    font-size: 24px;
  }
  .features-area.style3 .features-card-icon img {
    width: 68px;
    height: 68px;
  }
  .features-area.style3 .features-card-title {
    font-size: 18px;
  }
  .features-area.style3 .features-card {
    margin-top: 32px;
  }
  .features-area.style3 .features-area.section-padding {
    padding-bottom: 56px;
  }
}

/*============================================================================================
	End Features Area
==============================================================================================*/
 