
/*-------------------
Services CSS
-----------------*/
/* Skin Service */
.cards.active .single-services {
  border: 1px solid transparent;
}

.single-services {
  padding: 40px 40px 52px;
  -webkit-transition: all 0.3s linear;
  transition: all 0.3s linear;
  position: relative;
}
.single-services.text-start {
  text-align: left;
}
.single-services.text-center {
  text-align: center;
}
.single-services.text-end {
  text-align: right;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .single-services {
    padding: 40px 20px 52px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .single-services {
    padding: 40px 20px 52px;
  }
}
.single-services h3 {
  margin-top: 25px;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .single-services h3 {
    font-size: 24px;
  }
}
.single-services h3 a:hover {
  color: var(--link-hover-color);
}
.single-services p {
  margin-top: 14px;
}
.single-services .more {
  width: 56px;
  height: 56px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border-radius: 100%;
  position: absolute;
  bottom: -28px;
  z-index: 1;
}

.single-services.text-start .more {
  left: 40px;
  transform: inherit;
}
.single-services.text-center .more {
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
}
.single-services.text-end .more {
  transform: inherit;
  right: 40px;
}

.single-services .more svg {
	width: 16px;
	height: 16px;
}
.single-services .more svg path {
    stroke: currentColor;
    fill: currentColor;
    transition: all .3s linear;
}

/* Service Feature Two */
.single-feature-2 {
  position: relative;
  padding: 60px 24px 49px 25px;
  border: 2px solid transparent;
  border-radius: 10px;
  isolation: isolate;
  -webkit-transition: all 0.3s linear;
  transition: all 0.3s linear;
}
.single-feature-2 .shape {
  position: absolute;
  top: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  z-index: -1;
  opacity: 0;
  -webkit-transition: all 0.3s linear;
  transition: all 0.3s linear;
}
.single-feature-2 .icon {
  width: 180px;
  height: 180px;
  border-radius: 50%;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-transition: all 0.3s linear;
  transition: all 0.3s linear;
}
.single-feature-2 .icon svg {
  -webkit-transition: all 0.3s linear;
  transition: all 0.3s linear;
}
.single-feature-2 .title {
  line-height: 1.3;
  font-weight: 600;
  margin-top: 27px;
}

.single-feature-2 p {
  line-height: 2;
  margin-top: 16px;
}
.single-feature-2:hover {
  -webkit-box-shadow: 0px 0px 50px rgba(0, 0, 0, 0.07);
          box-shadow: 0px 0px 50px rgba(0, 0, 0, 0.07);
}

.single-feature-2:hover .shape {
  opacity: 1;
}

@media only screen and (max-width: 767px) {
  .single-feature-2 {
    -webkit-box-shadow: 0px 0px 50px rgba(0, 0, 0, 0.07);
            box-shadow: 0px 0px 50px rgba(0, 0, 0, 0.07);
  }
  .single-feature-2 .shape {
    opacity: 1;
  }
}

/*===========================
 Feature Three CSS Three
 ============================ */
.single-feature-3 {
    padding: 60px 30px;
    -webkit-transition: all 0.3s linear;
    transition: all 0.3s linear;
    border-radius: 10px;
  }
.single-feature-3 .image {
      border-radius: 50%;
    }
  .single-feature-3 h3 {
    margin-top: 31px;
    letter-spacing: 0.05em;
  }
  .single-feature-3 p {
    line-height: 2;
    letter-spacing: 0.05em;
    text-transform: capitalize;
  }
  .single-feature-3 .divider {
    margin-top: 19px;
    margin-bottom: 20px;
  }
  .single-feature-3 .btn {
    margin-top: 29px
    height: 50px;
    padding: 0 36px;
    border-width: 1px;
    border-style: solid;
    border-radius: 10px;
  }
  
  
  .single-feature-3:hover h3 a {
    color: var(--link-hover-color);
  }
  
  @media only screen and (max-width: 767px) {
    .single-feature-3 {
      padding: 40px 30px;
    }
  }

/*-----------------
  Feature Four CSS
 -------------------*/
.single-feature-4 img {
  width: 100%;
}
.single-feature-4 .content {
  margin-left: 25px;
  margin-right: 25px;
  margin-top: -56px;
  padding: 25px;
  position: relative;
}
.single-feature-4 .icon {
  margin-bottom: 21px;
}
.single-feature-4 .content a{
  display: block;
}
.single-feature-4 h3 {
  line-height: 1.35;
  letter-spacing: 0.05em;
  margin-bottom: 13px;
}
.single-feature-4 p {
  line-height: 2;
  text-transform: capitalize;
}

/* Nail Service */
.single-feature-5 .icon {
    width: 120px;
    height: 120px;
    border-radius: 50%;
    background-color: #fff;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    margin-left: auto;
    margin-right: auto;
    position: relative;
  }
  .single-feature-5 .icon:before {
    position: absolute;
    content: "";
    inset: 6px;
    border-radius: 50%;
    visibility: hidden;
    opacity: 0;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
  }
  .single-feature-5 h3 {
    line-height: 1.35;
    letter-spacing: 0.05em;
    margin-top: 32px;
  }
  .single-feature-5 p {
    line-height: 2;
    letter-spacing: 0.05em;
    text-transform: capitalize;
    margin-top: 16px;
  }
  .single-feature-5 .btn {
    -webkit-box-shadow: 0px 10px 30px rgba(49, 50, 50, 0.08);
            box-shadow: 0px 10px 30px rgba(49, 50, 50, 0.08);
    border-radius: 8px;
    height: 40px;
    line-height: 40px;
    padding: 0 20px;
    font-weight: 500;
    font-size: 14px;
    margin-top: 28px;
  }
  .single-feature-5:hover .icon:before {
    visibility: visible;
    opacity: 1;
  }
  .single-feature-5:hover h3 {
    color: var(--primary-color);
  }
  @media only screen and (max-width: 767px) {
    .single-feature-5 h3 {
      font-size: 20px;
      margin-top: 22px;
    }
    .single-feature-5 .btn {
      margin-top: 18px;
    }
  }


