.dropdown-container {
  display: flex;
  padding: 10px;
  gap: 20px;
  margin-top: 15px;
  padding-left: 40px;
  width: 100%;
}
@media only screen and (max-width: 576px) {
  .dropdown-container {
    margin-top: 0px;
    justify-content: space-around;
    padding-left: 10px;
  }
}

/* Dropdown Button Styling */
.dropbtn {
  background-color: white;
  color: black;
  padding: 10px 10px;
  font-size: 15px;
  border: 2px solid #ccc;
  border-radius: 10px;
  cursor: pointer;
  width: 150px;
  text-align: center;
}

.dropbtn:after {
  content: " \25BC";
  /* Unicode for down arrow */
  font-size: 12px;
  margin-left: 8px;
}

/* Dropdown Content Styling */
.dropdown {
  position: relative;
  display: inline-block;
}

.dropdown-content {
  display: none;
  position: absolute;
  background-color: #f9f9f9;
  min-width: 120px;
  box-shadow: 0px 8px 16px 0px rgba(0, 0, 0, 0.2);
  z-index: 1;
  border-radius: 10px;
}

.dropdown-content a {
  color: black;
  padding: 10px 12px;
  text-decoration: none;
  display: block;
}

.dropdown-content a:hover {
  background-color: #f1f1f1;
}

/* Show the dropdown menu on hover */
.dropdown:hover .dropdown-content {
  display: block;
}

.but {
  display: flex;
  justify-content: space-between;
}

.moreb {
  padding: 15px;
  padding-right: 30px;
  text-decoration-line: underline;
  text-underline-offset: 7px;
  font-family: Jost;
  font-size: 13px;
  font-weight: 600;
  line-height: 18.79px;
  
}
.expc {
  margin-left: 10px;
  background: rgba(243, 249, 219, 1);
  width: 248px;
  height: 140px;
  border-radius: 24px;
}
.expc p {
  margin: 2px;
  padding-top: 10px;
  padding-left: 30px;
  font-family: Jost;
  font-size: 13px;
  font-weight: 400;
  line-height: 20.23px;
  text-align: left;
}
.expc span{
  font-weight: 700;
}
.expc{
  display: none;
}

/* Mobile View */
@media (max-width: 576px) {

  .dropbtn {
    width: 100%;
    /* Full width on mobile */
  }
}

.ec2 {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 20px;
  padding: 20px;
}

.profile-card {
  background-color: #fff;
  border-radius: 30px;
  box-shadow: 2px 2px 2px 2px rgba(0.1, 0, 0, 0.1);
  border: 0.2px solid black;
  text-align: left;
  max-width: 300px;
  width: 270px;
  height: auto;
  margin-right: 0px;
}

.pc {
  display: flex;
}

.detls {
  width: 100%;
  height: 100%;
  margin-top: 10px;
  font-family: "Jost", sans-serif;
  font-size: 13px;
  font-weight: 300;
  line-height: 18.79px;
  text-align: center;
  gap: 10px;
}

.names,
.age,
.salary {
  margin-bottom: 10px;
  background: rgba(243, 249, 219, 1);
  width: 147px;
  height: 36px;
  border-radius: 30px;
  padding: 10px;
  margin-left: 10px;
}

.call {
  background: rgba(53, 164, 0, 1);
  width: 138px;
  height: 37px;
  border-radius: 15px;
  margin: 10px;
  margin-left: 65px;
}

.call a {
  text-decoration: none;
  font-family: "Jost";
  font-size: 14px;
  font-weight: 500;
  line-height: 20.23px;
  text-align: left;
  color: #fff;
}

.profile-picture {
  width: 94px;
  height: 93px;
  border-radius: 30%;
  border: 1px solid rgba(165, 165, 165, 0.33);
  margin: 10px 0 0 10px;
}

.exp {
  margin-left: 10px;
  background: rgba(243, 249, 219, 1);
  width: 248px;
  height: 57px;
  border-radius: 24px;
}

.exp p {
  padding: 20px;
  font-family: Jost;
  font-size: 13px;
  font-weight: 500;
  line-height: 20.23px;
  text-align: left;
}