.service-item .inner-content {
  margin-left: 70px;
  margin-bottom: 60px;
  position: relative;
}

@media only screen and (max-width: 575px) {
  .service-item .inner-content {
    margin-bottom: 40px;
  }
}

.service-item .inner-content .thumb {
  position: relative;
}

.service-item .inner-content .thumb:before {
  background-color: #f2f2f2;
  bottom: 0;
  content: "";
  height: calc(100% - 63px);
  position: absolute;
  right: 0;
  width: 100%;
  z-index: -1;
}

.service-item .inner-content .thumb span {
  display: block;
  left: -70px;
  overflow: hidden;
  position: relative;
}

.service-item .inner-content .thumb img {
  transition: 0.9s;
  -webkit-transition: 0.9s;
  -moz-transition: 0.9s;
  -ms-transition: 0.9s;
  -o-transition: 0.9s;
}

.service-item .inner-content .content {
  background-color: #f2f2f2;
  padding: 22px 0 20px 7px;
}

.service-item .inner-content .content .title {
  bottom: 62px;
  display: inline-block;
  font-size: 24px;
  font-weight: 700;
  margin-bottom: 0;
  letter-spacing: -0.2px;
  writing-mode: vertical-lr;
  position: absolute;
  right: 33px;
  text-transform: uppercase;
  transform: rotate(180deg);
  -webkit-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  -o-transform: rotate(180deg);
}

.service-item .inner-content .content .title a {
  color: #252525;
}

.service-item .inner-content .content .title a:hover {
  color: #39b54a;
}

.service-item .inner-content .content .class-time {
  color: #787878;
  font-size: 18px;
  font-weight: 500;
  margin-bottom: 0;
  margin-left: 15px;
  letter-spacing: 0.3px;
}

.service-item:hover .inner-content .thumb span img {
  transform: scale(1.25);
  -webkit-transform: scale(1.25);
  -moz-transform: scale(1.25);
  -ms-transform: scale(1.25);
  -o-transform: scale(1.25);
}

.service-item:hover .inner-content .content .title a {
  color: #39b54a;
}


.shape-group {
  pointer-events: none;
}

.shape-group .shape-img1 {
  position: absolute;
  bottom: -135px;
  right: -254px;
}

.shape-group .shape-img2 {
  position: absolute;
  bottom: 27px;
  left: -280px;
}

.shape-group .shape-img3 {
  position: absolute;
  bottom: 185px;
  right: -258px;
}

.shape-group .shape-img4 {
  position: absolute;
  bottom: 250px;
  left: -285px;
}
/* 
.shape-group .shape-img5 {
  position: absolute;
  top: 133px;
  left: -275px;
}

.shape-group .shape-img6 {
  position: absolute;
  top: -137px;
  right: -278px;
} */

.service-details ul {
  list-style: none;  /* Remove default list markers */

}

.service-details li {
  position: relative;
  padding: 0px 15px 17px 51px;  /* Add left padding to make space for icons */
}

/* Remove border from the last item */
.service-details li:last-child {
  border-bottom: none;
}

/* Adding icons using ::before pseudo-element */
.service-details li::before {
  content: '\f058';  /* Default content */
  position: absolute;
  left: 15px;
  font-family: 'Font Awesome\ 6 Pro';  /* Use Font Awesome */
  font-weight: 900;  /* Adjust weight for correct icon rendering */
  font-size: 1.5rem;
  color: #4CAF50;
}
