#member-profile-carousel .slick-list {
  margin: 0 -0.5rem;
}
#member-profile-carousel .slick-slide {
  padding: 0 0.5rem;
}

.profile-card {
  background-color: #f2f7fb;
  border-radius: 16px;
  overflow: hidden;
  display: flex;
  flex-direction: column;
  height: 100%;
  margin: 0 !important;
}

@media (min-width: 768px) {
  .profile-card {
    flex-direction: row;
  }
}

.profile-card__content {
  flex: 1 1 60%;
  padding: 1rem;
  display: flex;
  flex-direction: column;
}

.profile-card__displacement {
  display: flex;
  align-items: center;
  margin-bottom: 2rem;
}

.profile-card__location-pill {
  display: inline-flex;
  align-items: center;
  background-color: #0072bc;
  color: #f2f7fb;
  padding: 6px 14px;
  border-radius: 999px;
  font-size: 0.95rem;
  font-weight: 700;
  white-space: nowrap;
  position: relative;
  z-index: 2;
}



.profile-card__movement-line {
  width: 64px;
  height: 6px;
  border: none;
  background-image: url("data:image/svg+xml,%3Csvg width='24' height='6' xmlns='http://www.w3.org/2000/svg'%3E%3Crect x='0' y='0' width='16' height='6' rx='3' fill='%230072bc' /%3E%3C/svg%3E");
  background-repeat: repeat-x;
  background-position: left center;
  margin: 0 -6px;
  position: relative;
  z-index: 1;
}

.profile-card__quote {
  font-size: 2.35rem;
  font-weight: 800;
  line-height: 1.15;
  color: #1a2b4c;
  margin-bottom: 2rem;
  font-family: "ProximaNova", -apple-system, sans-serif;
}

.profile-card__author {
  margin-bottom: 2.5rem;
  flex-grow: 1;
  border-left: 4px solid #0072bc;
  padding-left: 1.25rem;
}

.profile-card__name {
  font-weight: 700;
  font-size: 1.35rem;
  color: #1a2b4c;
  margin-bottom: 0.25rem;
}

.profile-card__role {
  font-size: 1.05rem;
  color: #0072bc;
  line-height: 1.4;
}

.profile-card__expertise-section {
  padding-top: 1.5rem;
}

.profile-card__expertise-grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: 1.5rem;
  padding-left: 0;
  margin: 0;
  font-size: 1.35rem;
  font-weight: 700;
  color: #1a2b4c;
  line-height: 1.2;
  list-style: none;
}

[dir="rtl"] .profile-card__expertise-grid {
  padding-left: 0;
  padding-right: 0;
}

@media (min-width: 576px) {
  .profile-card__expertise-grid {
    grid-template-columns: repeat(3, 1fr);
  }
}

.profile-card__meta-title {
  display: none;
}

.profile-card__meta-icon {
  width: 16px;
  height: 16px;
  margin-right: 0.5rem;
  fill: #0072bc;
}
[dir="rtl"] .profile-card__meta-icon {
  margin-right: 0;
  margin-left: 0.5rem;
}

.profile-card__image-wrapper {
  flex: 1 1 40%;
  position: relative;
  min-height: 300px;
}

.profile-card__image {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}


.member-custom-indicators {
  display: flex;
  justify-content: center;
  width: 100%;
  margin-top: 1.5rem;
}
.member-custom-indicators .slick-dots {
  display: flex !important;
  justify-content: center;
  list-style: none;
  padding: 0;
  margin: 0;
  gap: 10px;
}
.member-custom-indicators .slick-dots li::before,
.member-custom-indicators .slick-dots li button::before,
.member-custom-indicators .slick-dots li::after,
.member-custom-indicators .slick-dots li button::after {
  display: none !important;
  content: none !important;
}
.member-custom-indicators .slick-dots li {
  margin: 0 !important;
}
.member-custom-indicators .slick-dots li button {
  font-size: 0;
  width: 12px !important;
  height: 12px !important;
  padding: 0 !important;
  margin: 0 !important;
  cursor: pointer !important;
  color: transparent !important;
  border: 0 !important;
  outline: none !important;
  box-shadow: none !important;
  background-color: rgba(0, 114, 188, 0.3) !important;
  border-radius: 50% !important;
  transition: background-color 0.3s ease !important;
}
.member-custom-indicators .slick-dots li.slick-active button,
.member-custom-indicators .slick-dots li button:hover {
  background-color: #0072bc !important;
}
