.services-one__single {
  background: #ffffff;
  border-radius: 15px;
  padding: 30px;
  position: relative;
  box-shadow: 0 5px 20px rgba(0, 0, 0, 0.05);
  transition: all 0.3s ease;
  margin-bottom: 30px;
  text-align: center;
  display: flex;
  flex-direction: column;
  align-items: center;
  min-height: 320px;
  overflow: hidden;
}

.services-one__single-content {
  text-align: center;
  flex: 1;
  display: flex !important;
  flex-direction: column;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  padding: 20px 0;
  position: relative;
  z-index: 1;
}

.service-title {
  font-size: 24px;
  font-weight: 600;
  color: #333;
  margin: 15px 0;
  display: block !important;
  text-decoration: none;
  transition: color 0.3s ease;
  opacity: 1 !important;
  visibility: visible !important;
  transform: none !important;
}

.service-title:hover {
  color: #764ba2;
}

.service-description {
  color: #666;
  font-size: 16px;
  line-height: 1.6;
  margin-bottom: 20px;
  display: block !important;
  visibility: visible !important;
  opacity: 1 !important;
  transform: none !important;
}

.services-one__single:hover {
  transform: translateY(-10px);
  box-shadow: 0px 10px 30px rgba(0, 0, 0, 0.1);
}

.services-one__single-icon {
  /* margin-bottom: 25px; */
}

.services-one__single-icon i {
  font-size: 48px;
  color: #764ba2;
  transition: all 0.3s ease;
  width: 80px;
  height: 80px;
  line-height: 80px;
  border-radius: 50%;
  background: #f8f9fa;
  display: inline-block;
  text-align: center;
}

.services-one__single:hover .services-one__single-icon i {
  color: #4a90e2;
  background: #e9ecef;
  transform: scale(1.1);
}

.services-one__single-content h2 {
  font-size: 22px;
  margin-bottom: 15px;
}

.services-one__single-content p {
  margin-bottom: 20px;
}

.services-one__single-btn {
  margin-top: 20px;
}

.btn-read-more {
  display: inline-block;
  padding: 10px 20px;
  color: #764ba2;
  font-weight: 600;
  text-decoration: none;
  transition: all 0.3s ease;
}

.btn-read-more:hover {
  color: #4a90e2;
}

.btn-read-more i {
  margin-left: 5px;
  transition: transform 0.3s ease;
}

.btn-read-more:hover i {
  transform: translateX(5px);
}
