.elementor-923 .elementor-element.elementor-element-408a2c4{--display:flex;}/* Start custom CSS for html, class: .elementor-element-65b79db */.project-card {
  background: #ffffff;
  border-radius: 12px;
  padding: 24px;
  box-shadow: 0 2px 12px rgba(0, 33, 69, 0.08);
  border: 1px solid rgba(0, 33, 69, 0.1);
  transition: all 0.3s ease;
  margin: 16px;
  max-width: 100%;
  box-sizing: border-box;
}

.project-card:hover {
  transform: translateY(-4px);
  box-shadow: 0 8px 25px rgba(0, 33, 69, 0.15);
}

.project-header {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  margin-bottom: 20px;
  gap: 16px;
}

.project-title {
  font-size: 18px;
  font-weight: 600;
  color: #002145;
  margin: 0;
  line-height: 1.4;
  flex: 1;
  display: flex;
  align-items: center;
  gap: 10px;
}

.project-title i {
  color: #002145;
  font-size: 16px;
  flex-shrink: 0;
}

.project-date {
  font-size: 14px;
  color: #666;
  background: rgba(0, 33, 69, 0.05);
  padding: 8px 12px;
  border-radius: 6px;
  white-space: nowrap;
  font-weight: 500;
  display: flex;
  align-items: center;
  gap: 6px;
}

.project-date i {
  color: #002145;
  font-size: 12px;
}

.project-client {
  margin-bottom: 20px;
  padding-bottom: 16px;
  border-bottom: 1px solid rgba(0, 33, 69, 0.1);
}

.client-label {
  font-size: 13px;
  color: #888;
  font-weight: 500;
  text-transform: uppercase;
  letter-spacing: 0.5px;
  display: flex;
  align-items: center;
  gap: 6px;
  margin-bottom: 8px;
}

.client-label i {
  color: #002145;
  font-size: 11px;
}

.client-name {
  font-size: 15px;
  color: #002145;
  font-weight: 500;
  line-height: 1.4;
  margin-left: 17px;
}

.project-description h4 {
  font-size: 15px;
  color: #002145;
  margin: 0 0 16px 0;
  font-weight: 600;
  display: flex;
  align-items: center;
  gap: 8px;
}

.project-description h4 i {
  color: #002145;
  font-size: 14px;
}

.project-tasks {
  list-style: none;
  padding: 0;
  margin: 0;
}

.project-tasks li {
  font-size: 14px;
  color: #555;
  line-height: 1.6;
  margin-bottom: 12px;
  display: flex;
  align-items: flex-start;
  gap: 10px;
}

.project-tasks li:last-child {
  margin-bottom: 0;
}

.project-tasks li i {
  color: #28a745;
  font-size: 12px;
  margin-top: 5px;
  flex-shrink: 0;
}

/* Responsive Design */
@media (max-width: 768px) {
  .project-card {
    margin: 12px;
    padding: 20px;
  }
  
  .project-header {
    gap: 12px;
  }
  
  .project-title {
    font-size: 17px;
  }
}

@media (max-width: 480px) {
  .project-card {
    margin: 8px;
    padding: 16px;
  }
  
  .project-header {
    flex-direction: column;
    align-items: flex-start;
    gap: 12px;
    margin-bottom: 16px;
  }
  
  .project-date {
    align-self: flex-end;
    padding: 6px 10px;
  }
  
  .project-title {
    margin-bottom:8px !important;
    font-size: 16px;
    gap: 8px;
  }
  
  .client-name {
    margin-left: 0;
    margin-top: 4px;
  }
  
  .project-description h4 {
    margin-bottom: 12px;
  }
  
  .project-tasks li {
    gap: 8px;
    margin-bottom: 10px;
  }
}/* End custom CSS */