.team-container {
  position: relative;
  width: 100%;
}

.team-photo,
.hover-section-photo {
  width: 100%;
  border-radius: 25px;
}

[data-member] {
  cursor: pointer;
}

.hotspots {
  position: absolute;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
}
.hotspots .hotspot {
  position: absolute;
}
.hotspots .hotspot .hotspot-cricle {
  background: #FD7143;
  height: 32px;
  width: 32px;
  border-radius: 100%;
  position: relative;
  animation: pulse 2s infinite;
  cursor: pointer;
}
@media screen and (max-width: 991px) {
  .hotspots .hotspot .hotspot-cricle {
    height: 18px;
    width: 18px;
  }
}
.hotspots .hotspot .hotspot-content {
  position: absolute;
  width: 350px;
  padding-left: 25px;
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.4s ease, visibility 0.4s ease;
}
.hotspots .hotspot .hotspot-content h3 {
  margin: 0 !important;
  font-family: "WorkSans", sans-serif !important;
  color: #000000;
  font-size: 16px;
  font-weight: 600;
}
.hotspots .hotspot .hotspot-content p {
  margin: 0 !important;
  font-family: "WorkSans", sans-serif !important;
  color: #000000;
  font-size: 16px;
  font-weight: 400;
}
@media screen and (max-width: 991px) {
  .hotspots .hotspot .hotspot-content {
    display: none;
  }
}
.hotspots .hotspot:hover .hotspot-content {
  opacity: 1;
  visibility: visible;
}
.hotspots .hotspot.hotspot-1 {
  top: 27%;
  left: 8%;
}
.hotspots .hotspot.hotspot-1 .hotspot-content {
  top: -550%;
}
@media screen and (min-width: 992px) and (max-width: 1199px) {
  .hotspots .hotspot.hotspot-1 .hotspot-content {
    top: -350%;
  }
}
.hotspots .hotspot.hotspot-1 .hotspot-content::before {
  content: "";
  background: #FD7143;
  width: 1px;
  height: 430%;
  position: absolute;
  top: 0;
  left: 16px;
}
@media screen and (min-width: 992px) and (max-width: 1199px) {
  .hotspots .hotspot.hotspot-1 .hotspot-content::before {
    height: 230%;
  }
}
.hotspots .hotspot.hotspot-2 {
  top: 27%;
  left: 23%;
}
.hotspots .hotspot.hotspot-2 .hotspot-content {
  top: -550%;
}
@media screen and (min-width: 992px) and (max-width: 1199px) {
  .hotspots .hotspot.hotspot-2 .hotspot-content {
    top: -300%;
  }
}
.hotspots .hotspot.hotspot-2 .hotspot-content::before {
  content: "";
  background: #FD7143;
  width: 1px;
  height: 430%;
  position: absolute;
  top: 0;
  left: 16px;
}
@media screen and (min-width: 992px) and (max-width: 1199px) {
  .hotspots .hotspot.hotspot-2 .hotspot-content::before {
    height: 260%;
  }
}
.hotspots .hotspot.hotspot-3 {
  top: 42%;
  left: 30%;
}
.hotspots .hotspot.hotspot-3 .hotspot-content {
  top: -450%;
}
@media screen and (min-width: 992px) and (max-width: 1199px) {
  .hotspots .hotspot.hotspot-3 .hotspot-content {
    top: -300%;
  }
}
.hotspots .hotspot.hotspot-3 .hotspot-content::before {
  content: "";
  background: #FD7143;
  width: 1px;
  height: 380%;
  position: absolute;
  top: 0;
  left: 16px;
}
@media screen and (min-width: 992px) and (max-width: 1199px) {
  .hotspots .hotspot.hotspot-3 .hotspot-content::before {
    height: 370%;
  }
}
.hotspots .hotspot.hotspot-4 {
  top: 28%;
  left: 49%;
}
.hotspots .hotspot.hotspot-4 .hotspot-content {
  top: -450%;
}
@media screen and (min-width: 992px) and (max-width: 1199px) {
  .hotspots .hotspot.hotspot-4 .hotspot-content {
    top: -300%;
  }
}
.hotspots .hotspot.hotspot-4 .hotspot-content::before {
  content: "";
  background: #FD7143;
  width: 1px;
  height: 370%;
  position: absolute;
  top: 0;
  left: 16px;
}
@media screen and (min-width: 992px) and (max-width: 1199px) {
  .hotspots .hotspot.hotspot-4 .hotspot-content::before {
    height: 200%;
  }
}
.hotspots .hotspot.hotspot-5 {
  top: 35%;
  left: 75%;
}
.hotspots .hotspot.hotspot-5 .hotspot-content {
  top: -450%;
}
@media screen and (min-width: 992px) and (max-width: 1199px) {
  .hotspots .hotspot.hotspot-5 .hotspot-content {
    top: -400%;
  }
}
.hotspots .hotspot.hotspot-5 .hotspot-content h3, .hotspots .hotspot.hotspot-5 .hotspot-content p {
  text-align: right;
  transform: translateX(-105%);
}
.hotspots .hotspot.hotspot-5 .hotspot-content::before {
  content: "";
  background: #FD7143;
  width: 1px;
  height: 370%;
  position: absolute;
  top: 0;
  left: 16px;
}
@media screen and (min-width: 992px) and (max-width: 1199px) {
  .hotspots .hotspot.hotspot-5 .hotspot-content::before {
    height: 280%;
  }
}
.hotspots .hotspot.hotspot-6 {
  top: 35%;
  right: 4%;
}
.hotspots .hotspot.hotspot-6 .hotspot-content {
  top: -400%;
  text-align: right;
  right: 100%;
}
@media screen and (min-width: 992px) and (max-width: 1199px) {
  .hotspots .hotspot.hotspot-6 .hotspot-content {
    top: -400%;
  }
}
.hotspots .hotspot.hotspot-6 .hotspot-content::before {
  content: "";
  background: #FD7143;
  width: 1px;
  height: 320%;
  position: absolute;
  top: 0;
  right: -16px;
}
@media screen and (min-width: 992px) and (max-width: 1199px) {
  .hotspots .hotspot.hotspot-6 .hotspot-content::before {
    height: 320%;
  }
}

