/* Correções para ícones nas páginas de serviços */

/* Seção de inspeções técnicas */
.wpo-p-details-img.text-center {
  padding: 20px 15px;
  border-radius: 8px;
  transition: all 0.3s ease;
}

.wpo-p-details-img.text-center:hover {
  background-color: #f8f9fa;
  transform: translateY(-3px);
}

/* Ícones principais */
.wpo-p-details-img.text-center i {
  display: block;
  margin: 0 auto 15px auto;
  width: 80px;
  height: 80px;
  line-height: 80px;
  background: linear-gradient(135deg, #183761 0%, #2c5aa0 100%);
  color: white !important;
  border-radius: 50%;
  font-size: 32px !important;
  text-align: center;
  box-shadow: 0 4px 15px rgba(24, 55, 97, 0.2);
  transition: all 0.3s ease;
}

.wpo-p-details-img.text-center:hover i {
  transform: scale(1.1);
  box-shadow: 0 6px 20px rgba(24, 55, 97, 0.3);
}

/* Títulos dos serviços */
.wpo-p-details-img.text-center h6 {
  font-size: 16px;
  font-weight: 600;
  color: #183761;
  margin-bottom: 10px;
  line-height: 1.4;
}

/* Descrições */
.wpo-p-details-img.text-center p {
  font-size: 14px;
  color: #666;
  line-height: 1.5;
  margin-bottom: 0;
}

/* ÍCONES DA HOMEPAGE - Segmentos Industriais */
.segmento-box {
  transition: all 0.3s ease;
  border: 1px solid #eee;
}

.segmento-box:hover {
  transform: translateY(-5px);
  box-shadow: 0 10px 30px rgba(24, 55, 97, 0.15) !important;
  border-color: #183761;
}

.segmento-box i {
  display: block;
  margin: 0 auto 20px auto;
  width: 70px;
  height: 70px;
  line-height: 70px;
  background: linear-gradient(135deg, #183761 0%, #2c5aa0 100%);
  color: white !important;
  border-radius: 50%;
  font-size: 28px !important;
  text-align: center;
  box-shadow: 0 4px 15px rgba(24, 55, 97, 0.2);
  transition: all 0.3s ease;
}

.segmento-box:hover i {
  transform: scale(1.1);
  box-shadow: 0 6px 20px rgba(24, 55, 97, 0.3);
}

.segmento-box h5 {
  color: #183761;
  font-weight: 600;
  margin-bottom: 15px;
}

.segmento-box p {
  color: #666;
  font-size: 14px;
  line-height: 1.5;
}

/* Responsividade para mobile */
@media (max-width: 768px) {
  .wpo-p-details-img.text-center {
    margin-bottom: 30px;
  }

  .wpo-p-details-img.text-center i {
    width: 60px;
    height: 60px;
    line-height: 60px;
    font-size: 24px !important;
  }

  .wpo-p-details-img.text-center h6 {
    font-size: 15px;
  }

  .wpo-p-details-img.text-center p {
    font-size: 13px;
  }

  .segmento-box i {
    width: 60px;
    height: 60px;
    line-height: 60px;
    font-size: 24px !important;
    margin-bottom: 15px;
  }

  .segmento-box h5 {
    font-size: 16px;
  }

  .segmento-box p {
    font-size: 13px;
  }
}

/* Melhorias para outros ícones de serviços */
.service-icon-container {
  text-align: center;
  padding: 20px 10px;
}

.service-icon-container .icon-wrapper {
  display: inline-block;
  width: 70px;
  height: 70px;
  line-height: 70px;
  background: #183761;
  color: white;
  border-radius: 50%;
  margin-bottom: 15px;
  font-size: 28px;
  transition: all 0.3s ease;
}

.service-icon-container:hover .icon-wrapper {
  background: #2c5aa0;
  transform: translateY(-2px);
}

/* Para ícones em listas */
.icon-list {
  list-style: none;
  padding: 0;
}

.icon-list li {
  display: flex;
  align-items: center;
  padding: 8px 0;
  border-bottom: 1px solid #eee;
}

.icon-list li:last-child {
  border-bottom: none;
}

.icon-list li i {
  width: 30px;
  height: 30px;
  line-height: 30px;
  background: #183761;
  color: white;
  border-radius: 50%;
  text-align: center;
  font-size: 14px;
  margin-right: 15px;
  flex-shrink: 0;
}
