/* shared styles  */
/* org founder section  */
#org-founder,
#board-of-directors,
#executive-framework {
  padding: 100px 0;
}

.exe-body-sec-header {
  position: relative;
  margin-bottom: 72px;
}

.exe-body-sec-header::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: -16px;
  width: 85px;
  height: 2.5px;
  border-radius: 50%;
  background-color: var(--pmk-green);
}

.exe-sec-label {
  display: flex;
  align-items: center;
  gap: 8px;
}

.sec-lbl-eyebrow {
  width: 35px;
  height: 2px;
  background-color: var(--pmk-green);
}

.sec-lbl-text {
  color: var(--pmk-green);
  font-size: 0.825rem;
  font-weight: 500;
  letter-spacing: 1.44px;
  text-transform: uppercase;
}

.exe-sec-title {
  color: var(--pmk-blue-dark);
  font-size: 2.15rem;
  font-weight: 700;
  list-style: 1.2;
  margin-top: 10px;
}

.exe-sec-description {
  width: 100%;
  max-width: 620px;
  color: #5a7a6e;
  font-size: 0.95rem;
  font-weight: 400;
  line-height: 1.35;
  margin-top: 6px;
  padding-bottom: 16px;
}

/* executive body hero section styles  */
#executive-body-hero {
  padding: 160px 0;
  background: url("../assets/images/board_of_directors.jpg");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center top;

  position: relative;
  z-index: 3;
}

#executive-body-hero::before {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(
    to right,
    rgba(23, 111, 78, 0.92) 0%,
    rgba(30, 45, 38, 0.88) 35%,
    rgba(30, 45, 38, 0.65) 65%,
    rgba(23, 111, 78, 0.28) 100%
  );
  pointer-events: none;
  z-index: 1;
}

#executive-body-hero::after {
  content: "";
  position: absolute;
  right: 0;
  top: 0;
  width: 420px;
  height: 100%;
  background: repeating-linear-gradient(
    -55deg,
    transparent,
    transparent 38px,
    rgba(0, 148, 106, 0.09) 38px,
    rgba(0, 148, 106, 0.09) 40px
  );
  pointer-events: none;
  z-index: 2;
}

/* hero header  */
.exe-hero-header {
  display: flex;
  flex-direction: column;
  justify-content: center;
  position: relative;
  z-index: 10;
}

.exe-hero-label {
  display: flex;
  align-items: center;
  gap: 10px;
}

.exe-hero-lbl-eyebrow {
  display: inline-block;
  width: 50px;
  height: 2px;
  background-color: var(--pmk-green);
  flex-shrink: 0;
}

.exe-hero-lbl-text {
  color: rgba(255, 255, 255, 0.7);
  font-size: 0.775rem;
  font-weight: 500;
  letter-spacing: 1.4px;
  text-transform: uppercase;
}

.exe-hero-title {
  font-size: 2.75rem;
  font-weight: 700;
  color: var(--pmk-white);
  line-height: 1.25;
  margin-top: 18px;
}

.exe-hero-text {
  width: 100%;
  max-width: 620px;
  color: rgba(255, 255, 255, 0.68);
  font-size: 0.95rem;
  font-weight: 400;
  line-height: 1.4;
  margin-top: 6px;
}

.exe-hero-meta-container {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 0;
  margin-top: 24px;
}

.exe-hero-meta {
  display: flex;
  flex-direction: column;
  gap: 4px;
  padding-right: 32px;
  margin-right: 32px;
}

.exe-hero-meta:not(:last-child) {
  border-right: 1px solid rgba(255, 255, 255, 0.18);
}

.exe-meta-value {
  color: var(--pmk-white);
  font-size: 1.65rem;
  font-weight: 700;
  font-style: italic;
  line-height: 1;
}

.exe-meta-label {
  color: rgba(255, 255, 255, 0.48);
  font-size: 0.65rem;
  font-weight: 500;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

/* org founder section  */
#org-founder {
  background-color: #ffffff;
}

/* founder card  */
.founder-card {
  margin: 0 auto;
  border-radius: 20px;
  border: 1px solid var(--pmk-green-light);
  background-color: #fff;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  box-shadow: 0 2px 4px rgba(15, 23, 42, 0.08);

  overflow: hidden;
  position: relative;
  z-index: 2;
}

.founder-card::after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 150px;
  height: 100%;
  background: url("../assets/images/leaf_bg.png");
  background-repeat: no-repeat;
  background-size: contain;
  pointer-events: none;
  z-index: -1;
  opacity: 0.45;
}

