.meet-our-experts-container {
  padding: 110px 80px;
  position: relative;
  z-index: 2;
}

.meet-our-experts-section {
  position: relative;
}

.container-header {
  display: flex;
  justify-content: space-between;
  flex-direction: row;
  margin-bottom: 40px;
}

.container-header-button button {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  background-color: rgba(229, 237, 222, 1);
  border: 1px solid rgba(133, 168, 102, 1);
  color: rgba(133, 168, 102, 1);
  font-size: 20px;
  margin-left: 10px;
  cursor: pointer;
  padding: 5px 10px 20px;
}

.container-header h5 {
  color: rgba(133, 168, 102, 1);
  font-size: 48px;
  line-height: 56px;
  font-weight: 800;
}

.container-slide {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: row;
  gap: 24px;
  scroll-behavior: smooth;
  overflow-x: auto;
  -ms-overflow-style: none;
  scrollbar-width: none;
}

.slide-item {
  display: flex;
  flex-direction: column;
  align-items: center;
  width: calc(25% - 24px);
  max-width: 300px;
  flex: 0 0 auto;
}

.slide-item-header {
  position: relative;
  width: 300px;
  height: 300px;
  display: flex;
  justify-content: center;
  align-items: center;
}

.slide-item-header img {
  display: block;
  width: 100%;
  height: 100%;
  max-width: 300px;
  max-height: 300px;
  object-fit: cover;
  border-radius: 50%;
}

.slide-item-header button {
  position: absolute;
  top: 12px;
  right: 12px;
  height: 32px;
  width: 32px;
  border: 1px solid rgba(255, 255, 255, 1);
  border-radius: 24px;
}

.slide-item-body {
  background-color: #fff;
  padding: 15px;
}

.slide-item-body h3 {
  font-weight: 800;
  font-size: 22px;
  line-height: 32px;
  text-align: center;
  color: #000;
}

.slide-item-body h1 {
  font-weight: 600;
  font-size: 16px;
  line-height: 24px;
  text-align: center;
  color: #b88917;
}

.slide-item-body .desc {
  font-weight: 400;
  font-size: 14px;
  line-height: 22px;
  color: #7d7e78;
  margin: 20px auto;
  width: 100%;
  padding: 0 10px;
  text-align: justify;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
}

.expert-details-content a:hover {
  text-decoration: underline;
}

.container-button {
  display: flex;
  justify-content: center;
  margin-top: 40px;
}

.container-button button {
  width: 232px;
  background-color: rgba(255, 156, 26, 1);
  border: 1px solid rgba(255, 156, 26, 1);
  border-radius: 24px;
  height: 48px;
  font-size: 16px;
  line-height: 24px;
  font-weight: 600;
  color: #fff;
}

.meet-our-experts-container ul {
  list-style-type: disc;
}

.meet-our-experts-container.v2 .slide-item-header img {
  border-radius: 50%;
}

.meet-our-experts-container.v2 .slide-item-header button {
  display: none;
}
.meet-our-experts-container.v2 .slide-item-body {
  background-color: transparent;
}

.meet-our-experts-container.v2 .container-header-button button {
  border-radius: 0 40px 40px;
}

.meet-our-experts-container.v2 .container-button button {
  border-color: #5b7c44;
  border-radius: 0 48px 48px;
  background-color: #5b7c44;
  cursor: pointer;
}

.meet-our-experts-container.v2 .container-button button:hover {
  background-color: #465f34;
}

.small-circle {
  background-color: #f7eeed;
  width: 200px;
  height: 200px;
  border-radius: 100%;
}

.large-circle {
  background-color: #f7eeed;
  width: 500px;
  height: 500px;
  border-radius: 100%;
}

.meet-our-experts-section .top-large-circle-wrap {
  position: absolute;
  right: 180px;
  top: 0;
  width: 50%;
  height: 50%;
}

.meet-our-experts-section .top-large-circle {
  position: absolute;
  right: 0;
  top: -50px;
}

.meet-our-experts-section .bottom-large-circle-wrap {
  position: absolute;
  left: 60px;
  bottom: 40%;
  width: 50%;
  height: 50%;
}

