/* ===== Trusted Partner Section ===== */
.trusted-partner-section {
    padding: 60px 0;
    background: #fff;
  }
  
  .trusted-partner-content-wrapper {
    display: flex;
    align-items: center;
    gap: 69px;
    flex-wrap: wrap;
  }
  .text-side {
    max-width: 697px;
}
.text-side h2 {
  font-size: 31px !important;
  font-weight: 700;
  color: #000;
  line-height: 110% !important;
  margin-bottom: 10px !important;
  text-align: left;
} 
.text-side .description {
    font-size: 16px;
    line-height: 20px;
    margin-bottom: 98px;
    color: #555;
}
  
.stats-grid {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-bottom: 40px;
  margin-left: -51px;
}
  
  .stat-item {
    flex: 1 1 30%;
    text-align: center  ;
  }
  .stat-item img {
    width: 81px;
    height: 81px;
    margin-bottom: 12px;
  }
  .stat-item .label {
    font-size: 16px;
    color: #232323;
    padding-bottom: 10px;
    font-weight: bold;
    max-width: 122px;
    margin: auto;
}
.stat-item:nth-child(3) .label {
 max-width: 100%;
}
  
.stat-item .value {
  font-size: 24px;
  font-weight: bold;
  color: #0CB2C9;
  line-height: 24px;
}
.stat-item:nth-child(2) .value {
  color: #000;
}
.stat-item:nth-child(3) .value {
  color: hwb(187deg 5% 21% / 60%);
}
  
.text-side .btn-primary {
    padding: 14px 30px;
    border-radius: 6px;
    background: #0cb2c9;
    color: #fff;
    line-height: 16px;
    font-size: 14px;
    font-weight:500;
}
.text-side.btn-primary:hover {
    background: #0094c7;
  }
  @media (max-width: 767px) {
    .text-side .description {
      margin-bottom: 35px;
  }
  .text-side {
    text-align: center;
}
.text-side .description {
    margin-bottom: 35px;
    text-align: left;
}
  .stat-item .label {
    font-size: 14px;
    margin-bottom: 3px;
    font-weight: 600;
}
.stat-item .value {
  font-size: 18px;
  line-height: 20px;
}
.text-side .btn-primary {
  padding: 10px 15px;
  line-height: 16px;
  text-align: center;
}
.trusted-partner-section {
  padding: 70px 0 40px 0;
}
.stats-grid {
  margin-bottom: 10px;
  margin-left: 0;
}
.trusted-partner-content-wrapper {
  gap: 20px;
}
.text-side h2 {
  font-size: 32px !important;
  font-weight: 700;
  line-height: 110% !important;
  margin-bottom: 10px !important;
}
 }
 @media (min-width: 768px) and (max-width: 1024px) {
  .stats-grid {
    display: flex;
    flex-wrap: wrap;
    margin-left: -5px;
}
.text-side {
  max-width: 393px;
}
.trusted-partner-content-wrapper {
  gap: 20px;
}
.text-side .description {
  margin-bottom: 20px;
}
.trusted-partner-content-wrapper {
  gap: 20px;
  flex-wrap: nowrap;
}
.stat-item .value {
  font-size: 20px;
  line-height: 22px;
}
.trusted-partner-image-side .text-side h2{
  font-size: 28px !important;
  line-height: 32px !important;
}
.stats-grid {
  margin-bottom: 15px;
}
h2.project-calculator-heading {
  margin-bottom: 5px !important;
}
}