/* founder card top  */
.founder-card-top {
  display: flex;
  align-items: center;
  gap: 24px;
  padding: 32px 32px 24px;
}

.founder-details {
  flex: 1.25;
  padding-right: 24px;
  padding-bottom: 24px;
  border-right: 1.5px solid var(--pmk-green);
}

.founder-card-label {
  color: var(--pmk-green);
  font-size: 0.9rem;
  font-weight: 500;

  position: relative;
}

.founder-card-label::after {
  content: "";
  position: absolute;
  left: 0px;
  bottom: -5px;
  width: 30px;
  height: 2px;
  background-color: var(--pmk-green);
}

.founder-name {
  color: var(--pmk-blue-dark);
  font-size: 2.35rem;
  font-weight: 700;
  margin-top: 24px;
  line-height: 1.3;
}

.founder-badge {
  display: flex;
  align-items: center;
  gap: 8px;
}

.fb-icon {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 4px 5px;
  border-radius: 50%;
  background-color: var(--pmk-green);
}

.fb-icon svg {
  width: 20px;
  height: 20px;
  stroke: var(--pmk-white);
}

.fb-post {
  color: var(--pmk-green);
  font-size: 1rem;
  font-weight: 600;
}

.fb-org {
  color: #5a7a6e;
  font-size: 0.85rem;
  font-weight: 400;
}

.founder-message {
  padding: 10px 0 10px 16px;
  margin-top: 24px;
  border-left: 3px solid var(--pmk-green);
  margin-bottom: 20px;
}

.founder-message .quote-mark {
  position: static;
  margin: 0;
  font-size: 1.75rem;
}

.message {
  color: #5a7a6e;
  font-size: 0.95rem;
  font-weight: 400;
  line-height: 1.4;
  font-style: italic;
}

.founder-details .contact-button {
  gap: 5px;
  color: var(--pmk-white);
  font-size: 0.875rem;
  padding: 10px 16px;
  border-radius: 4px;
  text-transform: uppercase;
  background-color: var(--pmk-green);
}

.founder-details .contact-button .btn-icon {
  transition: all 0.35s ease-in-out;
}

.founder-details .contact-button:hover .btn-icon {
  transform: translateX(5px);
}

/* image  */
.founder-picture-container {
  flex: 0.75;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}

.outer-ring {
  width: 280px;
  height: 280px;
  background: transparent;
  border-bottom: 4px solid var(--pmk-green);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  padding-top: 15px;
}

.founder-picture {
  width: 240px;
  height: 240px;
  background-color: #b5cfc5;
  border: 1px solid #716c6c;
  border-radius: 50%;
  overflow: hidden;
  transition: all 0.35s ease-in-out;
}

.founder-picture:hover {
  background-color: var(--pmk-green-light);
}

.founder-picture img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.founder-quote {
  width: 370px;
  padding: 14px;
  border-radius: 4px;
  margin: 12px auto 0;
  border: 0.5px solid rgba(0, 148, 106, 0.09);
  box-shadow: 0 2px 4px rgba(0, 148, 106, 0.09);

  position: relative;
}

.quote-mark {
  position: absolute;
  top: 5px;
  right: 5px;

  color: #00946a;
  font-size: 1.5rem;
  line-height: 0.5;
  font-family: Georgia, serif;
  display: block;
  margin-bottom: 6px;
}

.quote {
  color: #5a7a6e;
  font-size: 0.875rem;
  font-weight: 400;
  line-height: normal;
  text-align: justify;
}

.quote-owner {
  display: block;
  color: var(--pmk-green);
  font-size: 0.8rem;
  font-weight: 500;
  margin-top: 4px;
}

/* founder card bottom  */
.founder-card-bottom {
  display: grid;
  grid-template-columns: repeat(4, 1fr);

  /* border-radius: 14px; */
  background-color: var(--pmk-green-light);
  overflow: hidden;
}

.founder-values {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
  padding: 32px;
  transition: all 0.35s ease-in-out;
}

.founder-values:not(:last-child) {
  border-right: 1.5px solid #a6a7a652;
}

.founder-values:hover {
  background-color: #dff5ed;
}

.values-icon {
  display: flex;
  align-items: center;
  justify-content: center;

  width: 40px;
  height: 40px;
  color: var(--pmk-green-dark);
  border-radius: 50%;
  background-color: #b6d9c82c;
  box-shadow: 0 0 4px rgba(0, 148, 106, 0.466);
}

