/*============================================================================================
	Start Service Area
==============================================================================================*/
.service-area {
  z-index: 2;
}
.service-bg-image {
  height: 541px;
  position: absolute;
  top: 0%;
  bottom: auto;
  left: 0%;
  right: 0%;
  z-index: -1;
}
.service-section-img-01 {
  z-index: 1;
  width: 100%;
  max-width: 270px;
  position: absolute;
  top: 90px;
  bottom: auto;
  left: 0%;
  right: auto;
}

.service-section-img-02 {
  z-index: 1;
  position: absolute;
  top: 110px;
  bottom: auto;
  left: auto;
  right: 1%;
}
.service-collection-item {
  margin-bottom: 40px;
}
.service-single-wrap {
  padding: 10px;
}
.service-single-wrap.card-1 {
  background: #fef4f2;
}
.service-single-wrap.card-2 {
  background: #f1fbfc;
}
.service-single-wrap.card-3 {
  background: #fff9ed;
}

.service-single-wrap.single {
  margin-bottom: 55px;
}

.service-dash-dot-wrap {
  border: 2px dashed #000;
  padding: 10px 10px 30px;
}
.service-dash-dot-wrap.border-1 {
  border-color: #f7917b;
}
.service-dash-dot-wrap.border-2 {
  border-color: #1db6ce;
}
.service-dash-dot-wrap.border-3 {
  border-color: #fec84e;
}
.service-image-wrap {
  width: 100%;
  height: 100%;
  margin-bottom: 20px;
  overflow: hidden;
}
.service-image {
  width: 100%;
}
.service-single-wrap:hover .service-image {
  transform: scale(1.08);
}
.service-details-wrap {
  padding-left: 20px;
}
.service-title {
  color: var(--title-color);
  letter-spacing: -0.52px;
  margin-bottom: 8px;
  font-size: 26px;
  font-weight: 800;
  line-height: 36px;
  transition: all 0.4s;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

.service-title:hover {
  color: var(--primary-color);
}

.service-details {
  max-width: 330px;
  color: rgba(19, 17, 38, 0.8);
  margin-bottom: 15px;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

.service-text-link {
  color: var(--primary-color);
  font-size: 18px;
  font-weight: 700;
  transition: all 0.45s;
  display: inline-block;
}
.service-text-link:hover {
  color: var(--secondary-color);
}

@media screen and (min-width: 1920px) {
  .service-section-img-01 {
    width: auto;
    max-width: 100%;
  }
  .service-section-img-02 {
    right: 140px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991.99px) {
  .service-section-img-01,
  .service-section-img-02 {
    display: none;
  }
  .service-bg-image {
    height: 100%;
  }
}
@media only screen and (max-width: 767.99px) {
  .service-area.section-gap {
    padding-bottom: 16px;
  }
  .service-bg-image {
    height: 100%;
  }
  .service-section-img-01,
  .service-section-img-02 {
    display: none;
  }
  .service-title {
    font-size: 22px;
  }
  .service-details-wrap {
    padding-left: 0;
  }
  .service-collection-item {
    text-align: center;
  }
  .service-details {
    max-width: 100%;
  }
}

/*============================================================================================
	End Service Area
==============================================================================================*/