.hover-sections {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 2;
  opacity: 0;
  visibility: hidden;
  transition: all 0.3s ease-in;
}
.hover-sections.show {
  opacity: 1;
  visibility: visible;
}
.hover-sections.hide {
  opacity: 0;
  visibility: hidden;
}
.hover-sections .hover-section {
  opacity: 0;
  visibility: hidden;
  transition: all 0.3s ease-in;
}
.hover-sections .hover-section .hover-section-photo {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 1;
}
.hover-sections .hover-section.show-hover-section {
  opacity: 1;
  visibility: visible;
}
.hover-sections .hover-section.hide-hover-section {
  opacity: 0;
  visibility: hidden;
}
.hover-sections .hover-section .hover-section-content {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 2;
}
.hover-sections .hover-section .hover-section-content .col {
  display: grid;
  grid-template-columns: 1fr 1fr;
  padding: 25px;
}
@media screen and (max-width: 991px) {
  .hover-sections .hover-section .hover-section-content .col {
    display: flex;
    flex-direction: column-reverse;
    background: linear-gradient(180deg, rgb(237, 234, 229) 0%, rgb(237, 234, 229) 76%, transparent 100%);
    position: absolute;
    top: calc(100% - 35px);
    border-bottom-left-radius: 25px;
    border-bottom-right-radius: 25px;
    gap: 20px;
  }
  .hover-sections .hover-section .hover-section-content .col .left-col,
  .hover-sections .hover-section .hover-section-content .col .right-col {
    width: 100%;
  }
}
.hover-sections .hover-section .hover-section-content .col a.learn-more {
  display: flex;
  width: 164px;
  height: 45px;
  padding: 16px;
  flex-direction: column;
  justify-content: center;
  gap: 10px;
  border-radius: 10px;
  background: #FD7143;
  text-decoration: none;
  align-items: center;
  color: #FFF;
  font-family: "WorkSans", sans-serif !important;
  font-size: 16px;
  font-weight: 600;
  line-height: 28px;
  text-transform: uppercase;
  transition: all 0.3s ease-in-out;
  cursor: pointer;
  margin-top: 0;
}
.hover-sections .hover-section .hover-section-content .col .close-button {
  display: flex;
  border-radius: 10px;
  border: 2px solid #FFFFFF;
  text-decoration: none;
  font-family: "WorkSans", sans-serif !important;
  font-size: 16px;
  font-weight: 600;
  line-height: 28px;
  text-transform: uppercase;
  transition: all 0.3s ease-in-out;
  cursor: pointer;
  background: transparent;
  color: #FFFFFF;
  padding: 7px 18px;
  margin-bottom: 0;
}
.hover-sections .hover-section .hover-section-content .col .close-button:hover {
  background: #FD7143;
  color: #FFFFFF;
  border: 2px solid #FD7143;
}
@media screen and (max-width: 991px) {
  .hover-sections .hover-section .hover-section-content .col .close-button {
    border: 2px solid #FD7143;
    color: #FD7143;
  }
}
.hover-sections .hover-section .hover-section-content .col .right-col-content {
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  position: absolute;
  bottom: 50px;
  left: 50px;
  gap: 12px;
}
@media screen and (max-width: 991px) {
  .hover-sections .hover-section .hover-section-content .col .right-col-content {
    position: static;
    flex-direction: row;
    justify-content: center;
    align-items: center;
  }
}
.hover-sections .hover-section .hover-section-content .col .left-col .left-col-content {
  background: rgba(255, 255, 255, 0.3);
  -webkit-backdrop-filter: blur(10px);
          backdrop-filter: blur(10px);
  border-radius: 8px;
  padding: 17px;
}
.hover-sections .hover-section .hover-section-content .col .left-col .left-col-content h3 {
  color: #000000;
  font-size: 24px;
  font-style: normal;
  font-weight: 700;
  line-height: 32px;
  margin: 0;
  padding: 0;
}
.hover-sections .hover-section .hover-section-content .col .left-col .left-col-content p {
  color: #000000;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 32px;
  margin: 0;
  padding: 0;
}
.hover-sections .hover-section .hover-section-content .col .left-col .left-col-content p.member-bio-detail {
  color: #000;
  font-family: "WorkSans", sans-serif !important;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  margin-top: 14px;
}
.hover-sections .hover-section .hover-section-content .col .left-col .left-col-content .contact-wrapper {
  color: #000000;
  font-family: "WorkSans", sans-serif !important;
  font-size: 20px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  margin-top: 14px;
}