.values-icon svg {
  width: 20px;
  height: 20px;
  stroke: currentColor;
}

.values-content {
  margin-top: 12px;
}

.values-content-title {
  color: var(--pmk-blue-dark);
  font-size: 1rem;
  font-weight: 700;
}

.values-content-text {
  color: #5a7a6e;
  font-size: 0.9rem;
  font-weight: 400;
  line-height: normal;
}

/* board of directors  */
#board-of-directors {
  background-color: #f6f9f7;
}

.board-members-layout {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 24px;
  max-width: 92%;
  margin: 0 auto;
}

.board-member-card {
  display: flex;
  flex-direction: column;

  border-radius: 20px;
  background-color: var(--pmk-white);
  border: 0.5px solid var(--pmk-green-dark);
  box-shadow: 0 8px 32px rgba(0, 80, 50, 0.1);

  overflow: hidden;
  transition: all 0.35s ease-in-out;
}

.board-member-card:hover {
  transform: translateY(-6px);
  box-shadow: 0 20px 48px rgba(0, 80, 50, 0.18);
}

.board-member-card:last-child {
  width: 32%;
  margin: 0 auto;
  grid-column: span 3;
}

.member-card-header {
  height: 250px;
  flex-shrink: 0;
  position: relative;
}

.top-wave-shape {
  position: absolute;
  inset: 0;

  width: 100%;
  height: 100%;
  object-fit: fill;
}

.board-member-picture {
  position: absolute;
  top: 20px;
  left: 50%;
  transform: translate(-50%);

  width: 180px;
  height: 180px;
  border-radius: 50%;
  background-color: #b5cfc5;
  border: 4px solid var(--pmk-white);
  box-shadow: 0 4px 18px rgba(0, 0, 0, 0.18);
  overflow: hidden;
  z-index: 2;
  transition: all 0.35s ease-in-out;
}

.board-member-card:hover .board-member-picture {
  background-color: var(--pmk-green-light);
}

.board-member-picture img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: top center;
}

.card-header-badge {
  position: absolute;
  bottom: 36px;
  left: 50%;
  transform: translate(-50%);
  width: 35px;
  height: 33px;
  border-radius: 50%;
  color: var(--pmk-blue-dark);
  background-color: var(--pmk-green-light);
  box-shadow: 0 3px 10px rgba(0, 0, 0, 0.25);
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 3;
}

.card-header-badge svg {
  width: 18px;
  height: 18px;
  stroke: currentColor;
}

.member-card-body {
  flex: 1;
  padding: 24px 32px;
  text-align: center;
}

.member-name {
  color: var(--pmk-blue-dark);
  font-size: 1.15rem;
  font-weight: 700;
  line-height: 1.3;
  text-transform: capitalize;
}

.member-role-label {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  margin-top: 12px;
}

.member-role-label::before,
.member-role-label::after {
  content: "";
  display: block;
  flex: 1;
  height: 1px;
  background-color: var(--pmk-green);
  max-width: 100px;
}

.member-role-text {
  color: var(--pmk-green-dark);
  font-size: 0.8rem;
  font-weight: 700;
  letter-spacing: 1.68px;
  text-transform: uppercase;
}

.card-quote-mark {
  color: var(--pmk-green-dark);
  font-size: 2.15rem;
  font-weight: 700;
  line-height: 0.8;
  margin-top: 16px;
}

.member-quote {
  color: #5a7a6e;
  font-size: 0.9rem;
  font-weight: 400;
  line-height: 1.4;
}

.member-card-footer {
  height: 72px;
  flex-shrink: 0;
  overflow: hidden;
  position: relative;
}

.bottom-wave-shape {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
}

/* executive framework  */
.framework-layout {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 24px;
}

.work-plan {
  background: #fff;
  padding: 24px;
  border-radius: 16px;
  border: 1px solid rgba(15, 23, 42, 0.08);
  box-shadow: 0 4px 20px rgba(15, 23, 42, 0.08);
  transition: all 0.35s ease;
}

.work-plan:hover {
  box-shadow: 0 16px 40px rgba(15, 23, 42, 0.15);
}

.wp-icon {
  font-size: 1.5rem;
}

.wp-title {
  color: var(--pmk-blue-dark);
  font-size: 1.05rem;
  font-weight: 600;
  margin-top: 8px;
}

