.header_projects {
  background-color: white;
  padding: 10px 20px;
  border-bottom: 1px solid #ddd;
  display: flex;
  align-items: center;
  gap: 10px;
}

.award-text {
  color: #666;
  font-size: 14px;
}

.breadcrumb {
  background-color: #e8e8e8;
  padding: 10px 20px;
  font-size: 14px;
}

.breadcrumb a {
  color: #007acc;
  text-decoration: none;
}

.breadcrumb a:hover {
  text-decoration: underline;
}

/* Mobile First Responsive Design */
@media (max-width: 768px) {
  .header {
    padding: 8px 15px;
    text-align: center;
  }

  .award-text {
    font-size: 12px;
  }

  .breadcrumb {
    padding: 8px 15px;
    font-size: 12px;
  }

  .container {
    padding: 15px;
  }

  .page-title {
    font-size: 20px;
    margin-bottom: 20px;
    padding-left: 10px;
  }

  .section-title {
    font-size: 16px;
  }
}

@media (max-width: 600px) {
  .projects-table {
    font-size: 14px;
  }

  .projects-table th,
  .projects-table td {
    padding: 10px 8px;
    word-wrap: break-word;
    vertical-align: top;
  }

  .projects-table th:first-child,
  .projects-table td:first-child {
    width: 25%;
  }

  .projects-table th:nth-child(2),
  .projects-table td:nth-child(2) {
    width: 50%;
  }

  .projects-table th:last-child,
  .projects-table td:last-child {
    width: 25%;
  }

  .client-link {
    word-break: break-word;
    display: block;
  }
}

@media (max-width: 480px) {
  .page-title {
    font-size: 18px;
    border-left: 3px solid #007acc;
    padding-left: 8px;
  }

  /* Hide original table and show card layout */
  .projects-table {
    display: none;
  }

  .mobile-projects {
    display: block;
  }

  .project-card {
    background-color: white;
    border: 1px solid #ddd;
    border-radius: 8px;
    margin-bottom: 15px;
    padding: 15px;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
  }

  .project-card:hover {
    transform: translateY(-2px);
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);
  }

  .project-field {
    margin-bottom: 10px;
    padding-bottom: 8px;
    border-bottom: 1px solid #f0f0f0;
  }

  .project-field:last-child {
    margin-bottom: 0;
    border-bottom: none;
    padding-bottom: 0;
  }

  .field-label {
    font-weight: bold;
    color: #007acc;
    font-size: 12px;
    display: block;
    margin-bottom: 4px;
  }

  .field-value {
    color: #333;
    font-size: 14px;
    line-height: 1.4;
    word-wrap: break-word;
  }

  .field-value .client-link {
    color: #007acc;
    text-decoration: none;
  }

  .field-value .client-link:hover {
    text-decoration: underline;
  }

  .clients-grid {
    grid-template-columns: repeat(auto-fit, minmax(140px, 1fr));
    gap: 12px;
  }

  .client-card {
    padding: 12px;
  }

  .pnc-logo,
  .cera-logo,
  .larsen-logo,
  .bhel-logo,
  .ongc-logo,
  .valecha-logo {
    font-size: 11px;
    padding: 10px;
    line-height: 1.2;
  }
}

/* Hide mobile cards by default */
.mobile-projects {
  display: none;
}

.page-title {
  color: #007acc;
  font-size: 24px;
  font-weight: normal;
  margin-bottom: 30px;
  border-left: 4px solid #007acc;
  padding-left: 15px;
}

.section-title {
  color: #007acc;
  font-size: 18px;
  margin-bottom: 15px;
  border-bottom: 3px solid #ffd700;
  padding-bottom: 5px;
  display: inline-block;
}

.projects-table {
  width: 100%;
  background-color: white;
  border-collapse: collapse;
  margin-bottom: 40px;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
}

.projects-table th {
  background-color: #f8f9fa;
  padding: 12px;
  text-align: left;
  font-weight: bold;
  border-bottom: 2px solid #ddd;
}

.projects-table td {
  padding: 12px;
  border-bottom: 1px solid #eee;
}

.projects-table tr:hover {
  background-color: #f8f9fa;
}

.client-link {
  color: #007acc;
  text-decoration: none;
}

.client-link:hover {
  text-decoration: underline;
}

.clients-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
  gap: 20px;
  margin-top: 20px;
}

/* Tablet responsiveness */
@media (max-width: 1024px) {
  .clients-grid {
    grid-template-columns: repeat(auto-fit, minmax(180px, 1fr));
    gap: 18px;
  }
}

@media (max-width: 768px) {
  .clients-grid {
    grid-template-columns: repeat(auto-fit, minmax(160px, 1fr));
    gap: 15px;
  }
}

.client-card {
  background-color: white;
  padding: 20px;
  border-radius: 8px;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
  text-align: center;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.client-card:hover {
  transform: translateY(-5px);
  box-shadow: 0 4px 16px rgba(0, 0, 0, 0.15);
}

.client-logo {
  max-width: 120px;
  max-height: 80px;
  margin: 0 auto;
  display: block;
}

.pnc-logo {
  background-color: #003d7a;
  color: white;
  padding: 20px;
  border-radius: 5px;
  font-weight: bold;
  font-size: 18px;
}

.cera-logo {
  background: linear-gradient(45deg, #00a8cc, #0066cc);
  color: white;
  padding: 15px;
  border-radius: 5px;
  font-weight: bold;
}

.larsen-logo {
  background-color: #ffcc00;
  color: #333;
  padding: 15px;
  border-radius: 5px;
  font-weight: bold;
  font-size: 12px;
}

.bhel-logo {
  background: linear-gradient(45deg, #0066cc, #004499);
  color: white;
  padding: 15px;
  border-radius: 5px;
  font-weight: bold;
}

.ongc-logo {
  background-color: #006633;
  color: white;
  padding: 15px;
  border-radius: 5px;
  font-weight: bold;
}

.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}