.meet-our-experts-section .bottom-large-circle {
  position: absolute;
  border-radius: 100%;
  left: 20px;
  bottom: -50%;
}

.meet-our-experts-section .bottom-small-circle-wrap {
  position: absolute;
  right: 0;
  bottom: 40%;
  width: 50%;
  height: 50%;
}

.meet-our-experts-section .bottom-small-circle {
  position: absolute;
  left: 50%;
  top: 70%;
  transform: translate(-50%, 0);
}

.container-header-button button:disabled {
  opacity: 0.4;
  cursor: not-allowed;
}

.expert-title {
  font-family: "Inter";
  font-weight: 600;
  font-size: 12px;
  line-height: 18px;
  letter-spacing: 0px;
  text-align: center;
  color: #b88917;
  margin-top: unset !important;
  margin-block-start: unset !important;
}

/* Expert Slider Item Hover Styles */
.expert-slider-item {
  background: transparent;
  border-radius: 16px;
  text-align: center;
  transition: all 0.3s ease;
  position: relative;
  overflow: hidden;
  cursor: pointer;
  min-height: 400px;
  padding: 16px 0;
}

.expert-slider-item:hover {
  transform: translateY(-5px);
}

.expert-slider-item::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 4px;
  background: #b88917;
  transform: scaleX(0);
  transition: transform 0.3s ease;
}

.expert-slider-item:hover::before {
  transform: scaleX(1);
}

.expert-slider-item .slide-item-header img {
  transition: all 0.3s ease;
  border: 4px solid #ecf0f1;
}

.expert-slider-item h3 {
  color: #000;
  transition: all 0.3s ease;
}

.expert-slider-item:hover h3 {
  color: #000;
  text-decoration: underline;
}

/* Expert Details Hover Overlay */
.expert-details {
  position: absolute;
  top: 25%;
  left: 0;
  right: 0;
  height: 100%;
  background: #f8f3ed;
  max-height: 350px;
  opacity: 1;
  padding: 20px;
  border-top-left-radius: 40px;
  border-bottom-right-radius: 40px;
  z-index: 10;
  animation: fadeIn 0.3s ease;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

@keyframes fadeIn {
  from {
    opacity: 0;
    transform: scale(0.95);
  }
  to {
    opacity: 1;
    transform: scale(1);
  }
}

/* Detailed content styling for hover state - Figma Design */
.expert-details-content {
  flex: 1;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
}

.expert-details-content h4 {
  font-size: 22px;
  font-weight: 800;
  color: #010101;
  margin-bottom: 8px;
  text-align: center;
  line-height: 32px;
  letter-spacing: 0;
}

.expert-details-content .expert-title-detail {
  font-size: 12px;
  color: #b88917;
  font-weight: 600;
  text-align: center;
  line-height: 18px;
  letter-spacing: 0;
  margin: 0px;
}

.expert-details-content .expert-bio {
  font-size: 14px;
  color: #7d7e78;
  line-height: 22px;
  margin-bottom: 16px;
  text-align: left;
  letter-spacing: -0.2px;
  font-weight: 400;
  max-height: 220px;
  overflow-y: auto;
  padding-right: 8px;
  scrollbar-width: thin;
  scrollbar-color: #b88917 #f1f1f1;
}

/* Custom scrollbar for webkit browsers */
.expert-details-content .expert-bio::-webkit-scrollbar {
  width: 6px;
}

.expert-details-content .expert-bio::-webkit-scrollbar-track {
  background: #f1f1f1;
  border-radius: 3px;
}

.expert-details-content .expert-bio::-webkit-scrollbar-thumb {
  background: #b88917;
  border-radius: 3px;
}

.expert-details-content .expert-bio::-webkit-scrollbar-thumb:hover {
  background: #a07815;
}

.expert-details-content .expert-signature {
  margin-top: auto;
  text-align: right;
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: flex-end;
}

/* Accessibility */
.expert-slider-item:focus {
  outline: 3px solid #3498db;
  outline-offset: 2px;
}
