.elementor-1107 .elementor-element.elementor-element-a0d8b92{--display:flex;}/* Start custom CSS for html, class: .elementor-element-2609919 */.service-section {
  padding: 60px 20px;
  background: #f9f9f9;
  text-align: center;
}

.service-title {
  font-size: 32px;
  font-weight: 700;
  margin-bottom: 15px;
  color: #0a2a3c;
}

.service-description {
  font-size: 18px;
  margin-bottom: 40px;
  color: #555;
  max-width: 800px;
  margin-left: auto;
  margin-right: auto;
}

.service-features {
  display: flex;
  justify-content: center;
  gap: 30px;
  margin-bottom: 40px;
  flex-wrap: wrap;
}

.feature-box {
  background: #fff;
  padding: 20px;
  border-radius: 12px;
  box-shadow: 0 4px 12px rgba(0,0,0,0.1);
  flex: 1 1 280px;
  max-width: 320px;
  transition: transform 0.3s ease;
}

.feature-box:hover {
  transform: translateY(-5px);
}

.feature-box i {
  font-size: 40px;
  color: #007b5e;
  margin-bottom: 15px;
}

.whatsapp-button {
  display: inline-block;
  background: #25d366;
  color: #fff;
  padding: 15px 25px;
  border-radius: 8px;
  font-size: 18px;
  text-decoration: none;
  transition: 0.3s;
}

.whatsapp-button:hover {
  background: #1ebe5c;
}

/* 📱 Адаптация */
@media (max-width: 768px) {
  .service-title {
    font-size: 26px;
  }

  .service-description {
    font-size: 16px;
    padding: 0 10px;
  }

  .service-features {
    flex-direction: column;
    align-items: center;
  }

  .feature-box {
    max-width: 100%;
  }

  .whatsapp-button {
    width: 90%;
    font-size: 16px;
    padding: 12px 0;
  }
}

@media (max-width: 480px) {
  .service-title {
    font-size: 22px;
  }

  .service-description {
    font-size: 15px;
  }

  .feature-box h3 {
    font-size: 18px;
  }

  .feature-box p {
    font-size: 14px;
  }

  .whatsapp-button {
    font-size: 15px;
  }
}/* End custom CSS */