
:root {
            --bs-dark: #072c46;
            --accent-color: #23BABF;
        }

        
     /* FIXED SERVICE CARD DESIGN */

.service_block_fix {
  background: #ffffff;
  border-radius: 18px;
  text-align: center;
  padding: 35px 25px;
  height: 100%;
  box-shadow: 0 12px 30px rgba(0,0,0,0.05);
  transition: all 0.3s ease;
}

.service_block_fix:hover {
  transform: translateY(-8px);
  box-shadow: 0 18px 40px rgba(0,0,0,0.08);
}

.service_image_fix {
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-bottom: 18px;
}

.service_image_fix img {
  width: 70px;
  height: 70px;
}

.service_block_fix h3 {
  font-size: 20px;
  font-weight: 700;
  margin-bottom: 10px;
  color: var(--bs-dark);
}

.service_block_fix p {
  font-size: 15px;
  line-height: 1.6;
  color: #666;
  margin-bottom: 0;
}
.print-icon img {
  filter: brightness(0) saturate(100%) invert(44%) sepia(77%) 
          saturate(506%) hue-rotate(140deg) brightness(95%) contrast(95%);
}  
.iconbox_block
{
    border: 2px solid #f5f5f5;
}
