.header-content-2 {
    font-size: 4rem;
    font-weight: 700;
    margin-top: 24px; 
    padding-right: 60px;
    line-height: 76px;
    color: #000;
}
.trusted-badge-1 {
      display: flex;
      align-items: center;
      gap: 8px;
      background-color: #f3f0ff;
      color: #4f46e5;
      padding: 6px 14px;
      border-radius: 100px;
      font-weight: 600;
      font-size: 14px;
      margin-top: 20px;
      margin-bottom: 10px;
      width: 31%;
      box-shadow: 0 0 2px rgba(79, 70, 229, 0.1);
    }

.services .service-item-1 {
  background-color: var(--surface-color);
  box-shadow: 0px 0 30px rgba(0, 0, 0, 0.1);
  height: 100%;
  padding: 10px;
  transition: 0.3s;
  border-radius: 5px;
}

.services .service-item-1 .b-icon {
  font-size: 24px;
  padding: 12px 12px;
  border-radius: 8px;
  position: relative;
  margin-bottom: 16px;
  display: inline-block;
  line-height: 0;
  transition: 0.3s;
}

.services .service-item-1 h3 {
  font-size: 18px;
  font-weight: 600;
}

.services .service-item-1 .read-more {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-weight: 600;
  font-size: 16px;
  padding: 8px 20px; 
}

.services .service-item-1 .read-more i {
  line-height: 0; 
  margin-left: 0px;
  font-size: 18px;
}

.service-item-1 .item-cyan {
  border-bottom: 3px solid ;
}
.services .service-item-1 .icon-1{
    background: linear-gradient(135deg, #3FA9F5 0%, #00C6FB 100%);
    color: #fff;
}
.services .service-item-1 .icon-2{
    background: linear-gradient(135deg, #A44FF0 0%, #FF4F81 100%);
    color: #fff;
}
.services .service-item-1 .icon-3{
    background: linear-gradient(135deg, #FFB347 0%, #FF6A00 100%);
    color: #fff;
}
.services .service-item-1 .icon-4{
    background: linear-gradient(135deg, #FF7E00 0%, #FF3D00 100%);
    color: #fff;
}
.services .service-item-1 .icon-5{
    background: linear-gradient(135deg, #00C853 0%, #00BFA5 100%);
    color: #fff;
}
.services .service-item-1 .icon-6{
    background: linear-gradient(135deg, #8E2DE2 0%, #4A00E0 100%);
    color: #fff;
}
 .cta-section-1 {
  text-align: center;
  padding:32px;  
  position: relative;
  overflow: hidden;
  background-color: #101828;
  margin: auto;
  color: #fff;
  margin-bottom:24px;
}
.cta-content-1 p{
  color: #a5acb5;
}
