.elementor-widget-container .eael-protected-content-message{font-family:var( --e-global-typography-secondary-font-family ), Sans-serif;font-weight:var( --e-global-typography-secondary-font-weight );}.elementor-widget-container .protected-content-error-msg{font-family:var( --e-global-typography-secondary-font-family ), Sans-serif;font-weight:var( --e-global-typography-secondary-font-weight );}.elementor-1002761 .elementor-element.elementor-element-f274a7a{--display:flex;--margin-top:200px;--margin-bottom:0px;--margin-left:0px;--margin-right:0px;}.elementor-widget-heading .eael-protected-content-message{font-family:var( --e-global-typography-secondary-font-family ), Sans-serif;font-weight:var( --e-global-typography-secondary-font-weight );}.elementor-widget-heading .protected-content-error-msg{font-family:var( --e-global-typography-secondary-font-family ), Sans-serif;font-weight:var( --e-global-typography-secondary-font-weight );}.elementor-widget-heading .elementor-heading-title{font-family:var( --e-global-typography-primary-font-family ), Sans-serif;font-weight:var( --e-global-typography-primary-font-weight );color:var( --e-global-color-primary );}.elementor-1002761 .elementor-element.elementor-element-cfd36a1{text-align:center;}.elementor-1002761 .elementor-element.elementor-element-cfd36a1 .elementor-heading-title{font-family:"Bricolage Grotesque", Sans-serif;font-size:65px;font-weight:500;color:#02403F;}.elementor-1002761 .elementor-element.elementor-element-32e8c1f{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;--margin-top:20px;--margin-bottom:0px;--margin-left:0px;--margin-right:0px;}.elementor-widget-html .eael-protected-content-message{font-family:var( --e-global-typography-secondary-font-family ), Sans-serif;font-weight:var( --e-global-typography-secondary-font-weight );}.elementor-widget-html .protected-content-error-msg{font-family:var( --e-global-typography-secondary-font-family ), Sans-serif;font-weight:var( --e-global-typography-secondary-font-weight );}.elementor-1002761 .elementor-element.elementor-element-ae069c1{--display:flex;}/* Start custom CSS for html, class: .elementor-element-d457f08 *//* =========================
   TEAM SLIDER v2  FULL CSS
   ========================= */

/* ---------- MAIN limited width ---------- */
.team-slider.v2 {
  position: relative;
}

.team-slider.v2 .teamMainWrap {
  max-width: 1140px;
  margin: 0 auto;
  padding: 0 80px; /* extra padding to make room for arrows */
}

/* Main slide layout */
.team-slider.v2 .teamMainGrid {
  display: grid;
  grid-template-columns: 520px 1fr;
  gap: 56px;
  align-items: start;
}

/* ---------- MAIN card / image / bar ---------- */
.team-slider.v2 .teamCard {
  position: relative;
  border-radius: 28px;
  overflow: visible;
  display: grid;
  justify-items: stretch;
}

/* Image container */
.team-slider.v2 .teamImg {
  width: 100%;
  aspect-ratio: 464 / 344;
  border-radius: 28px;
  overflow: hidden;
  background: #f3f3f3;
}

.team-slider.v2 .teamImg img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center 5%;
  display: block;
}

/* Green bar */
.team-slider.v2 .teamBar {
  background: #0b4b4a;
  padding: 22px 24px 18px;
  text-align: center;
  border-radius: 0 0 24px 24px;
  width: 100%;
  max-width: 100%;
  margin-top: -30px;
  position: relative;
  z-index: 2;
  box-shadow: 0 15px 35px rgba(0,0,0,0.08);
}

.team-slider.v2 .teamName {
  color: #fff;
  font-weight: 700;
  font-size: 44px;
  line-height: 1.05;
}

.team-slider.v2 .teamRole {
  color: #0BCFB8;
  font-size: 18px;
  margin-top: 8px;
}

/* Bio text */
.team-slider.v2 .teamBio {
  color: #0b4b4a;
  font-size: 18px;
  line-height: 1.5em;
  font-family: "Hanken Grotesk";
}

.team-slider.v2 .teamBio p {
  margin: 0 0 18px;
}

/* ---------- ARROWS ---------- */
.team-slider.v2 .teamArrows {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 100%;
  pointer-events: none;
  z-index: 10;
}

