.elementor-116 .elementor-element.elementor-element-6108ba0{--display:flex;}/* Start custom CSS for html, class: .elementor-element-1568f95 */.co-services-section {
  padding: 80px 0;
  background-color: #f7f7f7;
}
.co-container {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 15px;
}
.co-section-head {
  text-align: left;
  margin-bottom: 40px;
}
.co-section-head h2 {
  font-size: 32px;
  font-weight: 700;
  margin-bottom: 10px;
}
.co-section-head p {
  max-width: 650px;
  color: #6f6f6f;
  font-size: 15px;
  line-height: 1.7;
}

.co-services-grid {
  display: flex;
  flex-wrap: wrap;
  gap: 24px;
}
.co-service-box {
  background: #ffffff;
  border-radius: 8px;
  padding: 24px 22px;
  display: flex;
  align-items: flex-start;
  gap: 18px;
  flex: 1 1 calc(25% - 24px);
  box-shadow: 0 8px 20px rgba(0,0,0,0.03);
  transition: all 0.3s ease;
}
.co-service-box:hover {
  transform: translateY(-5px);
  box-shadow: 0 12px 30px rgba(0,0,0,0.06);
}
.co-service-icon {
  min-width: 52px;
  height: 52px;
  border-radius: 50%;
  border: 2px solid #f36a21;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 22px;
  color: #f36a21;
}
.co-service-content h3 {
  font-size: 18px;
  margin: 0 0 6px;
  font-weight: 700;
}
.co-service-content p {
  font-size: 14px;
  line-height: 1.7;
  color: #777777;
  margin: 0;
}

@media (max-width: 991px) {
  .co-service-box {
    flex: 1 1 calc(50% - 24px);
  }
}
@media (max-width: 575px) {
  .co-service-box {
    flex: 1 1 100%;
  }
  .co-section-head h2 {
    font-size: 26px;
  }
}/* End custom CSS */