html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  background: #ffffff;
}

.volunteerNetwork,
.volunteerNetwork * {
  box-sizing: border-box;
}

.volunteerNetwork {
  font-family: "Montserrat", Arial, sans-serif;
  color: #111111;
}

.trusteesPage {
  min-height: 879px;
  background: linear-gradient(180deg, #ffffff 0%, #e4fbff 100%);
}

.trusteesPage__section {
  min-height: 879px;
  padding: 80px 0 120px;
}

.trusteesPage__container {
  width: min(100% - 32px, 1011px);
  margin: 0 auto;
}

.trusteesPage__headingWrap {
  width: 324px;
  max-width: 100%;
  min-height: 45px;
  margin: 0 auto 53px;
  padding: 6px 12px;
  border: 2px solid #2cbfef;
  border-radius: 10px;
  background: rgba(255, 255, 255, 0.72);
  display: flex;
  align-items: center;
  justify-content: center;
}

.trusteesPage__heading {
  margin: 0;
  font-family: "Montserrat", Arial, sans-serif;
  font-size: 24px;
  line-height: 29px;
  font-weight: 700;
  text-align: center;
  color: #000000;
}

.trusteesPage__grid {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 52px 37px;
}

.trusteesPage__card {
  width: 225px;
  min-height: 247px;
  padding: 18px 16px 17px;
  background: #ffffff;
  border-radius: 10px;
  box-shadow: 0px 0px 3px 0px #00000040;
  display: flex;
  flex-direction: column;
  align-items: center;
  transition: transform 0.2s ease, box-shadow 0.2s ease;
}

.trusteesPage__card:hover {
  transform: translateY(-4px);
  box-shadow: 0 12px 28px rgba(15, 23, 42, 0.12);
}

.trusteesPage__media {
  flex: 0 0 170.77px;
  width: 170.77px;
  height: 170.77px;
  border-radius: 10px;
  background: #e2e2e2;
  overflow: hidden;
  display: flex;
  align-items: center;
  justify-content: center;
}

.trusteesPage__image {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center center;
  display: block;
  border-radius: 10px;
}

.trusteesPage__name {
  width: 193px;
  max-width: 100%;
  margin: 17px 0 0;
  font-family: "Montserrat", Arial, sans-serif;
  font-size: 15px;
  line-height: 18px;
  font-weight: 700;
  text-align: center;
  color: #000000;
}

/* Optional image crop helpers. Adjust these only if your final images need small positioning changes. */
.trusteesPage__image--shantilal,
.trusteesPage__image--sudarshan,
.trusteesPage__image--sonali {
  object-position: center top;
}

.trusteesPage__image--neha,
.trusteesPage__image--vallabh,
.trusteesPage__image--arun,
.trusteesPage__image--rajendra {
  object-position: center center;
}

@media (max-width: 1199px) {
  .trusteesPage__container {
    width: min(100% - 32px, 840px);
  }
}

@media (max-width: 767px) {
  .trusteesPage {
    min-height: auto;
  }

  .trusteesPage__section {
    min-height: auto;
    padding: 48px 0 70px;
  }

  .trusteesPage__headingWrap {
    margin-bottom: 36px;
  }

  .trusteesPage__heading {
    font-size: 22px;
    line-height: 27px;
  }

  .trusteesPage__grid {
    gap: 24px;
  }
}

@media (max-width: 360px) {
  .trusteesPage__container {
    width: min(100% - 24px, 320px);
  }

  .trusteesPage__headingWrap {
    width: 100%;
  }

  .trusteesPage__card {
    width: 100%;
  }
}
