.icon-grid {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 30px;
  padding: 20px;
  text-align: center;
  display:inline-block;
}

.icon-box {
  width: 100px;
  font-family: 'Segoe UI', sans-serif;
  color: #0077b6;
  transition: transform 0.3s ease;
}

.icon-box i {
  font-size: 30px;  /*zvetseni zmenseni obrazku*/
  margin-bottom: 10px;
}

.icon-box:hover {
  transform: scale(1.1);
  color: #00b4d8;
}

.icon-box p {
  margin: 0;
  font-size: 14px;
  color: #333;
}
.cleaning-image-icons {
  display: flex;
  gap: 30px;
  justify-content: center;
  flex-wrap: wrap;
  padding: 20px;
  text-align: center;
}

.icon-item {
  width: 100px;
  transition: transform 0.3s ease;
   text-align: center;
}

.icon-item img {
  width: 80px;
  height: auto;
  margin-bottom: 8px;
  transition: transform 0.3s ease;
   text-align: center;
}

.icon-item p {
  font-size: 14px;
  color: #333;
  margin: 0;
   font-family: 'Segoe UI', sans-serif;
    letter-spacing: 1.3px;
   word-spacing: 1.9px;
}

.icon-item:hover {
  transform: scale(1.1);
}

.icon-grid {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 30px;
  padding: 20px;
  text-align: center;
}

.icon-box {
  width: 100px;
  font-family: 'Segoe UI', sans-serif;
  color: #0077b6;
  transition: transform 0.3s ease;
   letter-spacing: 1.3px;
   word-spacing: 1.9px;
}

.icon-box i {
  font-size: 40px;  /*zvetseni zmenseni obrazku*/
  margin-bottom: 10px;
   letter-spacing: 1.3px;
   word-spacing: 1.9px;
}

.icon-box:hover {
  transform: scale(1.1);
  color: #00b4d8;
}




 
  
    * { margin: 0; padding: 0; box-sizing: border-box; }

    body {
      font-family: 'Poppins', Arial, sans-serif;
      color: #333;
      line-height: 1.6;
      background: #fafafa;
    }
    a { text-decoration: none; color: inherit; }

    .container {
      max-width: 1200px;
      margin: auto;
      padding: 0 20px;
    }

  
   
   
  

    .icon-box {
      width: 240px;
      background: #fff;
      border-radius: 12px;
      padding: 20px;
      transition: transform 0.3s, box-shadow 0.3s;
      box-shadow: 0 4px 10px rgba(0,0,0,0.1);
    }
   