.hotspots-wrapper {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.member-listing-content h3 {
  color: #000;
  font-family: inherit;
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  line-height: 11px;
  margin: 0;
  padding: 0;
  text-transform: uppercase;
}
.member-listing-content p {
  color: #000;
  font-family: inherit;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 30px;
  margin: 0;
  padding: 0;
  text-transform: uppercase;
}

@keyframes pulse {
  0% {
    box-shadow: 0 0 0 0 rgba(253, 113, 67, 0);
  }
  50% {
    box-shadow: 0 0 0 5px rgba(253, 113, 67, 0.7);
  }
  100% {
    box-shadow: 0 0 0 0 rgba(253, 113, 67, 0);
  }
}
@media (min-width: 768px) and (max-width: 992px) {
  section.our-team-dynamic {
    padding: 50px;
  }
}
@media (max-width: 575px) {
  section.our-team-dynamic {
    padding: 0 !important;
  }
}

.team-page {
  padding: 2rem 0;
}
.team-page .team-section-wrapper-content h3.team-members-heading {
  color: #223A6D;
  font-family: "LibreBaskerville-Regular";
  font-size: 45px;
  font-weight: 700;
  line-height: 81px;
  letter-spacing: -1.28px;
  margin: 0;
  padding: 0;
}
@media screen and (max-width: 767px) {
  .team-page .team-section-wrapper-content h3.team-members-heading {
    font-size: 28px;
    line-height: 34px;
    margin-bottom: 8px;
    font-family: "LibreBaskerville-Regular", sans-serif;
  }
}
.team-page .team-section-wrapper-content p.team-members-description {
  color: #000;
  font-size: 20px;
  font-weight: 400;
  line-height: 150%;
  width: 100%;
  max-width: 430px;
}
.team-page .team-container {
  display: grid;
  max-width: 1440px;
  grid-template-columns: 1fr 1fr;
  margin: 0 auto;
  padding: 0 20px;
  gap: 114px;
}
@media (min-width: 768px) and (max-width: 1200px) {
  .team-page .team-container {
    gap: 80px;
  }
}
@media (min-width: 768px) and (max-width: 992px) {
  .team-page .team-container {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
  }
}
@media (max-width: 768px) {
  .team-page .team-container {
    display: flex;
    flex-direction: column;
    gap: 20px;
  }
}
.team-page .team-members {
  flex: 1;
}
.team-page .team-members#teamMembersList {
  display: grid;
  grid-template-columns: 30% 30% 30%;
  grid-column-gap: 20px;
  grid-row-gap: 10px;
  margin-top: 3rem;
  width: 100%;
  max-width: 485px;
}
@media (max-width: 768px) {
  .team-page .team-members {
    order: 2;
  }
}
.team-page .team-member {
  -o-object-fit: contain;
     object-fit: contain;
  border-radius: 12px;
  aspect-ratio: 291/316;
  cursor: pointer;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  position: relative;
  overflow: hidden;
  background-color: #f5f5f5;
  transition: outline 0.1s ease;
  display: block;
}
.team-page .team-member h3 {
  margin: 0 0 0.3rem 0;
  color: rgb(25.5, 25.5, 25.5);
}
.team-page .team-member p {
  margin: 0;
  color: #666;
  font-size: 0.875rem;
}
.team-page .team-member:hover {
  outline: 3px solid #fd7143;
}
.team-page .team-member.active {
  outline: 3px solid #fd7143;
}
.team-page .team-details {
  display: grid;
  align-content: center;
  justify-items: start;
  justify-content: start;
}
.team-page .team-details p {
  color: #000;
  font-size: 20px;
  font-weight: 400;
  line-height: 150%;
  width: 100%;
  max-width: 582px;
  margin: 24px 0;
}
.team-page .team-details img {
  width: 100%;
  max-width: 483px;
  height: auto;
}
.team-page .team-details .meet-the-team-btn {
  margin-top: 12px;
  padding-top: 12px;
}
.team-page .team-details .meet-the-team-btn > a {
  box-sizing: border-box;
  margin-top: 43px;
  padding: 16px 32px;
  background-color: var(--wp--preset--color--secondary, #fd7143);
  font-size: 18px;
  line-height: 28px;
  text-align: center !important;
  font-weight: 700 !important;
  color: #fff;
  border-radius: 10px;
  text-decoration: none;
}
.team-page .team-details h2 {
  margin-top: 0;
  color: rgb(25.5, 25.5, 25.5);
}
.team-page .team-details h3 {
  margin: 1.5rem 0 0.5rem;
}
.team-page .team-details ul {
  padding-left: 1.25rem;
}
.team-page .team-details .team-details-placeholder {
  color: #666;
}
.team-page .team-details .team-details-placeholder > .full-team-image {
  aspect-ratio: 3/2;
  border-radius: 12px;
}
.team-page .team-details .team-details-placeholder > .full-team-image > img {
  -o-object-fit: cover;
     object-fit: cover;
  max-width: 100%;
  -o-object-position: center;
     object-position: center;
  border-radius: inherit;
}
.team-page .team-member-placeholder {
  color: #666;
  text-align: center;
  padding: 10rem;
}
.team-page .svg-reveal {
  display: block;
  max-width: 150px !important;
  animation: reveal 3s ease-in-out infinite;
  clip-path: inset(0 0 100% 0);
}
@keyframes reveal {
  0%, 100% {
    clip-path: inset(0 0 100% 0);
  }
  50% {
    clip-path: inset(0 0 0 0);
  }
}

.stu-p-banner {
  opacity: 1;
  border-top-left-radius: 30px;
  border-top-right-radius: 30px;
  top: 0 !important;
  transition: opacity 1.5s ease, top 1.5s ease, border-radius 1.5s ease;
}
.stu-p-banner.hidden {
  opacity: 0;
  pointer-events: none;
  top: 100% !important;
  border-radius: 0;
}

@media screen and (max-width: 992px) {
  .stu-p-overlay {
    position: relative;
  }
  .stu-p-overlay::before {
    position: absolute;
    content: "";
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.5);
    z-index: 1;
  }
  .stu-p-overlay > * {
    position: relative;
    z-index: 2;
  }
  .stu-p-abb-gen {
    background-image: url(/wp-content/uploads/2025/04/Generations-GettyImages-512986487-1.png) !important;
    background-size: 400% !important;
    background-position: center !important;
    background-repeat: no-repeat !important;
  }
}
