.work-experience {
  padding: 0px 20px;
  max-width: 100%;
  margin: 0 auto;
  background: #fff;
}

.expertise-btn {
  padding: 30px 20px;
  text-align: center;
  background-color: none;
  /* margin-top: -20px; */
}

.expertise-btn button {
  background: linear-gradient(90deg, #a3d3ff, #b5e0ff);
  color: #1d7dc4;
  border: none;
  padding: 10px 20px;
  border-radius: 25px;
  font-size: 0.7rem;
  cursor: pointer;
  font-weight: bold;
  transition: background-color 0.3s;
}

.expertise-btn button:hover {
  border: 1px solid #1d7dc4;
}

.experience-card {
  background: #fff;
  border-radius: 12px;
  box-shadow: 1px 1px 4px rgba(0, 0, 0, 0.3),
    -2px -2px 2px rgba(255, 255, 255, 0.5);
  max-width: 1200px;
  padding: 10px 20px;
  margin: auto;
  padding-bottom: 20px;
  transition: transform 0.2s ease, box-shadow 0.2s ease;
}

.experience-card:hover {
  transform: translateY(-4px);
  box-shadow: 2px 6px 10px 1px rgba(0, 0, 0, 0.3);
}

.all-experience-card {
  display: flex;
  flex-direction: column;
  gap: 30px;
}

.clause {
  display: flex;
  align-items: center;
  justify-content: space-between;
  /* border: solid green 2px; */
  padding: 0px 15px;
}

.card-headers {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
  margin-bottom: -30px;
  padding: 0px 20px;
}

.onls {
  margin-left: 120px;
  font-family: "Segoe UI", Tahoma, Geneva, Verdana, sans-serif;
  margin-top: 10px;
  padding: 0;
  font-weight: 400;
  color: #696868;
  line-height: 1.6;
  margin-bottom: 10px;
  font-size: 0.95rem;
}

.company-logo {
  width: 150px;
  height: 150px;
  border-radius: 12px;
  object-fit: contain;
  margin-left: -50px;
  margin-right: -15px;
}

.card-title {
  flex: 1;
  min-width: 240px;
}

.card-titles h2 {
  font-size: 1.1rem;
  font-weight: 700;
  margin: 0;
  color: #222;
}

.company-name {
  color: #555;
  font-size: 0.85rem;
  margin-top: 4px;
  font-weight: 500;
  margin-left: -1px;
}

.card-metas {
  text-align: right;
  min-width: 160px;
}

.date {
  color: #777;
  font-size: 0.8rem;
  margin-bottom: 6px;
}

.remote-tag {
  background-color: #0b8f89;
  color: #fff;
  padding: 5px 12px;
  border-radius: 10px;
  font-size: 0.7rem;
  font-weight: 700;
}

.remote-tag i {
  font-size: 0.7rem;
  color: #ffffff;
  padding-right: 7px;
}

.Fiverr .company-logo {
  width: 150px;
  height: 150px;
  border-radius: 12px;
  object-fit: contain;
  margin-left: -50px;
  margin-top: 25px;
  margin-right: -15px;
}
