/* Light Theme */
.bg-light {
  background-color: #e5e7eb;
  color: #2e4769;
}
.bg-light h2, .bg-light h3, .bg-light p {
  color: #2e4769;
}

.card-arrow-icon svg path {
  color: #2e4769;
  stroke: #2e4769;
  stroke-opacity: 1;
}

/* Dark Theme */
.bg-dark {
  background-color: #2e4769;
  color: #ffffff;
}
.bg-dark h2, .bg-dark h3, .bg-dark p {
  color: #ffffff;
}
.team-swiper .swiper-wrapper {
  align-items: stretch;
}
.team-swiper .swiper-slide {
  height: auto;
}

.tracking-wider_cont {
  font-size: 14px;
}
.bottom_cta {
  text-align: center;
  padding: 0 10px;
  margin-top: 40px;
}
.bottom_cta a {
  padding: 10px 35px;
  display: inline-flex;
  font-size: 16px;
  font-weight: 600;
  border-radius: 6px;
  border: 1px solid #2E4769;
  opacity: 0.96;
  align-items: center;
  transition: 0.3s;
}
.bottom_cta a svg {
  margin-right: 15px;
  margin-bottom: 2px;
}
.bottom_cta a:hover {
  background: #2E4769;
  color: #fff;
  border: 1px solid #2E4769;
  transform: translateY(-2px);
  box-shadow: 0 4px 12px rgba(46, 71, 105, 0.4);
}
.bottom_cta a:hover svg path {
  stroke: #fff;
}
.see_all_btn {
  align-items: center;
}
.see_all_btn svg {
  margin-left: 10px;
}
.see_all_btn:hover svg path {
  stroke: rgb(40 180 240/var(--tw-text-opacity,1));
}
.team-swiper-item:hover .card-arrow-icon svg path {
  stroke: #2E4769;
  stroke-opacity: 1;
}

.team-card-link {
  display: block;
  height: 100%;
  text-decoration: none;
  color: inherit;
}

.team-swiper-item {
  transition: transform 0.2s ease, box-shadow 0.2s ease;
}

.card-arrow-icon svg {
  transition: transform 0.2s ease;
}

.card-arrow-icon path {
  transition: stroke-opacity 0.2s ease;
}

.team-card-link:hover .team-swiper-item {
  transform: translateY(-4px);
}

.team-card-link:hover .card-arrow-icon svg {
  transform: translateX(4px);
}

.team-card-link:hover .card-arrow-icon path {
  stroke-opacity: 1;
}
.light .team-swiper-prev,
.light .team-swiper-next {
  background: #2e4769;
}
.light .team-swiper-prev:hover i, 
.light .team-swiper-next:hover i {
  color: #fff;