/* â”€â”€ Hero â”€â”€ */


.people-hero .container {
  width: 100%;
  max-width: var(--max-width);
  margin: 0 auto;
  padding: 0 56px;
}

.people-hero h1 {
  font-size: 56px;
  font-weight: 700;
  color: #FFFFFF;
  line-height: 1.1;
  margin: 0;
}

.people-hero-subtitle {
  font-size: 20px;
  font-weight: 500;
  color: rgba(255,255,255,0.9);
  line-height: 1.6;
  margin: 20px 0 0;
  max-width: 700px;
}

/* â”€â”€ Banner â”€â”€ */
.people-banner {
  padding: 80px 0;
}

.people-banner-img {
  width: 100%;
/*   height: 420px; */
/*   background: linear-gradient(135deg, #1B3767 0%, #2D4A75 30%, #3D5A85 60%, #1B3767 100%); */
  border-radius: 0;
  object-fit: cover;
}
.people-banner-image{
    display:block;
    border-radius:20px;
    object-fit:cover;
	    margin: 0 auto;
}
/* â”€â”€ Our Team Section â”€â”€ */
.people-section {
  padding-bottom: 100px;
}

.people-section .container {
  max-width: var(--max-width);
  margin: 0 auto;
  padding: 0 56px;
}

.people-header-row {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 48px;
}

.people-header-row h2 {
  font-size: 44px;
  font-weight: 700;
  color: #1A1A1A;
  line-height: 1.2;
  margin: 0;
}

/* â”€â”€ Carousel Controls â”€â”€ */
.people-carousel-controls {
  display: flex;
  align-items: center;
  gap: 10px;
}

.people-carousel-btn {
  width: 40px;
  height: 40px;
  border-radius: 8px;
  border: none;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  transition: background-color 0.2s;
}

.people-carousel-prev {
  background: #e8e8e8;
  color: #666;
}

.people-carousel-prev:hover {
  background: #d8d8d8;
}

.people-carousel-next {
  background: #173158;
  color: #fff;
}

.people-carousel-next:hover {
  background: #0F244A;
}

/* â”€â”€ Category Navigation â”€â”€ */
.people-category-nav ul {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  gap: 32px;
  flex-wrap: wrap;
}

.people-category-nav li {
  position: relative;
}

.people-category-nav a {
  font-size: 14px;
  font-weight: 500;
  color: #1a1a1a;
  text-decoration: none;
  padding-bottom: 12px;
  display: inline-block;
  transition: color 0.2s;
}

.people-category-nav a:hover {
  color: #173158;
}

.people-category-nav li.is-active a {
  color: #173158;
}

.people-category-nav li.is-active::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  height: 2px;
  background: #F2A63B;
}

.people-category-divider {
  height: 1px;
  background: #e0e0e0;
  margin-top: 0;
}

/* â”€â”€ Section Title â”€â”€ */
.people-section-title {
  font-size: 36px;
  font-weight: 700;
  color: #1A1A1A;
  line-height: 1.2;
  text-align: center;
  margin: 48px 0 56px;
}

/* â”€â”€ Member Card â”€â”€ */
.people-members-list {
  display: flex;
  flex-direction: column;
  gap: 24px;
}

.people-card {
  display: flex;
  gap: 40px;
  background: #F6F7FA;
  border-radius: 12px;
  padding: 32px;
  align-items: center;
  box-shadow: 0 1px 3px rgba(0,0,0,0.06);
  transition: box-shadow 0.2s;
}

.people-card:hover {
  box-shadow: 0 4px 12px rgba(0,0,0,0.1);
}

.people-card-image {
  width: 260px;
  min-width: 260px;
  height: 300px;
  border-radius: 8px;
  overflow: hidden;
  flex-shrink: 0;
}

.people-img-placeholder {
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 8px;
}

.people-img-initials {
  font-size: 48px;
  font-weight: 700;
  color: rgba(255,255,255,0.3);
  letter-spacing: 2px;
}

.people-card-content {
  flex: 1;
  min-width: 0;
}

