/* [23:49] Atul Sharma */
.tpc-speakers-wrap {
  width: 100%;
  padding: 12px 0;
  background: #fff;
  border-top: 1px solid rgba(7, 79, 112, 0.2);
  border-bottom: 1px solid rgba(7, 79, 112, 0.2);
}

.tpc-speakers-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 5px;
  width: 100%;
}

.tpc-speaker-card {
  background: rgba(0, 23, 50, 0.11);
  padding: 20px;
  text-align: center;
  height: 100%;
  display: flex;
  flex-direction: column;
  box-sizing: border-box;
}

.tpc-speaker-image-wrap {
  display: flex;
  justify-content: center;
  margin-bottom: 16px;
}

.tpc-speaker-image {
  width: 280px;
  height: 280px;
  object-fit: cover;
  border-radius: 100px;
}

.tpc-speaker-title {
  margin: 0 0 10px;
  font-size: 15px;
  font-family: "Palanquin Dark", Sans-serif;
  line-height: 1.1;
  color: #0b5f83;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 1.2px;
}

.tpc-speaker-subtitle {
  margin: 0 0 16px;
  color: #1e2f36;
  font-family: "Quattrocento Sans", Sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 22px;
  margin-block-end: 10px !important;
}

.tpc-speaker-niche {
  margin: 0;
  font-family: "Quattrocento Sans", Sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 22px;
  color: #1d2f34;
  margin-block-end: 5px !important;
}

.tpc-speaker-about {
  margin-top: 0;
  padding: 10px;
  background: transparent;
  border-left: 0;
  border-right: 0;
  border: none;
  border-bottom: 1px solid #0f668b;
  color: #0b5f83;
  font-size: 16px;
  justify-content: center;
  gap: 8px;
  cursor: pointer;
  font-family: "Palanquin Dark", Sans-serif;
  font-weight: 200;
  justify-self: flex-end;
  flex: 1;
  display: flex;
  align-items: flex-end;
}

.tpc-speaker-about:hover {
  color: #063f58;
}

.tpc-speaker-about-plus {
  font-weight: 500;
  font-size: 26px;
  line-height: 1;
  margin-top: -5px;
}
.tpc-speaker-about-plus + span {
  margin-bottom: -4px;
}
.tpc-speaker-description[hidden] {
  max-height: 0;
  opacity: 0;
  overflow: hidden;
  padding: 10px 20px;
  transition:
    max-height 0.5s ease,
    opacity 0.3s ease;
}
.tpc-speaker-description {
  text-align: center;
  max-height: 100%;
  opacity: 1;
  padding: 10px 20px;
}

.tpc-speaker-about.is-open .tpc-speaker-about-plus {
  transform: rotate(45deg);
  display: inline-block;
  margin-top: -2px;
}

.page-id-979 .container {
  z-index: 0;
}
.page-id-979
  .container_inner.default_template_holder.clearfix.page_container_inner {
  width: 100%;
}
.page-id-979 .title.has_background {
  overflow: hidden;
}
.page-id-979 .title.title_size_large h1 {
  font-size: 60px;
  text-transform: uppercase;
}
.tpc-speakers-wrap {
  padding-inline: 30px;
  padding-block: 60px;
  position: relative;
  z-index: 1;
  width: 100%;
  box-sizing: border-box;
  overflow: hidden;
}
.tpc-speakers-wrap::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background-image: url(/wp-content/plugins/tpc-speakers/assets/img/logomark-mult-1200.webp);
  background-position: center left;
  background-repeat: no-repeat;
  background-size: 66% auto;
  background-attachment: fixed;
  opacity: 0.11;
  z-index: -1;
}
@media (max-width: 1200px) {
  .tpc-speakers-grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
}
@media (max-width: 1024px) {
  .tpc-speakers-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 640px) {
  .tpc-speakers-grid {
    grid-template-columns: 1fr;
  }

  .tpc-speaker-title {
    font-size: 20px;
  }

  .tpc-speaker-subtitle {
    font-size: 16px;
  }

  .tpc-speaker-niche {
    font-size: 15px;
  }
}
