/*============================================================================================
	About Area
==============================================================================================*/
.about-area.style3 {
  background: #f7faff;
}
.about-area.style3 .pricing-inner {
  margin-top: 62px;
}
.about-area.style3 .about-content-sm-title {
  display: inline-block;
  color: var(--primary-color);
  font-weight: 600;
  font-size: 20px;
  line-height: 140%;
  position: relative;
  padding-left: 64px;
  margin-bottom: 20px;
}
.about-area.style3 .about-content-title {
  font-weight: 700;
  line-height: 130%;
  margin-bottom: 32px;
  display: -webkit-box;
  overflow: hidden;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}
.about-area.style3 .about-content-sm-title svg {
  position: absolute;
  width: 56px;
  height: 8px;
  left: 0;
  top: 11px;
	fill: none;
	stroke: var(--accent-color);
}
.about-area.style3 .about-content-text {
  font-weight: 500;
  margin-bottom: 24px;
}
.about-area.style3 .about-content-button {
  margin-top: 32px;
}
.about-area.style3 .about-content-img {
  float: right;
}
.about-area.style3 .about-content-img img {
  width: 486px;
  height: 540px;
  object-fit: cover;
  border-radius: 24px;
}
/* Client Slider */
.about-area.style3 .clients-slider {
  padding-top: 72px;
}
.about-area.style3 .single-client-slider {
  background: var(--white-color);
  border-radius: 8px;
  padding: 12px;
  width: 180px;
  height: 72px;
}


.about-area.style3 .theme-btn i{
  line-height: 0;
}
.about-area.style3 .theme-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  background: var(--accent-color);
  color: var(--white-color) !important;
  font-weight: 500;
  letter-spacing: -0.32px;
  border-radius: 4px;
  transition: all 0.3s ease;
  margin-right: 0px;
  padding: 12px 18px;
  font-size: 18px;
  line-height: 120%;
  text-align: center;
}
.about-area.style3 .theme-btn:hover{
  background: var(--secondary-color);
}

.about-area.style3 .single-client-slider img {
  width: 100% !important;
  height: 48px;
  object-fit: contain;
}

@media only screen and (max-width: 767px) {
  .about-area.style3 .about-content-sm-title {
    font-size: 16px;
  }
  .about-area.style3 .about-content-title {
    margin-bottom: 18px;
    -webkit-line-clamp: 3;
    font-size: 24px;
  }
  .about-area.style3 .about-content-img img {
    width: 100%;
    height: 280px;
    object-fit: contain;
  }
  .about-area.style3 .about-content-img {
    float: initial;
  }
  .about-area.style3 .order-class {
    order: -1;
  }
  .about-area.style3 .about-content {
    margin-top: 32px;
  }
  .about-area.style3 .single-client-slider img {
    height: 42px;
  }

  .about-area.style3 .single-client-slider {
    width: 162px;
    height: 64px;
  }

  .about-area.style3 .clients-slider {
    padding-top: 56px;
  }
}

/*============================================================================================
	End About Area
==============================================================================================*/
