/* ============================ HERO ========================= */
.pd-sessions__hero {
  display: grid;
  margin: 160px 0px 0px;
  grid-template-columns: repeat(2, 1fr);
  align-items: center;
  gap: 80px;
}

@media (max-width: 900px) {
  .pd-sessions__hero {
    grid-template-columns: 1fr;
    margin: 40px 0px 0px;
    gap: 24px;
  }
}

.pd-sessions__hero-text-blcok {
  display: flex;
  flex-direction: column;
  gap: 32px;
}

.spot-container {
  position: relative;
}

.pd-sessions__hero.spot-container .spot {
  position: absolute;
  z-index: -1;
  height: 450px;
  width: 450px;
  top: -150px;
  left: -200px;
  transform: rotate(334deg);
}

@media (max-width: 900px) {
  .pd-sessions__hero.spot-container .spot {
    top: -1150px;
  }
}

/* -------------------------- Slider ------------------- */
.pd-sessions__hero-slider {
  position: relative;
  height: 320px;
}

.pd-sessions__hero-slider .pd-sessions__hero-slid {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  opacity: 0;
  transition: opacity 0.8s ease-in-out;
  pointer-events: none;
}

.pd-sessions__hero-slider .pd-sessions__hero-slid.active {
  opacity: 1;
  pointer-events: auto;
  z-index: 1;
}

.pd-sessions__hero-slid {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  height: 320px;
  border-radius: var(--R-medium, 24px);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  color: var(--capti-color--white);
  padding: 24px;
  cursor: pointer;
}

.pd-sessions__hero-slid--John-R-Ploehs {
  background-image: linear-gradient(180deg, rgb(10 80 161 / 53%) 0%, rgb(139 78 161 / 53%) 100%),
    url('/capti-site/themes/capti/new/images/people/testimonials/John_R_Ploehs.jpg');
}

.pd-sessions__hero-slid--Jenna-Osborn {
  background-image: linear-gradient(180deg, rgb(10 80 161 / 53%) 0%, rgb(139 78 161 / 53%) 100%),
    url('/capti-site/themes/capti/new/images/people/testimonials/Jenna_Osborn.jpg');
}

.pd-sessions__hero-slid--Kate-Leo {
  background-image: linear-gradient(180deg, rgb(10 80 161 / 53%) 0%, rgb(139 78 161 / 53%) 100%),
    url('/capti-site/themes/capti/new/images/people/testimonials/Kate_Leo.jpg');
}

.pd-sessions__hero-slid q {
  color: var(--capti-color--white);
  padding: 0;
}

.pd-sessions__hero-slid-footer {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  gap: 8px;
}

.pd-sessions__hero-slid-footer-autor {
  display: flex;
  flex-direction: column;
  gap: 6px;
}

.pd-sessions__hero-slid-footer-autor p.button-m,
.pd-sessions__hero-slid-footer-autor p.body-m {
  color: var(--capti-color--white);
  padding: 0;
  margin: 0;
}

/* ======================== SESSIONS ===================== */

.pd-sessions__sessions {
  display: grid;
  margin: 80px 0px 0px;
  grid-template-columns: 1fr 2.1fr;
  gap: 32px;
  position: relative;
}

@media (max-width: 900px) {

  .pd-sessions__sessions {
    grid-template-columns: 1fr;
    margin: 40px 0px 0px;
    gap: 40px;
  }
}

.subtests {
  display: flex;
  flex-direction: column;
  gap: 28px;
}

.subtests__nav-list {
  position: sticky;
  top: 94px;
  display: flex;
  min-width: 212px;
  max-width: 352px;
  flex-direction: column;
  align-items: flex-start;
  gap: 8px;
  flex: 1 0 0;
  padding: 0;
  height: fit-content;
  align-self: start;
}

.subtests__nav-list-item {
  position: relative;
  display: flex;
  padding: 8px 0px 8px 16px;
  gap: 12px;
  align-self: stretch;
}

.subtests__nav-list-item a {
  text-decoration: none;
  color: var(--capti-color--text-secondary);
  cursor: pointer;
}

.subtests__nav-list-item--current::before {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 4px;
  height: 24px;
  background-color: #0B73EB;
  border-radius: 2px;
}

.subtests__nav-list-item--current a {
  color: var(--capti-color--text-primary);
  cursor: pointer;
}

.subtest {
  display: flex;
  padding: 24px;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  gap: 16px;
  align-self: stretch;
  border-radius: 24px;
  border: 1px solid var(--capti-color--outline-medium, #B8C5D3);
}

@media (max-width: 700px) {
  .subtest {
    padding: 16px;
    margin: 0 -16px;
    background: linear-gradient(0deg, rgba(255, 255, 255, 0.94) 0%, rgba(255, 255, 255, 0.94) 100%), #0B73EB;
    border-radius: 0;
    border: none;
  }
}


/* -------------------- Card ----------------- */
.pd-session-card {
  position: relative;
  display: flex;
  flex-direction: column;
  gap: 12px;
  width: 100%;
  padding: 32px;
  border-radius: 24px;
  border: 1px solid var(--capti-color--outline-medium);
  overflow: hidden;
}

@media (max-width: 750px) {
  .pd-session-card {
    background-color: var(--capti-color--white);
  }
}

.pd-session-card__header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 32px;
}

.pd-session-card__title {
  margin: 0;
  padding: 0;
  font-size: var(--capti-typography--h3-font-size);
  line-height: var(--capti-typography--h3-line-height);
  font-weight: var(--capti-typography--h3-font-weight);
}

@media (max-width: 750px) {
  .pd-session-card__title {
    font-size: var(--capti-typography--h3-font-size);
    font-size: var(--capti-typography--h4-font-size--mobile);
    line-height: var(--capti-typography--h4-line-height--mobile);
    font-weight: var(--capti-typography--h4-font-weight--mobile);
  }
}

.pd-session-card ul .bullet-point {
  align-items: flex-start;
}

.pd-session-card--audience .session-card__body {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
}

.pd-session-card .spot {
  position: absolute;
  z-index: -1;
  height: 650px;
  width: 650px;
  top: 50px;
  right: -150px;
  transform: rotate(334deg);
}

@media (max-width: 750px) {
  .pd-session-card .spot {
    z-index: 0;
    position: absolute;
    height: 650px;
    width: 650px;
    top: 313px;
    right: -200px;
    transform: rotate(334deg);
  }
}


.pd-session-card .pd-session-card__body {
  display: flex;
  flex-direction: column;
  gap: 16px;
}

.pd-session-card ul {
  display: flex;
  flex-direction: column;
  gap: 16px;
  padding: 0;
  margin: 0;
  list-style: none;
  max-width: 463px;
}

.pd-session-card .teacher-wrap {
  display: flex;
  justify-content: flex-end;
  margin: -60px -72px 18px;
  height: 200px;
}

.pd-session-card .teacher {
  height: 250px;
  width: auto;
}

@media (max-width: 750px) {
  .pd-session-card .teacher-wrap {
    margin: -30px -82px -6px;
  }

  .pd-session-card .teacher {
    height: 226px;
    width: auto;
    z-index: 2;
  }
}