.wp-text {
  color: #5a7a6e;
  font-size: 0.95rem;
  font-weight: 400;
  line-height: 1.3;
  margin-top: 6px;
  text-align: justify;
}

/* general committee page styles  */
.general-committee {
  background-color: #fcfcfc !important;
}

.general-committee-layout {
  max-width: 100%;
  grid-template-columns: repeat(4, 1fr);
  gap: 20px;
}

.general-committee-layout .board-member-card:last-child {
  width: 25%;
  margin: 0 auto;
  grid-column: span 4;
}

.general-committee-layout .member-card-header {
  height: 230px;
}

.general-committee-layout .board-member-picture {
  width: 160px;
  height: 160px;
}

.general-committee-layout .member-card-body {
  padding: 16px 24px;
}

.general-committee-layout .member-role-label {
  margin-top: 0;
}

.general-committee-layout .member-name {
  margin-top: 8px;
}

/* reset footer  */
.footer-main {
  margin-top: 0 !important;
}

.copyright {
  background-color: #fff !important;
}

/* responsive styles:: small devices  */
@media (max-width: 767.98px) {
  /* shared styles  */
  #org-founder,
  #board-of-directors,
  #executive-framework {
    padding: 80px 0;
  }

  .sec-lbl-text {
    font-size: 0.8rem;
  }

  .exe-sec-title {
    font-size: 1.75rem;
  }

  .exe-sec-description {
    max-width: unset;
    font-size: 0.9rem;
    padding-bottom: 8px;
  }

  /* executive body hero section styles  */
  #executive-body-hero {
    padding: 60px 0;
  }

  #executive-body-hero::after {
    width: 100%;
  }

  .exe-hero-lbl-eyebrow {
    width: 40px;
  }

  .exe-hero-lbl-text {
    font-size: 0.7rem;
  }

  .exe-hero-title {
    font-size: 2rem;
  }

  .exe-hero-text {
    max-width: unset;
    font-size: 0.875rem;
  }

  .exe-hero-meta-container {
    gap: 16px;
  }

  .exe-hero-meta {
    padding-right: 24px;
    margin-right: 24px;
  }

  .exe-meta-value {
    font-size: 1.5rem;
  }

  .exe-meta-label {
    font-size: 0.6rem;
  }

  /* founder section  */
  /* founder card  */
  .founder-card {
    border-radius: 8px;
  }

  /* founder card top  */
  .founder-card-top {
    flex-direction: column-reverse;
    padding: 24px 24px 16px;
  }

  .founder-details {
    flex: 1;
    padding: 24px 0;
    border-top: 1.5px solid var(--pmk-green);
    border-right: none;
  }

  .founder-card-label {
    font-size: 0.875rem;
  }

  .founder-name {
    font-size: 1.65rem;
    margin-top: 16px;
  }

  .founder-badge {
    gap: 4px;
    margin-top: 8px;
  }

  .fb-icon {
    padding: 3px 4px;
  }

  .fb-icon svg {
    width: 15px;
    height: 15px;
  }

  .fb-post {
    font-size: 0.875rem;
  }

  .fb-org {
    font-size: 0.725rem;
  }

  .message {
    font-size: 0.875rem;
    line-height: 1.5;
    text-align: justify;
  }

  /* image  */
  .founder-picture-container {
    flex: 1;
  }

  .outer-ring {
    width: 220px;
    height: 210px;
  }

  .founder-picture {
    width: 180px;
    height: 180px;
  }

  .founder-quote {
    width: 100%;
  }

  /* founder card bottom  */
  .founder-card-bottom {
    grid-template-columns: repeat(1, 1fr);
  }

  .founder-values:not(:last-child) {
    border-right: none;
    border-bottom: 1.5px solid #a6a7a652;
  }

  .values-icon {
    width: 35px;
    height: 35px;
  }

  .values-icon svg {
    width: 16px;
    height: 16px;
  }

  .values-content {
    margin-top: 8px;
  }

  .values-content-title {
    font-size: 0.95rem;
  }

  .values-content-text {
    font-size: 0.875rem;
  }

  /* board of directors  */
  .board-members-layout {
    grid-template-columns: repeat(1, 1fr);
    gap: 32px;
    max-width: unset;
  }

  .board-member-card {
    max-width: 75%;
    margin: 0 auto;
  }

  .board-member-card:last-child {
    width: unset;
    grid-column: unset;
  }

  .member-card-header {
    height: 220px;
  }

  .board-member-picture {
    width: 150px;
    height: 150px;
  }

  .card-header-badge svg {
    width: 16px;
    height: 16px;
  }

  .member-card-body {
    flex: 1;
    padding: 18px 24px;
    text-align: center;
  }

  .member-name {
    font-size: 1.05rem;
  }

  .member-role-label {
    margin-top: 8px;
  }

  .member-role-text {
    font-size: 0.75rem;
  }

  .card-quote-mark {
    font-size: 1.75rem;
  }

  .member-quote {
    font-size: 0.875rem;
  }

  /* executive framework  */
  .framework-layout {
    grid-template-columns: repeat(1, 1fr);
    gap: 16px;
  }

  .wp-icon {
    font-size: 1.25rem;
  }

  .wp-title {
    font-size: 1rem;
  }

  .wp-text {
    font-size: 0.9rem;
  }

  /* general committee page styles  */
  .general-committee-layout {
    max-width: 100%;
    grid-template-columns: repeat(1, 1fr);
    gap: 20px;
  }

  .general-committee-layout .board-member-card {
    width: 80%;
  }

  .general-committee-layout .board-member-card:last-child {
    width: 80%;
    grid-column: unset;
  }

  .general-committee-layout .member-card-header {
    height: 220px;
  }

  .general-committee-layout .board-member-picture {
    width: 150px;
    height: 150px;
  }
}

