  body {
    font-family: 'Inter', sans-serif;
    background-color: #f9fafb;
  }

  .title-header{
    background: url('../images/landing/contactus-header1.jpg') no-repeat;
    background-position: center 40%;
    background-size: cover;
    top: 0;
    margin: 0;
    padding: 0;
    width: 100%;
    padding: 120px;
    box-sizing: border-box;
    justify-content: center;
    text-align: center;
}

  .article-img {
    width: 300px;
    height: 150px;
    object-fit: cover;
    border-radius: 0.25rem;
  }

  .sidebar-img {
    width: 60px;
    height: 60px;
    object-fit: cover;
    border-radius: 0.25rem;
  }

  .recent-news-img {
    width: 100%;
    height: 150px;
    object-fit: cover;
    border-radius: 0.25rem;
  }

  .nav-tabs .nav-link.active {
    color: #2563eb;
    border-color: #2563eb #2563eb #fff;
    font-weight: 600;
  }

  .nav-tabs .nav-link {
    color: #374151 !important;
    font-weight: 400;
  }

  .fire-icon {
    font-size: 0.8rem;
    color: #6b7280;
  }

  .small-text {
    font-size: 0.75rem;
    color: #6b7280;
  }

  .breadcrumb-custom {
    font-size: 0.75rem;
    color: #6b7280;
  }

  .breadcrumb-custom i {
    margin-right: 0.25rem;
  }

  .read-more-btn {
    background-color: #2563eb;
    color: white;
    font-size: 0.75rem;
    padding: 0.25rem 0.75rem;
    border-radius: 0.25rem;
    border: none;
  }

  .read-more-btn:hover {
    background-color: #1e40af;
    color: white;
  }

  .sidebar-title {
    font-size: 0.9rem;
    font-weight: 600;
    color: #111827;
  }

  .sidebar-date {
    font-size: 0.625rem;
    color: #6b7280;
  }

  .recent-tech-title {
    font-size: 0.75rem;
    font-weight: 600;
    color: #111827;
  }

  .border-black-underline {
    width: 40px;
    border-bottom: 2px solid #111827;
    margin-bottom: 1rem;
  }