.roles-section {
  text-align: center;
  width: 100%;
  overflow: hidden;
}
.roles-section .roles-container {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 20px;
}
.roles-section {
  /* Full Bleed Swiper Wrapper */
}
.roles-section .slider-wrapper {
  width: 100vw;
  position: relative;
  left: 50%;
  right: 50%;
  margin-left: -50vw;
  margin-right: -50vw;
}
.roles-section .slider-wrapper .rolesSwiper {
  overflow: visible;
}
.roles-section .slider-wrapper .rolesSwiper .swiper-wrapper {
  display: flex;
  align-items: center;
  will-change: transform;
}
.roles-section .slider-wrapper .rolesSwiper .role-card-item {
  width: auto;
  display: flex;
  justify-content: center;
  align-items: center;
}
.roles-section .slider-wrapper .rolesSwiper .role-card-item .role-card {
  position: relative;
  width: 240px;
  height: 320px;
  border-radius: 30px;
  overflow: hidden;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.08);
  transform: scale(0.84);
  transform-origin: center center;
  will-change: transform, opacity, box-shadow;
  transition: transform 0.35s cubic-bezier(0.25, 1, 0.5, 1), opacity 0.35s cubic-bezier(0.25, 1, 0.5, 1), box-shadow 0.35s cubic-bezier(0.25, 1, 0.5, 1);
}
.roles-section .slider-wrapper .rolesSwiper .role-card-item .role-card .card-bg {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}
.roles-section .slider-wrapper .rolesSwiper .role-card-item .role-card {
  /* Floating Badge Styling */
}
.roles-section .slider-wrapper .rolesSwiper .role-card-item .role-card .card-badge {
  position: absolute;
  bottom: 14px;
  left: 12px;
  right: 12px;
  height: 98px;
  display: flex;
  align-items: center;
  padding: 12px 16px;
  box-sizing: border-box;
}
.roles-section .slider-wrapper .rolesSwiper .role-card-item .role-card .card-badge .badge-bg {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: fill;
  z-index: 1;
  pointer-events: none;
  filter: drop-shadow(0px 4px 8px rgba(0, 0, 0, 0.06));
}
.roles-section .slider-wrapper .rolesSwiper .role-card-item .role-card .card-badge span {
  position: relative;
  z-index: 2;
  font-size: 18px;
  font-weight: 600;
  color: #010101;
  text-align: left;
  max-width: 75%;
  line-height: normal;
}
.roles-section .slider-wrapper .rolesSwiper .role-card-item {
  /* Center Active Card - Scaled to Full Size via GPU */
}
.roles-section .slider-wrapper .rolesSwiper .role-card-item.swiper-slide-center .role-card {
  transform: scale(1);
  opacity: 1;
  box-shadow: 0 12px 28px rgba(0, 0, 0, 0.15);
}
.roles-section {
  /* Slider Navigation Track */
  /* Slider Navigation Track */
}
.roles-section .slider-nav-container {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 20px;
  margin-top: 30px;
  /* Override Swiper defaults with high specificity */
  /* Disable Swiper default blue font arrow icon */
}
.roles-section .slider-nav-container::after {
  display: none !important;
  content: "" !important;
}
.roles-section .slider-nav-container.swiper-button-disabled {
  opacity: 0.4;
  cursor: not-allowed;
  transform: none;
}
.roles-section .progress-bar-track {
  width: 200px;
  height: 6px;
  background-color: #e2e8f0;
  border-radius: 10px;
  position: relative;
  overflow: hidden;
}
.roles-section .progress-bar-track .progress-bar-active {
  position: absolute;
  top: 0;
  height: 100%;
  width: 30%;
  background: linear-gradient(248.94deg, #0080C5 27.12%, #000000 99.65%);
  border-radius: 10px;
  will-change: left, width;
  transition: left 0.35s cubic-bezier(0.25, 1, 0.5, 1), width 0.35s cubic-bezier(0.25, 1, 0.5, 1);
}/*# sourceMappingURL=roles.css.map */