.people-card-name {
  font-size: 28px;
  font-weight: 700;
  color: #1a1a1a;
  margin: 0 0 4px;
  line-height: 1.2;
}

.people-card-role {
  font-size: 16px;
  font-weight: 500;
  color: #1a1a1a;
  margin: 0;
}

.people-card-divider {
  height: 1px;
  background: #d0d0d0;
  margin: 20px 0 20px;
}

.people-card-focus {
  display: flex;
  align-items: flex-start;
  gap: 8px;
  margin-bottom: 14px;
  flex-wrap: wrap;
}

.people-focus-label {
  font-size: 15px;
  font-weight: 700;
  color: #1a1a1a;
  white-space: nowrap;
  margin-top: 1px;
  display: block;
  width: 100%;
}

.people-focus-list {
  list-style: disc;
  margin: 0;
  padding: 0 0 0 18px;
  display: flex;
  flex-wrap: wrap;
  gap: 4px 24px;
}

.people-focus-list li {
  font-size: 16px;
  color: #1a1a1a;
  line-height: 1.5;
  font-weight: 600;
}

.people-card-bio {
     font-size: 15px;
    line-height: 1.7;
    color: #1a1a1a;
    /* max-width: 620px; */
    margin-bottom: 10px;
}

/* â”€â”€ Alternating Layout â”€â”€ */
.people-card-left {
  flex-direction: row;
}

.people-card-right {
  flex-direction: row-reverse;
}

/* â”€â”€ Bottom Section â”€â”€ */
.people-bottom-title {
  margin-top: 80px;
  margin-bottom: 0;
  padding-bottom: 40px;
}

/* â”€â”€ Responsive â”€â”€ */
@media (max-width: 1200px) {
  .people-hero h1 {
    font-size: 40px;
  }
  .people-hero-subtitle {
    font-size: 18px;
  }
  .people-header-row h2 {
    font-size: 36px;
  }
  .people-section-title {
    font-size: 30px;
  }
  .people-card-image {
    width: 220px;
    min-width: 220px;
    height: 260px;
  }
}

@media (max-width: 992px) {
  .people-hero {
    height: auto;
    min-height: 280px;
  }
  .people-hero .container {
    padding: 80px 32px;
  }
  .people-hero h1 {
    font-size: 36px;
  }
  .people-hero-subtitle {
    font-size: 16px;
  }
  .people-section .container {
    padding: 0 32px;
  }
  .people-card {
    flex-direction: column !important;
    align-items: stretch;
  }
  .people-card-image {
    width: 100%;
    min-width: unset;
    height: 280px;
  }
  .people-category-nav ul {
    gap: 24px;
  }
}

@media (max-width: 768px) {
  .people-hero .container {
    padding: 64px 24px;
  }
  .people-hero h1 {
    font-size: 30px;
    letter-spacing: -1px;
  }
  .people-hero-subtitle {
    font-size: 15px;
    margin-top: 16px;
  }
  .people-section .container {
    padding: 0 24px;
  }
  .people-banner {
    padding: 48px 0;
  }
  .people-banner-img {
    height: 260px;
  }
  .people-header-row {
    flex-direction: column;
    align-items: flex-start;
    gap: 20px;
    margin-bottom: 32px;
  }
  .people-header-row h2 {
    font-size: 30px;
  }
  .people-category-nav ul {
    gap: 16px;
    overflow-x: auto;
    flex-wrap: nowrap;
    padding-bottom: 4px;
  }
  .people-category-nav a {
    font-size: 13px;
    white-space: nowrap;
  }
  .people-section-title {
    font-size: 26px;
    margin: 36px 0 40px;
  }
  .people-card {
    padding: 24px;
  }
  .people-card-image {
    height: 240px;
  }
  .people-card-name {
    font-size: 24px;
  }
}

@media (max-width: 480px) {
  .people-hero .container {
    padding: 48px 16px;
  }
  .people-hero h1 {
    font-size: 26px;
  }
  .people-hero-subtitle {
    font-size: 14px;
  }
  .people-section .container {
    padding: 0 16px;
  }
  .people-card {
    padding: 20px;
  }
  .people-card-image {
    height: 200px;
  }
}
