

/* ================================
   SOLUTION HERO
================================ */
.solution-hero {
  background: linear-gradient(180deg, #0C9C4F 0%, #0BB259 100%);
  padding: 80px 0 100px 0;
  color: #ffffff;
  min-height: 260px;
}

/* ================================
   BREADCRUMB
================================ */
.custom-breadcrumb {
  background: transparent;
  padding: 0;
  margin-bottom: 25px;
  display: flex;
  align-items: center;
  list-style: none;
  gap: 20px;
}

.custom-breadcrumb .breadcrumb-item,
.custom-breadcrumb .breadcrumb-item a {
  color: #f9f9f9;
  text-decoration: none;
  font-weight: 400;
  line-height: 100%;
  gap: 20px;
  font-size: 16px;
  display: flex;
  align-items: center;
}

.breadcrumb-item+.breadcrumb-item::before {
  color: #f9f9f9;
  content: "/";
  padding-right: 6px;
}



/* ================================
   SOLUTION TITLE & DESC
================================ */
.solution-title {
  font-size: 50px;
  color: #f9f9f9;
  font-weight: 900;
  margin-bottom: 20px;
  letter-spacing: 0%;
  line-height: 100%;
}

.solution-desc {
  font-size: 16px;
  line-height: 1.6;
  max-width: 900px;
  font-weight: 400;
  color: #f9f9f9;
}

/* ================================
   SERVICE SOLUTIONS SECTION
================================ */
.service-solutions-section {
  background-color: #ffffff;
  padding: 100px 0;
}

.service-solutions-title {
  font-size: 40px;
  width: 100%;
  text-align: center;
  padding-right: 10px;
  font-weight: 700;
  color: #062d1a;
  font-family: "Figtree", sans-serif;
  font-style: bold;
  margin-bottom: 24px;
  line-height: 51px;
  letter-spacing: 0%;


}

.service-solutions-desc {
  font-size: 16px;
  width: 100%;
  font-weight: 400;
  color: #767676;
  line-height: 1.6;
  margin-left: auto;
  margin-right: auto;
  text-align: center;

}

.service-solutions-desc span {
  display: block;
  text-align: center;
}




.people-card {
  display: flex;
  flex-direction: column;
  width: 100%;
  max-width: 386px;
  position: relative;
  background-color: #fff;
  margin: 0 auto;
}

/* Photo Wrap */
.people-card-photo-wrap {
  width: 271px;
  height: 321px;
  margin-top: 58.5px;
  margin-left: 58px;
  overflow: hidden;
  background-color: #fff;
}

.people-card-photo {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: top center;
  display: block;
}
.people-card-photo-unkown {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: top center;
  opacity: 0.3;
  display: block;
}

.people-card-info {
  width: 366px;
  height: 83px;
  margin-left: 10px;
  background: linear-gradient(180deg, #0C9C4F 0%, #0BB259 100%);
  padding: 14px 18px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  gap: 4px;
  border: 2px solid #ffffff;
  box-sizing: border-box;
}

.people-card-name {
  font-size: 18px;
  font-weight: 700;
  color: #f9f9f9;
  margin: 0;
  line-height: 1.3;
}

.people-card-role {
  font-size: 16px;
  font-weight: 600;
  color: #FFFFFF;
}

.people-card:hover {
  background-color: #D6F8E8 !important;
}

.people-card:hover .people-card-photo-wrap {
  background-color: #D6F8E8;
}

.people-card,
.people-card-photo-wrap {
  transition: background-color 0.3s ease;
}

.people-section-02 {
  background-color: #ffffff;
  padding: 60px 0;
}

.people {
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  color: #157442;
  font-weight: 700;
  font-style: bold;
  font-size: 24px;
  line-height: 100%;
  margin-top: 50px !important;
}

.advisors {
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  color: #157442;
  font-weight: 700;
  font-style: bold;
  font-size: 24px;
  line-height: 100%;
}
.detail-expand-wrapper {
    background-color: #ffffff;
    margin-top: 40px;
    border: none;
    width: 100%;
    display: block;
    overflow: hidden;
}

.detail-expand-wrapper .row {
    align-items: stretch;
    flex-wrap: nowrap; /* Prevents wrapping on desktop to keep side-by-side */
    align-items: stretch;
}

.detail-image-container {
    background-color: #D6F8E8;
    height: 100%;
    max-width: 610px;
    width: 100%;
    display: flex;
    align-items: flex-end;
    justify-content: center;
    padding: 0;
}

.detail-image-container img {
    width: 100%;
   height: 100%;
    display: block;
}

.detail-content-side {
    padding: 60px 60px 60px 60px;
    position: relative;
    display: flex;
    flex: 1;
    flex-direction: column;
    justify-content: flex-start;
}

.detail-title {
    font-size: 32px;
    font-weight: 700;
    margin-top: -60px;
    margin-bottom: 5px;
    color: #000000;
    line-height: 1.2;
}

.detail-subtitle {
    font-size: 18px;
    color: #666666;
    margin-bottom: 25px;
    display: block;
}

.linkedin-link {
    font-size: 24px;
    color: #0077b5;
    margin-bottom: 30px;
    display: inline-block;
    text-decoration: none;
}

.detail-bio-text p {
    font-size: 16px;
    line-height: 1.4;
    width: 600px;
    margin-bottom: 1.5rem;
    color: #333333;
}

.btn-close-custom {
    position: absolute;
    top: 40px;
    right: 40px;
    background: none;
    border: none;
    font-size: 32px;
    color: #157442;
    cursor: pointer;
    padding: 0;
    z-index: 10;
    transition: transform 0.2s ease;
}

.btn-close-custom:hover {
    transform: scale(1.1);
}