.team-slider.v2 .teamPrev,
.team-slider.v2 .teamNext {
  position: absolute;
  top: 160px; /* vertically centers to the photo — adjust if needed */
  pointer-events: all;
  width: 56px;
  height: 56px;
  border-radius: 50%;
  border: 3px solid #0b4b4a !important;
  background: #fff !important;
  color: #0b4b4a !important;
  font-size: 22px;
  cursor: pointer;
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
  transition: all 200ms ease;
  box-shadow: 0 4px 20px rgba(0,0,0,0.15);
}

.team-slider.v2 .teamPrev {
  left: 10px;
}

.team-slider.v2 .teamNext {
  right: 10px;
}

.team-slider.v2 .teamPrev:hover,
.team-slider.v2 .teamNext:hover {
  background: #0b4b4a !important;
  color: #fff !important;
}

.team-slider.v2 .teamPrev i,
.team-slider.v2 .teamNext i {
  color: inherit !important;
  font-size: inherit !important;
  display: block !important;
  visibility: visible !important;
  opacity: 1 !important;
}

/* ---------- THUMBS full width + bleed ---------- */
.team-slider.v2 .teamThumbsBleed {
  width: 100vw;
  position: relative;
  left: 50%;
  right: 50%;
  margin-left: -50vw;
  margin-right: -50vw;
  padding-top: 60px;
  padding-bottom: 10px;
}

.team-slider.v2 .teamThumbsInner {
  display: block;
  padding: 0;
}

.team-slider.v2 .teamThumbs {
  padding: 0 48px;
}

/* Thumb card */
.team-slider.v2 .teamThumbCard {
  background: #fff;
  border-radius: 24px;
  overflow: hidden;
}

.team-slider.v2 .teamThumbImg {
  width: 100%;
  aspect-ratio: 280 / 368;
  overflow: hidden;
  background: #f3f3f3;
}

.team-slider.v2 .teamThumbImg img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center 18%;
  display: block;
}

.team-slider.v2 .teamThumbBar {
  background: #0b4b4a;
  padding: 16px 16px 14px;
  text-align: center;
  border-bottom-left-radius: 24px;
  border-bottom-right-radius: 24px;
  margin-top: -5px;
}

.team-slider.v2 .teamThumbName {
  color: #fff;
  font-weight: 700;
  font-size: 24px;
  line-height: 1.1;
}

.team-slider.v2 .teamThumbRole {
  color: #0BCFB8;
  font-size: 14px;
  margin-top: 6px;
}

/* Thumb interaction */
.team-slider.v2 .teamThumbs .swiper-slide {
  opacity: .90;
  transition: opacity 200ms ease, transform 200ms ease;
  cursor: pointer;
}

.team-slider.v2 .teamThumbs .swiper-slide-thumb-active {
  opacity: 1;
  transform: translateY(-2px);
}

.team-slider.v2 .teamThumbs .swiper-slide-thumb-active {
  width: 0 !important;
  margin: 0 !important;
  padding: 0 !important;
  opacity: 0 !important;
  pointer-events: none;
  overflow: hidden;
}

/* =========================
   FONT OVERRIDES
   ========================= */
.team-slider.v2 .teamName,
.team-slider.v2 .teamThumbName {
  font-family: "Bricolage Grotesque", sans-serif;
}

.team-slider.v2 .teamRole,
.team-slider.v2 .teamThumbRole,
.team-slider.v2 .teamBio {
  font-family: "Hanken Grotesk", sans-serif;
}

/* ---------- Responsive ---------- */
@media (max-width: 1024px) {
  .team-slider.v2 .teamMainGrid {
    grid-template-columns: 1fr;
    gap: 28px;
  }

  .team-slider.v2 .teamName {
    font-size: 36px;
  }
}

@media (max-width: 767px) {
  .team-slider.v2 .teamMainWrap {
    padding: 0 50px;
    margin-bottom: 40px;
  }

  .team-slider.v2 .teamThumbs {
    padding: 0 18px;
  }

  .team-slider.v2 .teamName {
    font-size: 24px;
  }

  .team-slider.v2 .teamRole {
    font-size: 16px;
  }

  .team-slider.v2 .teamBio {
    font-size: 16px;
  }

  .team-slider.v2 .teamPrev,
  .team-slider.v2 .teamNext {
    width: 40px;
    height: 40px;
    font-size: 16px;
  }

  .team-slider.v2 .teamThumbsBleed {
    display: none;
  }
}/* End custom CSS */