#doctor-list-btb-page {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  max-width: 1400px;
}

.doctor-card-btb-page {
  background: #fff;
  border-radius: 16px;
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  border: 1px solid #96969540;
  height: 100%;
}

.doctor-header-btb-page {
  display: flex;
  align-items: center;
  padding: 14px 24px;
  border-bottom: 1px solid #96969540;
  justify-content: space-between;
}

.doctor-info-btb-page {
  display: flex;
  align-items: center;
  width: 100%;
  gap: 10px;
  padding-right: 10px;
  max-width: 220px;
}

.profile-img-btb-page {
  width: 100px;
  height: 100px;
  border-radius: 50%;
  object-fit: cover;
}

.doctor-title-btb-page {
  font-weight: 700;
  font-size: 14px;
  padding-bottom: 4px;
}

.doctor-title-desc-btb-page{
    font-size: 14px;
}
.doctor-exp-btb-page-outer{
  display: inline-block;
  padding: 1px; /* border thickness */
  border-radius: 999px;
  background: linear-gradient(90deg, #E33A6C, #ED7C4D); /* gradient border */
  width: fit-content;
}
.wrapper-doctor-top-btb-page{
  display: flex; 
  flex-direction: column;
  gap: 6px;
  width: 100%;
}

.doctor-designation-btb-page{
  font-size: 12px;
  color: grey;
}

.hr-doctor-btb-page{
  margin: 3px 0;
}

.doctor-exp-btb-page {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  padding: 4px 14px;
  border-radius: 999px;
  background: #FFF8F8;
  font-size: 12px;
  font-weight: 500;
  color: #d0536b;
}
.gradient-text {
  background: linear-gradient(90deg, #E33A6C, #ED7C4D);
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
  white-space: nowrap;
}

.doctor-exp-btb-page .icon {
  font-size: 12px;
}

.doctor-exp-btb-page .text {
  white-space: nowrap;
}


.share-btn-btb-page {
  cursor: pointer;
  border: none;
  background: #fff;
  width: 34px;
  height: 34px;
  border-radius: 50%;
  font-size: 20px;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 1px solid #8F909240;
}

.share-dropdown-btb-page {
  position: absolute;
  right: 20px;
  top: 66px;
  z-index: 9;
  background: #fff;
  border-radius: 12px;
  list-style: none;
  margin: 0;
  min-width: 120px;
  border: 1px solid #8F909240;
}
.share-dropdown-btb-page li {
  padding: 8px 16px;
  cursor: pointer;
  transition: background 0.15s;
  display: flex;
  gap: 10px;
}
.share-dropdown-btb-page img{
    margin-right: 10;
}
.share-dropdown-btb-page li:hover {
  background: #f2f2f2;
}

.tab-row-btb-page {
  display: flex;
  gap: 20px;
  margin: 18px 0 0 0;
}

.tab-col-btb-page {
  flex: 1;
}
.tab-col-title-btb-page {
  font-weight: bold;
  color: #eb3779;
  margin-bottom: 6px;
  font-size: 14px;
}

.tab-list-btb-page {
  color: #757575;
  font-size: 14px;
  margin-bottom: 4px;
}
.tab-list-btb-page li {
  margin-bottom: 3px;
}

.card-actions-btb-page {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 8px;
  padding: 24px;
}
.card-actions-btb-page button {
  padding: 10px 22px;
  font-size: 15px;
  border-radius: 28px;
  border: none;
  cursor: pointer;
  outline: none;
  font-weight: 600;
  transition: background 0.2s;
  width: 100%;
}
.card-actions-btb-page .view-profile-btb-page {
  color: #000;
  background: #fff;
  border: 1.5px solid #000;
}
.card-actions-btb-page .meet-doctor-btb-page {
  color: #fff;
  background: linear-gradient(90deg, #E3396C 37%, #ED7F4C 100%);
}

.tab-content-btb-page{
    padding: 10px 24px;
    flex:2;
}


.doctor-tabs-btb-page {
  display: flex;
  gap: 35px;
  margin: 20px 0 16px 0;
  padding: 0 24px;
}

.tab-btn-btb-page {
  background: transparent;
  border: none;
  outline: none;
  font-size: 14px;
  padding: 0 0 6px 0;
  font-weight: 600;
  color: #222;
  position: relative;
  cursor: pointer;
  transition: color 0.15s;
  line-height: 1.1;
}

.tab-btn-btb-page.active-btb-page {
  /* Gradient text */
  background: linear-gradient(90deg, #E3396C 20%, #ED7F4C 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  text-fill-color: transparent;
  color: transparent;
}

.tab-btn-btb-page.active-btb-page::after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  height: 3px;
  background: linear-gradient(90deg, #E3396C 20%, #ED7F4C 100%);
  border-radius: 2px;
  bottom: -1px;
  /* width: 100%; */
}
.share-btn-btb-page-absolute{
  position: absolute;
  cursor: pointer;
  border: none;
  background: #fff;
  width: 34px;
  height: 34px;
  border-radius: 50%;
  font-size: 20px;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 1px solid #8F909240;
  right: 16px;
  top: 10px;
}

.tab-btn-btb-page:not(.active-btb-page) {
  color: #181818;
  background: none;
}
.tab-list-btb-page {
  padding-left: 0 !important;
  margin: 0;
  list-style: none;
}
.tab-list-btb-page li {
  display: flex;
  align-items: center;
  gap: 8px;
  margin-bottom: 7px;
  font-size: 15px;
  color: #404040;
  /* add any further spacing if wanted */
}
.tab-bullet-btb-page {
  display: flex;
  align-items: center;
  min-width: 17px;
  min-height: 17px;
}
.qualification-columns-btb-page {
  display: flex;
  gap: 32px;
}
.qualification-columns-btb-page > ul {
  flex: 1;
  padding-left: 0 !important;
}
@media (max-width:600px) {
  .qualification-columns-btb-page {
    flex-direction: column;
    gap: 4px;
  }
}


@media (max-width: 900px) {
  #doctor-list-btb-page {
    grid-template-columns: 1fr 1fr;
    gap: 16px;
    padding: 10px 8px;
  }
  .doctor-header-btb-page,
  .tab-content-btb-page,
  .doctor-tabs-btb-page,
  .card-actions-btb-page {
    padding-left: 12px !important;
    padding-right: 12px !important;
  }
}

@media (max-width: 600px) {
  #doctor-list-btb-page {
    grid-template-columns: 1fr;
    gap: 12px;
    max-width: 100vw;
    padding: 0 3px;
  }

  .profile-img-btb-page{
    width: 100px;
    height: 100px;
  }

  .doctor-card-btb-page {
    border-radius: 10px;
    min-width: 0;
    min-height: unset;
    box-shadow: 0 2px 6px #ececec;
    padding: 0;
  }

  .doctor-header-btb-page {
    padding: 10px 8px 10px 8px;
    min-height: 56px;
    border-bottom-width: 1px;
  }
  .doctor-title-btb-page {
    font-size: 1rem;
    margin-bottom: 0;
  }
  .doctor-info-btb-page {
    gap: 7px;
  }
  .share-btn-btb-page {
    width: 30px;
    height: 30px;
    font-size: 17px;
  }
  .doctor-tabs-btb-page {
    gap: 10px;
    margin: 11px 0 4px 0;
    padding: 0 8px;
  }
  .tab-btn-btb-page {
    font-size: 12px;
    padding-bottom: 3px;
  }
  .tab-content-btb-page {
    padding: 10px 8px;
  }
  .tab-list-btb-page li {
    font-size: 13px;
    margin-bottom: 5px;
  }
  .card-actions-btb-page {
    flex-direction: column;
    gap: 9px;
    padding: 16px 8px 14px 8px;
    align-items: stretch;
  }
  .card-actions-btb-page button {
    padding: 10px 5px;
    font-size: 15px;
    width: 100%;
  }
}



.experts-section-btb-page {
  padding: 0px 16px;
  padding-top: 32px;
  background: #fff;
}

.experts-container-btb-page {
  max-width: 1300px;
  padding: 12px;
  margin: 0 auto;
}

/* Title */
.experts-title-btb-page {
  text-align: center;
  font-size: 28px;
  font-weight: 700;
  color: #3b3b3b;
  min-width: 300px;
}

/* Controls wrapper – column on mobile, row on desktop */
.experts-controls-btb-page {
  display: flex;
  flex-direction: column;
  gap: 14px;
}

/* Search */
.search-wrap-btb-page {
  display: flex;
  align-items: center;
  gap: 10px;
  width: 100%;
  padding: 14px 18px;
  border-radius: 999px;
  background: #f7f7f7;
  border: 1px solid #eeeeee;
  box-shadow: 0 6px 16px rgba(0, 0, 0, 0.04);
}

.search-icon-btb-page {
  font-size: 16px;
  color: #555;
}

.search-input-btb-page {
  border: none;
  outline: none;
  background: transparent;
  width: 100%;
  font-size: 14px;
  color: #222;
}

.search-input-btb-page::placeholder {
  color: #777;
}

/* Gradient button */
.specialties-btn-btb-page {
  display: flex;
  align-items: center;
  gap: 10px;
  width: 100%;
  padding: 14px 18px;
  border-radius: 999px;
  border: none;
  cursor: pointer;
  background: linear-gradient(90deg, #E43B6C, #ED7F4B);
  color: #fff;
  font-size: 14px;
  font-weight: 500;
  box-shadow: 0 8px 20px rgba(230, 54, 111, 0.35);
}

.specialties-icon-btb-page {
  font-size: 18px;
}

.specialties-text-btb-page {
  flex: 1;
  text-align: left;
}

.specialties-arrow-btb-page {
  font-size: 12px;
}

/* Desktop layout (like your wide screenshot) */
@media (min-width: 768px) {
  .experts-container-btb-page {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 24px;
  }

  .experts-section-btb-page {
    padding-top: 50px;
  }

  .experts-title-btb-page {
    text-align: left;
    margin-bottom: 0;
    font-size: 26px;
  }

  .experts-controls-btb-page {
    flex-direction: row;
    align-items: center;
    justify-content: flex-end;
    width: auto;
  }

  .search-wrap-btb-page {
    max-width: 360px;
  }

  .specialties-btn-btb-page {
    /* width: 100%; */
    min-width: 190px;
  }
}
@media (max-width: 768px){
  .experts-section-btb-page {
    padding-top: 50px;
  }
  .experts-controls-btb-page {
    width: 100%;
  }
}
