
    .team-hero h1 {
      font-size: 3rem;
      margin-bottom: 0.5rem;
    }
    .team-hero p {
      font-size: 1.2rem;
      max-width: 700px;
      margin: 0 auto;
      opacity: 0.9;
    }

    /* Leadership section */
    .leadership {
      padding: 80px 0;
    }
    .leadership .leader-card {
      position: relative;
      overflow: hidden;
      border-radius: 12px;
      box-shadow: 0 8px 30px rgba(0,0,0,0.1);
      transition: transform 0.3s, box-shadow 0.3s;
height: auto;
  width: 160%;
    }
    .leadership .leader-card:hover {
      transform: translateY(-8px);
      box-shadow: 0 16px 40px rgba(0,0,0,0.15);
    }
    .leader-photo {
      width: 100%;
      height: 340px;
    }
    .leader-info {
      padding: 20px;
      background: var(--theme-color-light);
    }
    .leader-info p {
      margin: 0;
    }

    /* Team grid */
    .team-members {
      padding: 80px 0;
    }
    .member-card {
      background: var(--theme-color-light);
      border-radius: 10px;
      overflow: hidden;
      box-shadow: 0 6px 20px rgba(0,0,0,0.07);
      transition: transform 0.3s, box-shadow 0.3s;
      text-align: center;
      height: 100%;
    }
    .member-card:hover {
      transform: translateY(-6px);
      box-shadow: 0 12px 30px rgba(0,0,0,0.12);
    }
    .member-photo {
      width: 80%;

    }
    .member-info {
      padding: 15px;
    }
    .member-info p {
      font-size: 0.95rem;
      margin-bottom: 10px;
    }
    .member-info .socials a:hover {
      color: var(--ssc-color1);
    }

/* for the heading */

.section-title {
  font-size: 42px;
  font-weight: 700;
  color: var(--theme-color-black);
  margin-bottom: 10px;
  text-align: center;
}

.section-subtitle {
  font-size: 18px;
  max-width: 700px;
  margin: auto;
  line-height: 1.6;
  text-align: center;
  margin-bottom: 40px;
}

/* in this page */

/* for the testimonial  */

.testimonial-section-three {
position: relative !important;
  overflow: hidden !important;
  padding: 80px 0 !important;
  width: 100vw !important;
  margin-left: 50% !important;
  transform: translateX(-50%) !important;
  background-color: var(--theme-color-light) !important;
}

/* TOP half background */
.testimonial-section-three::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;      
  height: 50%;      
  background-color: var(--theme-color-gray2); 
  z-index: 0;
}

.testimonial-section-three .container {
  position: relative;
  z-index: 1;
}
/* for single  */


.leader-card {
    display: flex;
    align-items: center;
    gap: 20px;
    padding: 25px;
    background: var(--theme-color-light);
    border-radius: 15px;
    box-shadow: 0 4px 12px rgba(0,0,0,0.08);
    height: 100%;
}

.leader-photo {
width: 210px;
  height: 230px;
    object-fit: cover;
    border-radius: 12px;
}

.leader-info h3 {
    margin-bottom: 5px;
}

.leader-info p {
    margin: 0 0 8px;
}

/* new design , layout of our team page  */


/* LEADERSHIP FEATURE */
.leadership-feature {
    margin-top: 60px;
}

.leader-feature-img img {
width: auto;
  border-radius: 16px;
  box-shadow: 0 8px 20px rgba(0,0,0,0.15);
  height: 316px;
  margin-left: 240px;
}

.leader-feature-content h3 {
    font-size: 34px;
    font-weight: 700;
}

.leader-feature-content h5 {
    font-size: 20px;
    color: var(--ssc-color1);
    margin-bottom: 15px;
}

.btn-leader {
    display: inline-block;
    padding: 10px 20px;
    background:var(--ssc-orange-color);
    color: var(--theme-color-light);
    border-radius: 6px;
    text-decoration: none;
    margin-top: 15px;
    transition: 0.3s;
}

.btn-leader:hover {
    background:var(--ssc-orange-color);
    color: var(--theme-color-light);
}


/* HORIZONTAL TEAM STRIP */
.horizontal-team-strip {
    background: #f8f5f2;
    padding: 60px 0;
}

.strip-title {
    text-align: center;
    margin-bottom: 30px;
}

.team-scroll-wrapper {
    overflow-x: scroll;
    padding-bottom: 10px;
}

.scroll-item {
        width: 220px;
    flex: 0 0 220px;
}

.scroll-item img {
width: 110px;
  height: auto;
  object-fit: cover;
}

.scroll-item h4 {
    margin-top: 10px;
    font-size: 18px;
    font-weight: 600;
}


/* TEAM GRID */
.team-card1 {
    background: white;
    border-radius: 14px;
    padding: 20px;
    text-align: center;
    transition: 0.3s;
    box-shadow: 0 2px 10px rgba(0,0,0,0.05);
}

