.work-process-section .icon img {
      filter: invert(24%) sepia(100%) saturate(7480%) hue-rotate(357deg) brightness(95%) contrast(109%);
      transition: filter 0.3s ease;
    }

    .work-process-section .icon img:hover {
      filter: brightness(1.2);
    }

    .work-process-section .work-process-items {
      margin-bottom: 30px;
    }

    .work-process-section .icon {
      position: relative;
      display: inline-block;
      margin-bottom: 20px;
    }

    .work-process-section .number {
      position: absolute;
      bottom: -10px;
      right: -10px;
      background-color: red;
      color: #fff;
      font-size: 14px;
      width: 28px;
      height: 28px;
      line-height: 28px;
      border-radius: 50%;
      font-weight: 600;
    }

    .work-process-section .content h4 {
      font-weight: 600;
      margin-bottom: 10px;
    }

    .work-process-section .content p {
      font-size: 15px;
      color: #555;
      margin: 0 auto;
      max-width: 260px;
    }

    .work-process-section .subtitle img {
      width: 20px;
      height: 20px;
    }

    .work-process-section .subtitle span {
      font-weight: 500;
      color: #ff0000;
      margin: 0 10px;
    }

    .work-process-section .title {
      font-size: 32px;
      font-weight: 700;
      color: #222;
      margin-top: 10px;
      margin-bottom: 40px;
    }

    @media (max-width: 767px) {
      .work-process-section .title {
        font-size: 26px;
      }

      .work-process-section .number {
        bottom: -5px;
        right: -5px;
        width: 24px;
        height: 24px;
        font-size: 12px;
      }
    }

.bg-dark {
    background-color: #000 !important;
}
.filter-red {
    filter: invert(16%) sepia(89%) saturate(6056%) hue-rotate(358deg) brightness(97%) contrast(112%) !important;
}

.filter-red {
    filter: invert(16%) sepia(89%) saturate(6056%) hue-rotate(358deg) brightness(97%) contrast(112%) !important;
}

.contact-info-items .contact-label {
    font-size: 14px;
    margin-bottom: 5px;
    color: #666;
}

.contact-info-items .contact-value {
    font-size: 16px;
    margin-bottom: 0;
}

.contact-info-items .contact-value a {
    font-size: inherit;
    color: inherit;
    text-decoration: none;
}

@media (max-width: 768px) {
    .contact-info-items .contact-label {
        font-size: 12px;
    }
    
    .contact-info-items .contact-value {
        font-size: 14px;
    }
    
    .contact-info-items .icon svg {
        width: 24px;
        height: 24px;
    }
}

@media (max-width: 576px) {
    .contact-info-items .contact-label {
        font-size: 11px;
    }
    
    .contact-info-items .contact-value {
        font-size: 13px;
    }
    
    .contact-info-items .icon svg {
        width: 20px;
        height: 20px;
    }
}

.hover-text-dark:hover {
    color: #000 !important;
    transition: color 0.3s ease;
}
