.gbs-ts {
  width: 100%;
  padding: 0px;
}

.gbs-ts .t-wrap {
  max-width: 1170px;
  margin: 0 auto;
}

.gbs-ts .t-heading {
  text-align: center;
  font-size: 44px;
  font-weight: 600;
  letter-spacing: 0.2px;
}

.gbs-ts .t-quote {
  margin: 75px auto 97px;
  max-width: 865px;
  text-align: center;
  font-size: 20px;
  color: #000;
  opacity: 1;
  transition: opacity 0.5s ease;
}

.gbs-ts .t-quote.fade-out {
  opacity: 0;
}

.gbs-ts .t-divider-wrapper {
  position: relative;
  margin: 56px 0 0;
}

.gbs-ts .t-divider {
  border: none;
  border-top: 1px solid #000;
  margin: 0;
  width: 100%;
}

.gbs-ts .t-index {
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  font-family: "Instrument Sans", Sans-serif;
  font-weight: 400;
  color: #000;
  font-size: 15px;
  background: #ffffff;
  padding-left: 12px;
}

.gbs-ts .t-footer {
  display: grid;
  grid-template-columns: 1fr auto;
  align-items: center;
  gap: 16px;
  padding-top: 18px;
}

.gbs-ts .t-person {
  display: grid;
  grid-template-columns: 64px 1fr;
  gap: 14px;
  align-items: center;
}

.gbs-ts .t-person:not(:has(.t-avatar)),
.gbs-ts .t-person.no-avatar {
  grid-template-columns: 1fr;
}

.gbs-ts .t-avatar[style*="display: none"] {
  display: none !important;
}

.gbs-ts .t-avatar {
  width: 64px;
  height: 64px;
  border-radius: 999px;
  overflow: hidden;
  background: #e9f1fb;
  display: grid;
  place-items: center;
  transition: opacity 0.5s ease;
}

.gbs-ts .t-avatar.fade-out {
  opacity: 0;
}

.gbs-ts .t-avatar img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

.gbs-ts .t-person-name,
.gbs-ts .t-person-role {
  transition: opacity 0.5s ease;
}

.gbs-ts .t-person-name.fade-out,
.gbs-ts .t-person-role.fade-out {
  opacity: 0;
}

.gbs-ts .t-person-name {
  font-weight: 700;
  font-size: 22px;
  margin: 0 0 6px;
}

.gbs-ts .t-person-role {
  margin: 0;
  color: #4a4a4a;
  font-size: 15px;
}

.gbs-ts .t-pager {
  display: flex;
  align-items: center;
  gap: 14px;
}

.gbs-ts .t-nav {
  display: flex;
  align-items: center;
  gap: 12px;
}

.gbs-ts .t-btn {
  width: 37px;
  height: 37px;
  border: none;
  background: transparent;
    background-repeat: repeat;
    background-image: none;
    background-size: contain;
  color: #3a0f0f;
  border-radius: 999px;
  display: grid;
  place-items: center;
  cursor: pointer;
  transition: transform 0.12s ease, background-color 0.12s ease, color 0.12s ease;
  padding: 0;
  line-height: 1;
  font-size: 0;
}
.gbs-ts .t-btn.t-next{
  background-image: url('https://gbs.sweans.org/wp-content/uploads/2026/02/icon_right.svg');
  background-repeat: no-repeat;
}
.gbs-ts .t-btn.t-prev{
  background-image: url('https://gbs.sweans.org/wp-content/uploads/2026/02/icon_left.svg');
  background-repeat: no-repeat;
}


@media (max-width: 1600px) {
  .gbs-ts .t-wrap {
    max-width: 75%;
  }
  .gbs-ts .t-quote {
    max-width: 71%;
  }
}
@media (max-width: 1470px) {
  .gbs-ts .t-quote {
    margin: 50px auto 50px;
  }
}
@media (max-width: 1024px) {
  .gbs-ts .t-btn {
    width: 35px;
    height: 35px;
    line-height: 35px;
  }
  
}
@media (max-width: 768px) {
  .gbs-ts .t-heading {
    font-size: 32px;
  }

  .gbs-ts .t-quote {
    font-size: 18px;
    padding: 0 4px;
  }

  .gbs-ts .t-person-name {
    font-size: 18px;
  }

  .gbs-ts .t-person-role {
    font-size: 14px;
  }

  .gbs-ts .t-index {
    font-size: 14px;
    padding-left: 8px;
  }
}

@media (max-width: 767px) {
  .gbs-ts {
    padding: 30px 0px 30px;
  }

  .gbs-industry-slider .section {
    padding: 30px 0px 30px;
  }

  .gbs-ts .t-footer {
    display: flex;
    flex-direction: column;
  }

  .gbs-ts .t-person {
    display: flex;
    flex-direction: column;
  }

  .gbs-ts .t-avatar {
    display: flex;
  }

  .gbs-ts .t-person-meta {
    width: 100%;
    text-align: center;
  }
}
@media (max-width: 600px) {
  .gbs-ts .t-wrap {
    max-width: 100%;
  }
}