.team-card1:hover {
    transform: translateY(-8px);
    box-shadow: 0 8px 25px rgba(0,0,0,0.1);
}

.team-photo {
    width: auto;
  height: 120px;

}

.team-card-content {
    margin-top: 10px;
}

.team-socials a {
    font-size: 20px;
    margin: 0 6px;
    color: var(--ssc-color1);
    transition: 0.3s;
}

.team-socials a:hover {
    /* color: #1a73e8; */
}


/* QUOTE SECTION */
.team-quote-section {
    margin: 80px 0;
    text-align: center;
}

.quote-box {
    padding: 60px;
    background: var(--ssc-color1);
    color: var(--theme-color-light);
    border-radius: 16px;
    max-width: 900px;
    margin: auto;
}

.quote-box h2 {
    font-size: 32px;
    margin-bottom: 10px;
    color: var(--theme-color-light);
}

html body div.page-wrapper section.team-quote-section div.quote-box p{
  color: var(--theme-color-light);
}

/* Wrapper */
.team-auto-scroll {
    width: 100%;
    overflow: hidden;     /* hides scrollbar */
}

/* Scrolling row */
.team-track {
    display: flex;
    width: max-content;
    gap: 40px;
    animation: scroll 20s linear infinite;
}

/* Animation */
@keyframes scroll {
    0% {
        transform: translateX(0);
    }
    100% {
        transform: translateX(-50%);
    }
}

.team-card {
    text-align: center;
    width: 225px; 
    display: flex;
    flex-direction: column;
    align-items: center;
}

.team-card h3 {
    margin: 10px 0;
    min-height: 40px;  /* ensures all names sit in same height */
}

.team-card .subtitle {
    min-height: 25px; /* makes subtitle row consistent */
}

/* extra */

html body div.page-wrapper section.leadership-feature.container.py-5 div.row.align-items-center div.col-lg-6 div.leader-feature-content{
  margin-left: -100px;
}
html body div.page-wrapper section.leadership-feature.container.py-5 div.row.align-items-center{
  margin-left: -100px;
}

/* another design of our team  */

.team-full-bg {
    width: 100%;
    background:#f8f5f2;  /* ← your full-width background */
    padding: 40px 0;
}

.team-showcase-wrap {
    display: flex;
    flex-direction: column;
    margin-top: 40px;
    margin-left: -150px;
  margin-right: -150px;
}

.team-row {
    display: flex;
    align-items: center;
}

.team-photo-wrap {
    display: flex;
    justify-content: center;
}

.team-profile-img {
      width: 200px;
      height: 200px;
    border-radius: 50%;
    object-fit: cover;
}

.team-info-box {
    flex: 1;
background: var(--theme-color-light);
box-shadow: 0 4px 18px rgba(0,0,0,0.08);

    padding: 40px 50px;
    border-radius: 22px;
}

.team-info-box h3 {
    margin-bottom: 10px;
    font-size: 20px;
    font-weight: 700;
}

.readmore-btn {
    display: inline-block;
    padding: 10px 20px;
    /* background: #2f80ed; */
    color: var(--theme-color-light);
    text-decoration: none;
    border-radius: 25px;
    font-size: 14px;
    margin-top: 10px;
}

/* .team-row div.team-photo-wrap img.team-profile-img{
  margin-left: 440px !important;
}
.team-row.reverse div.team-photo-wrap img.team-profile-img{
  margin-right: 240px !important;
} */

.team-row {
    display: grid;
    grid-template-columns: 1fr 300px 1fr; /* left | image | right */
    align-items: center;
}

.team-photo-wrap {
    grid-column: 2; /* always center */
}

/* differentiate of team page  */

.team-info-box {
    display: flex;
    flex-direction: column;
}

/* Push button to same position */
.team-info-box .btn-leader {
    margin-top: auto;
    width: 206px;
}

/* for only 2 cards  */

.two-column-layout {
    display: flex;
    gap: 30px;
    justify-content: center;
    align-items: stretch;
    flex-wrap: wrap;
}

.two-column-layout .team-info-box {
    max-width: 50%;
}

/* Mobile */
@media (max-width: 768px) {
    .two-column-layout .team-info-box {
        max-width: 100%;
        flex: 1 1 100%;
    }
}

/* 2 team member image  */

.team-header {
    display: flex;
    align-items: center;
    gap: 20px;
    margin-bottom: 20px;
}

.team-photo {
    width: 120px;
    height: 120px;
    object-fit: cover;
    border-radius: 8px; /* optional */
}

.team-title h4 {
    margin: 0;
    font-size: 1.4rem;
}

.team-title h3 {
    margin: 6px 0 0;
    font-size: 1rem;
    font-weight: 600;
    line-height: 30px;
}
