/* Advisory committee */
.sgal-advisory-section {
  position: relative;
  overflow: hidden;
  padding: 5.1rem 0 4.6rem;
 background: linear-gradient(180deg, rgb(24 65 48), rgb(23 63 46));
  color: #fff;
}

.sgal-advisory-section::before {
  content: '';
  position: absolute;
  inset: 0;
  pointer-events: none;
  background:
    linear-gradient(90deg, rgba(229, 201, 122, 0.05), transparent 24%, transparent 76%, rgba(28, 74, 56, 0.12)),
    linear-gradient(180deg, rgba(255, 255, 255, 0.025), transparent 28%);
}

.sgal-advisory-inner {
  position: relative;
  z-index: 1;
  width: min(100% - 2rem, 82rem);
  margin: 0 auto;
}

.sgal-advisory-title {
  margin: 0;
  text-align: center;
  color: #ffffff;
  font-family: var(--font-sans);
  font-size: clamp(2.1rem, 3.4vw, 3.3rem);
  font-weight: 800;
  line-height: 1.1;
  letter-spacing: 0;
}

.sgal-advisory-grid {
  display: grid;
  /* grid-template-columns: repeat(3, minmax(0, 1fr)); */
    grid-template-columns: repeat(1, minmax(0, 1fr));
  gap: clamp(2rem, 4vw, 5.25rem);
  align-items: start;
  margin-top: clamp(3.4rem, 6vw, 5rem);
}

.sgal-advisory-card {
  min-width: 0;
  text-align: center;
}

.sgal-advisory-avatar {
  width: 7.9rem;
  height: 7.9rem;
  margin: 0 auto;
  border-radius: 999px;
  background-repeat: no-repeat;
  background-size: 1600px 700px;
  box-shadow:
    0 18px 36px rgba(7, 12, 34, 0.28),
    0 0 0 1px rgba(255, 255, 255, 0.08);
}

.sgal-advisory-avatar--punita {
  background-position: -249px -198px;
}

.sgal-advisory-avatar--ashok {
  background-position: -768px -198px;
}

.sgal-advisory-avatar--rajesh {
  background-position: -1287px -198px;
}

.sgal-advisory-name {
  margin: 1.55rem 0 0;
  color: #ffffff;
  font-family: var(--font-sans);
  font-size: clamp(1.65rem, 2.2vw, 2.15rem);
  font-weight: 400;
  line-height: 1.18;
  letter-spacing: 0;
}

.sgal-advisory-role {
  margin: 1rem auto 0;
  color: rgba(255, 255, 255, 0.58);
  font-size: 0.98rem;
  font-weight: 500;
  line-height: 1.45;
}

.sgal-advisory-intro,
.sgal-advisory-expanded p {
  color: rgba(255, 255, 255, 0.9);
  font-size: clamp(1rem, 1.22vw, 1.18rem);
  font-weight: 500;
  line-height: 1.5;
}

.sgal-advisory-intro {
  margin: 1.75rem auto 0;
  /* max-width: 27rem; */
  max-width: 100%;
}

.sgal-advisory-details {
  margin-top: 1.35rem;
}

.sgal-advisory-details summary {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 0.65rem;
  min-height: 2.4rem;
  color: rgba(255, 255, 255, 0.58);
  cursor: pointer;
  font-size: 0.93rem;
  font-weight: 600;
  line-height: 1;
  list-style: none;
  transition: color 0.22s ease, transform 0.22s ease;
}

.sgal-advisory-details summary::-webkit-details-marker {
  display: none;
}

.sgal-advisory-details summary:hover,
.sgal-advisory-details summary:focus-visible {
  color: #ffffff;
  transform: translateY(-1px);
}

.sgal-advisory-less-label {
  display: none;
}

.sgal-advisory-details[open] .sgal-advisory-more-label {
  display: none;
}

.sgal-advisory-details[open] .sgal-advisory-less-label {
  display: inline;
}

.sgal-advisory-plus {
  color: #ffffff;
  font-size: 1.45rem;
  font-weight: 700;
  line-height: 1;
  transition: transform 0.22s ease;
}

.sgal-advisory-details[open] .sgal-advisory-plus {
  transform: rotate(45deg);
}

.sgal-advisory-expanded {
  margin: 0.8rem auto 0;
  /* max-width: 28rem; */
  max-width: 100%; 
}

.sgal-advisory-expanded p {
  margin: 0;
  color: rgba(255, 255, 255, 0.78);
  font-size: 0.96rem;
  font-weight: 400;
}

.sgal-advisory-expanded p + p {
  margin-top: 0.95rem;
}

@media (max-width: 1023px) {
  .sgal-advisory-section {
    padding: 4.6rem 0 4rem;
  }

  .sgal-advisory-grid {
    grid-template-columns: 1fr;
    gap: 3.4rem;
    margin-top: 3.1rem;
  }

  .sgal-advisory-card {
    max-width: 34rem;
    margin: 0 auto;
  }
}

@media (max-width: 640px) {
  .sgal-advisory-inner {
    width: min(100% - 1.25rem, 34rem);
  }

  .sgal-advisory-title {
    font-size: 2rem;
  }

  .sgal-advisory-avatar {
    width: 6.9rem;
    height: 6.9rem;
    background-size: 1397px 611px;
  }

  .sgal-advisory-avatar--punita {
    background-position: -218px -173px;
  }

  .sgal-advisory-avatar--ashok {
    background-position: -671px -173px;
  }

  .sgal-advisory-avatar--rajesh {
    background-position: -1124px -173px;
  }

  .sgal-advisory-name {
    margin-top: 1.25rem;
    font-size: 1.55rem;
  }

  .sgal-advisory-role {
    margin-top: 0.75rem;
    font-size: 0.9rem;
  }

  .sgal-advisory-intro {
    margin-top: 1.3rem;
  }

  .sgal-advisory-intro,
  .sgal-advisory-expanded p {
    font-size: 0.98rem;
    line-height: 1.55;
  }
}
.sgal-advisory-avatar--siddhartha {
  background-image: url('../images/siddhartha.png') !important;
  background-size: cover;
  background-position: center top;
}