.team-section {
  background-color: #f5f5f5;
  padding: 94px 0;
  position: relative;
}
.team-section::after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: #FFF;
  border-radius: 170px 170px 0 0;
  z-index: 1;
}
.team-section .team-wrapper {
  display: flex;
  flex-direction: column;
  align-items: center;
  max-width: 1480px;
  width: 100%;
  margin: 0 auto;
  gap: 60px;
  overflow: hidden;
  padding: 0 20px;
  position: relative;
  z-index: 3;
}
.team-section .team-header {
  text-align: center;
  max-width: 1050px;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 4px;
}
.team-section .team-logo {
  display: flex;
  align-items: center;
  gap: 16px;
}
.team-section .team-logo-image-box {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 36px;
  height: auto;
}
.team-section .team-logo-image {
  width: 100%;
  height: auto;
}
.team-section .team-logo-text {
  color: #47A6EE;
  font-size: 26px;
  font-weight: 400;
  line-height: 160%;
}
.team-section .team-text-box {
  display: flex;
  flex-direction: column;
  align-items: center;
  row-gap: 16px;
  text-align: center;
}
.team-section .team-title {
  font-size: 56px;
  font-weight: 900;
  line-height: 120%;
  color: #08193D;
}
.team-section .team-description {
  font-size: 20px;
  font-weight: 400;
  line-height: normal;
  color: #3F3F3A;
}
.team-section .team-slider {
  display: flex;
  justify-content: space-between;
  gap: 60px;
  width: 100%;
}
.team-section .person-card {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 40px;
  position: relative;
  padding-bottom: 20px;
}
.team-section .person-card:hover .person-info-popup-box {
  opacity: 1;
  visibility: visible;
  pointer-events: auto;
}
.team-section .person-image-container {
  width: 80%;
  height: auto;
}
.team-section .person-image-container img {
  width: 100%;
  height: 100%;
}
.team-section .person-info {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.team-section .person-info-text-box {
  display: flex;
  flex-direction: column;
  align-items: center;
  row-gap: 12px;
}
.team-section .person-name {
  font-size: 40px;
  font-weight: 900;
  line-height: 120%;
  color: #000;
}
.team-section .person-role {
  font-size: 24px;
  font-weight: 400;
  line-height: 120%;
  color: #000;
}
.team-section .owl-carousel .owl-nav {
  display: none;
}
.team-section .team-slider-nav {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 42px;
}
.team-section .slider-nav-button {
  background: none;
  border: 0;
  padding: 0;
  cursor: pointer;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 42px;
  height: 42px;
}
.team-section .slider-nav-icon {
  display: block;
}
.team-section .team-slider-dots {
  display: flex;
  gap: 7px;
}
.team-section .team-slider-dot {
  width: 12px;
  height: 12px;
  border-radius: 50%;
  background-color: #d9d9d9;
  cursor: pointer;
  transition: all 0.3s ease;
  border: none;
}
.team-section .team-slider-dot.active {
  background-color: #47A6EE;
  width: 52px;
  border-radius: 87px;
}
.team-section .person-info-popup-box {
  display: flex;
  flex-direction: column;
  align-items: center;
  row-gap: 24px;
  padding: 24px 25px;
  border-radius: 20px;
  background: #F3F3F3;
  position: absolute;
  width: 100%;
  left: 0;
  bottom: 0;
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  transition: all 0.3s ease;
}
.team-section .person-description {
  max-width: 332px;
  width: 100%;
  color: #475569;
  text-align: center;
  font-size: 20px;
  font-weight: 400;
  line-height: normal;
}
.team-section .person-info-btn-box {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  flex-wrap: wrap;
}
.team-section .person-info-btn {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 12px;
  padding: 8px;
  border-radius: 30px;
  border: 1px solid #47A6EE;
  width: fit-content;
}
.team-section .person-info-btn .person-info-btn-text {
  color: #47A6EE;
  font-size: 20px;
  font-weight: 700;
  line-height: normal;
}
.team-section .person-info-btn .person-info-btn-img {
  background-image: url("/wp-content/themes/credit-360/assets/images/section_team_letter.svg");
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  width: 20px;
  height: 20px;
  display: none;
}

.page-template-realtors-page .team-section .team-logo-text {
  color: #71A130;
}
.page-template-realtors-page .team-section .team-slider {
  max-width: 888px;
}
.page-template-realtors-page .team-section .team-slider-dot {
  background-color: #71A130;
  opacity: 0.3;
}
.page-template-realtors-page .team-section .team-slider-dot.active {
  background-color: #71A130;
  opacity: 1;
}
.page-template-realtors-page .team-section .person-info-btn {
  border: 1px solid #71A130;
}
.page-template-realtors-page .team-section .person-info-btn .person-info-btn-text {
  color: #71A130;
}
.page-template-realtors-page .team-section .person-info-btn .person-info-btn-img {
  background-image: url("/wp-content/themes/credit-360/assets/images/section_team_letter_green.svg");
}

@media all and (max-width: 1440px) and (min-width: 769px) {
  .team-section {
    padding: clamp(60px, 6.5277777778vw, 94px) 0;
  }
  .team-section::after {
    border-radius: clamp(80px, 11.8055555556vw, 170px) clamp(80px, 11.8055555556vw, 170px) 0 0;
  }
  .team-section .team-wrapper {
    gap: clamp(28px, 4.1666666667vw, 60px);
  }
  .team-section .team-header {
    max-width: clamp(900px, 72.9166666667vw, 1050px);
    gap: clamp(2px, 0.2777777778vw, 4px);
  }
  .team-section .team-logo {
    gap: clamp(10px, 1.1111111111vw, 16px);
  }
  .team-section .team-logo-image-box {
    width: clamp(24px, 2.5vw, 36px);
  }
  .team-section .team-logo-text {
    font-size: clamp(18px, 1.8055555556vw, 26px);
  }
  .team-section .team-text-box {
    row-gap: clamp(10px, 1.1111111111vw, 16px);
  }
  .team-section .team-title {
    font-size: clamp(32px, 3.8888888889vw, 56px);
  }
  .team-section .team-description {
    font-size: clamp(16px, 1.3888888889vw, 20px);
  }
  .team-section .team-slider {
    gap: clamp(24px, 4.1666666667vw, 60px);
  }
  .team-section .person-card {
    gap: clamp(20px, 2.7777777778vw, 40px);
    padding-bottom: clamp(12px, 1.3888888889vw, 20px);
  }
  .team-section .person-info-text-box {
    row-gap: clamp(8px, 0.8333333333vw, 12px);
  }
  .team-section .person-name {
    font-size: clamp(22px, 2.7777777778vw, 40px);
  }
  .team-section .person-role {
    font-size: clamp(16px, 1.6666666667vw, 24px);
  }
  .team-section .team-slider-nav {
    gap: clamp(24px, 2.9166666667vw, 42px);
  }
  .team-section .slider-nav-button {
    width: clamp(24px, 2.9166666667vw, 42px);
    height: clamp(24px, 2.9166666667vw, 42px);
  }
  .team-section .team-slider-dots {
    gap: clamp(4px, 0.4861111111vw, 7px);
  }
  .team-section .team-slider-dot {
    width: clamp(8px, 0.8333333333vw, 12px);
    height: clamp(8px, 0.8333333333vw, 12px);
  }
  .team-section .team-slider-dot.active {
    width: clamp(28px, 3.6111111111vw, 52px);
    border-radius: clamp(40px, 6.0416666667vw, 87px);
  }
  .person-info-popup-box {
    row-gap: clamp(14px, 1.6666666667vw, 24px);
    padding: clamp(14px, 1.6666666667vw, 24px) clamp(16px, 1.7361111111vw, 25px);
    border-radius: clamp(12px, 1.3888888889vw, 20px);
  }
  .person-description {
    max-width: clamp(240px, 23.0555555556vw, 332px);
    font-size: clamp(16px, 1.3888888889vw, 20px);
  }
  .person-info-btn {
    gap: clamp(8px, 0.8333333333vw, 12px);
    padding: clamp(6px, 0.5555555556vw, 8px);
    border-radius: clamp(18px, 2.0833333333vw, 30px);
  }
  .person-info-btn .person-info-btn-text {
    font-size: clamp(16px, 1.3888888889vw, 20px);
  }
}
@media all and (max-width: 768px) {
  .team-section {
    padding: 33px 0 30px 0;
  }
  .team-section::after {
    border-radius: 50px 50px 0 0;
  }
  .team-section .team-wrapper {
    padding: 0;
    gap: 32px;
    overflow: hidden;
  }
  .team-section .team-header {
    padding: 0 16px;
    gap: 0;
  }
  .team-section .team-logo {
    gap: 10px;
  }
  .team-section .team-logo-image-box {
    width: 24px;
  }
  .team-section .team-logo-text {
    font-size: 16px;
    line-height: 160%;
  }
  .team-section .team-text-box {
    row-gap: 16px;
  }
  .team-section .team-title {
    font-size: 24px;
    line-height: 110%;
  }
  .team-section .team-description {
    font-size: 16px;
    line-height: normal;
  }
  .team-section .team-slider.owl-carousel {
    display: block !important;
    width: 100%;
  }
  .team-section .team-slider.owl-carousel .owl-stage-outer {
    overflow: hidden !important;
  }
  .team-section .team-slider.owl-carousel .owl-stage {
    display: flex !important;
  }
  .team-section .team-slider.owl-carousel .owl-item {
    display: flex;
    justify-content: center;
  }
  .team-section .person-card {
    gap: 40px;
    padding-bottom: 0;
  }
  .team-section .person-image-container {
    width: 100%;
    max-width: unset;
  }
  .team-section .person-image-container img {
    width: 100%;
  }
  .team-section .person-info {
    row-gap: 18px;
  }
  .team-section .person-info-text-box {
    row-gap: 4px;
  }
  .team-section .person-name {
    font-size: 24px;
    line-height: 120%;
  }
  .team-section .person-role {
    font-size: 18px;
    line-height: 120%;
    text-align: center;
  }
  .team-section .team-slider-nav {
    width: 100%;
    gap: 24px;
  }
  .team-section .slider-nav-button {
    width: 24px;
    height: 24px;
  }
  .team-section .team-slider-dots {
    gap: 6px;
  }
  .team-section .team-slider-dot {
    width: 8px;
    height: 8px;
  }
  .team-section .team-slider-dot-active {
    width: 38px;
    border-radius: 999px;
  }
  .team-section .person-info-popup-box {
    padding: 0;
    background: transparent;
    position: relative;
    opacity: 1;
    visibility: visible;
    pointer-events: auto;
  }
  .team-section .person-description {
    max-width: unset;
    color: #2B2B2B;
    font-size: 16px;
  }
  .team-section .person-info-btn-box {
    display: none;
  }
  .page-template-realtors-page .team-section .team-wrapper {
    padding: 0 16px;
    gap: 40px;
  }
  .page-template-realtors-page .team-section .team-logo {
    gap: 12px;
  }
  .page-template-realtors-page .team-section .team-logo-image-box {
    width: 28px;
  }
  .page-template-realtors-page .team-section .team-logo-text {
    font-size: 20px;
  }
  .page-template-realtors-page .team-section .team-header {
    gap: 16px;
    padding: 0;
  }
  .page-template-realtors-page .team-section .person-card {
    padding-bottom: 0;
  }
  .page-template-realtors-page .team-section .person-image-container {
    width: 59%;
  }
  .page-template-realtors-page .team-section .team-slider.owl-carousel {
    width: calc(100% + 16px + 16px);
  }
  .page-template-realtors-page .team-section .person-info {
    width: calc(100% - 16px - 16px);
  }
  .page-template-realtors-page .team-section .team-slider-nav {
    gap: 42px;
  }
  .page-template-realtors-page .team-section .slider-nav-button {
    width: 42px;
    height: 42px;
  }
  .page-template-realtors-page .team-section .team-slider-dots {
    gap: 7px;
  }
  .page-template-realtors-page .team-section .team-slider-dot {
    width: 12px;
    height: 12px;
  }
  .page-template-realtors-page .team-section .team-slider-dot.active {
    width: 52px;
    border-radius: 87px;
  }
}

/*# sourceMappingURL=section-team.css.map */