@media (max-width: 575.98px) {
  .board-member-card {
    max-width: 100%;
  }

  /* general committee page styles  */
  .general-committee-layout .board-member-card {
    width: 100%;
  }

  .general-committee-layout .board-member-card:last-child {
    width: 100%;
    grid-column: unset;
  }
}

/* responsive styles:: medium devices  */
@media (min-width: 768px) and (max-width: 991.98px) {
  /* shared styles  */
  #org-founder,
  #board-of-directors,
  #executive-framework {
    padding: 80px 0;
  }

  .exe-sec-title {
    font-size: 1.95rem;
  }

  .exe-sec-description {
    max-width: unset;
    font-size: 0.95rem;
    padding-bottom: 8px;
  }

  /* executive body hero section styles  */
  #executive-body-hero {
    padding: 100px 0;
  }

  #executive-body-hero::after {
    width: 100%;
  }

  .exe-hero-title {
    font-size: 2.25rem;
    margin-top: 14px;
  }

  .exe-hero-text {
    max-width: unset;
    font-size: 0.9rem;
  }

  .exe-hero-meta-container {
    gap: 16px;
  }

  .exe-hero-meta {
    padding-right: 24px;
    margin-right: 24px;
  }

  .exe-meta-value {
    font-size: 1.5rem;
  }

  .exe-meta-label {
    font-size: 0.6rem;
  }

  /* founder section  */
  /* founder card top  */
  .founder-card-top {
    flex-direction: column-reverse;
    padding: 24px 24px 16px;
  }

  .founder-details {
    flex: 1;
    padding: 32px 0;
    border-top: 1.5px solid var(--pmk-green);
    border-right: none;
  }

  .founder-name {
    font-size: 1.95rem;
    margin-top: 18px;
  }

  .founder-badge {
    gap: 6px;
    margin-top: 4px;
  }

  .fb-icon svg {
    width: 18px;
    height: 18px;
  }

  .fb-post {
    font-size: 0.875rem;
  }

  .fb-org {
    font-size: 0.725rem;
  }

  .message {
    font-size: 0.9rem;
    line-height: 1.5;
    text-align: justify;
  }

  /* image  */
  .founder-picture-container {
    flex: 1;
  }

  .outer-ring {
    width: 220px;
    height: 210px;
  }

  .founder-picture {
    width: 180px;
    height: 180px;
  }

  .founder-quote {
    width: 100%;
  }

  /* founder card bottom  */
  .founder-card-bottom {
    grid-template-columns: repeat(2, 1fr);
  }

  .founder-values:not(:last-child) {
    border: none;
  }

  .founder-values:nth-child(2n + 1) {
    border-right: 1.5px solid #a6a7a652;
  }

  .founder-values:nth-child(3),
  .founder-values:last-child {
    border-top: 1.5px solid #a6a7a652;
  }

  .values-icon {
    width: 38px;
    height: 38px;
  }

  .values-icon svg {
    width: 18px;
    height: 18px;
  }

  .values-content-title {
    font-size: 0.98rem;
  }

  .values-content-text {
    font-size: 0.9rem;
    margin-top: 2px;
  }

  /* board of directors  */
  .board-members-layout {
    grid-template-columns: repeat(2, 1fr);
    gap: 18px;
    max-width: 100%;
  }

  .board-member-card:last-child {
    width: 50%;
    grid-column: span 2;
  }

  .member-card-header {
    height: 230px;
  }

  .board-member-picture {
    width: 160px;
    height: 160px;
  }

  .card-header-badge svg {
    width: 16px;
    height: 16px;
  }

  .member-card-body {
    padding: 18px 24px;
  }

  .member-name {
    font-size: 1.1rem;
  }

  .member-role-label {
    margin-top: 6px;
  }

  .member-role-text {
    font-size: 0.775rem;
  }

  .card-quote-mark {
    font-size: 1.85rem;
  }

  .member-quote {
    font-size: 0.875rem;
  }

  /* executive framework  */
  .framework-layout {
    grid-template-columns: repeat(2, 1fr);
    gap: 16px;
  }

  /* general committee page styles  */
  .general-committee-layout {
    max-width: 100%;
    grid-template-columns: repeat(2, 1fr);
    gap: 20px;
  }

  .general-committee-layout .board-member-card:last-child {
    width: 50%;
    grid-column: span 2;
  }

  .general-committee-layout .member-card-header {
    height: 220px;
  }

  .general-committee-layout .board-member-picture {
    width: 150px;
    height: 150px;
  }
}

/* responsive styles:: large devices  */
@media (min-width: 992px) and (max-width: 1199.98px) {
  /* executive body hero section styles  */
  #executive-body-hero {
    padding: 120px 0;
  }

  /*  founder card */
  .founder-card-top {
    gap: 18px;
    padding: 24px 24px 16px;
  }

  .founder-name {
    font-size: 2rem;
    margin-top: 16px;
  }

  .fb-icon {
    padding: 3px 4px;
  }

  .fb-icon svg {
    width: 18px;
    height: 18px;
  }

  .fb-post {
    font-size: 0.925rem;
  }

  .fb-org {
    font-size: 0.8rem;
  }

  .message {
    font-size: 0.9rem;
  }

  .outer-ring {
    width: 210px;
    height: 210px;
  }

  .founder-picture {
    width: 180px;
    height: 180px;
  }

  .founder-quote {
    width: 100%;
  }

  .quote {
    font-size: 0.85rem;
  }

  .founder-values {
    padding: 16px;
  }

  .values-icon {
    width: 35px;
    height: 35px;
  }

  .values-icon svg {
    width: 17px;
    height: 17px;
  }

  .values-content-title {
    font-size: 0.95rem;
  }

  .values-content-text {
    font-size: 0.875rem;
  }

  /* board of directors  */
  .board-members-layout {
    grid-template-columns: repeat(2, 1fr);
    max-width: 100%;
  }

  .board-member-card:last-child {
    width: 50%;
    grid-column: span 2;
  }

  /* executive framework  */
  .framework-layout {
    grid-template-columns: repeat(3, 1fr);
    gap: 16px;
  }

  /* general committee page styles  */
  .general-committee-layout {
    max-width: 100%;
    grid-template-columns: repeat(3, 1fr);
    gap: 20px;
  }

  .general-committee-layout .board-member-card:last-child {
    width: unset;
    grid-column: unset;
  }
}

/* responsive styles:: extra large devices  */
@media (min-width: 1200px) and (max-width: 1399.98px) {
  /* executive body hero section styles  */
  #executive-body-hero {
    padding: 140px 0;
  }

  /*  founder card */
  .outer-ring {
    width: 250px;
    height: 250px;
  }

  .founder-picture {
    width: 210px;
    height: 210px;
  }

  /* board of directors  */
  .board-members-layout {
    grid-template-columns: repeat(2, 1fr);
    max-width: 100%;
  }

  .board-member-card:last-child {
    width: 50%;
    grid-column: span 2;
  }

  /* executive framework  */
  .framework-layout {
    grid-template-columns: repeat(3, 1fr);
    gap: 20px;
  }

  /* general committee page styles  */
  .general-committee-layout {
    max-width: 100%;
    grid-template-columns: repeat(3, 1fr);
    gap: 20px;
  }

  .general-committee-layout .board-member-card:last-child {
    width: unset;
    grid-column: unset;
  }
}

/* responsive styles:: extra extra large devices  */
@media (min-width: 1400px) {
}
