.highlight-slider-wrap {
    position: relative;
}

.highlight-swiper {
    overflow: hidden;
    padding-bottom: 30px!important;

}

.highlight-nav {
  position: absolute;
  top: 50%;
  left: 0;
  width: 100%;
  transform: translateY(-50%);
  pointer-events: none;
}
.highlight-nav .highlight-prev {
  left:0px;
}
.highlight-nav .highlight-next{
  right:0px;
}

.highlight-nav .highlight-btn {
  position: absolute;
  pointer-events: auto; 
  background-color: transparent;
  color:#af1f71;
  border: 2px solid #af1f71;
  border-radius: 50px 50px;
  width: 36px;
  height: 36px;
}

.highlight-nav .highlight-prev {
  left: -50px;
}

.highlight-nav .highlight-next {
  right: -50px;
}

.highlight-pagination {
    position: absolute;
    left: 50% !important;
    bottom: 0px !important;
    transform: translateX(-50%)!important;
    width: auto !important;
    display: flex;
    align-items: center;
    gap: 8px;
    z-index: 10;
}

.highlight-pagination .swiper-pagination-bullet {
    width: 38px;
    height: 12px;
    border-radius: 999px;
    background: #ffffff;
    opacity: 1;
    margin: 0 !important;
    transition: 0.3s ease;
}

.highlight-pagination .swiper-pagination-bullet-active {
    background: #b02072;
    width: 82px;
}



/* chart - start */
.row-05-bg .subtitle {
  font-size: 24px;
}

.ez-boder-bottom-purple{
    border-bottom: 5px solid #812990;
}


.row-05-bg .bar-chart {
  width: 100%;
  max-width: calc(100% - 60px);
}

.row-05-bg .chart-item {
  display: flex;
  align-items: center;
  gap: 0px;
  margin-bottom: 16px;
}

.row-05-bg .chart-year {
  flex: 0 0 60px;
  font-size: 16px;
  font-weight: 400;
  line-height: 1;
  color: #666;
}

.row-05-bg .chart-bar-area {
  flex: 1 1 auto;
  min-width: 0;
}

.row-05-bg .chart-bar-track {
  position: relative;
  width: 100%;
  overflow: visible;
}

.row-05-bg .chart-bar-fill {
  position: relative;
  width: 0;
  height: 30px;
  border-radius: 0px 20px 0px 0px;
  transition: width 1.1s cubic-bezier(0.22, 1, 0.36, 1);
  overflow: visible;
}

.row-05-bg .bar-red {
  background: #af1f71;
}

.row-05-bg .bar-purple {
  background: #7680b5;
}

.row-05-bg .chart-bar-value {
  position: absolute;
  top: 50%;
  left: 100%;
  transform: translate(10px, -50%);
  white-space: nowrap;
  font-size: 16px;
  font-weight: 400;
  line-height: 1;
  color: #666;
}

/* chart - end */

/*
.highlights-section-wrapper {
    position: relative;
    padding: 0 30px; 
    width: 100%;
    box-sizing: border-box;
}

#highlightsSwiper {
    width: 100%;
    overflow: hidden; 
}

.highlights-custom-prev, .highlights-custom-next {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    width: 32px!important;
    height: 32px!important;
    border: 2px solid #ffffff;
    border-radius: 50%;
    color: #ffffff;
    z-index: 10;
}

.highlights-custom-prev { left: -6px!important; }
.highlights-custom-next { right: -6px!important; }

.highlights-custom-prev::after, .highlights-custom-next::after {
    font-size: 14px!important;
    color: #ffffff;
    font-weight: bold;
}

#highlightsSwiper .swiper-slide {
    padding: 0; 
}

.highlightsSwiper-navigation .swiper-pagination-bullet{
  background-color: #00b3ca;
}

.highlightsSwiper-navigation .swiper-pagination-bullet-active{
  background-color: #ffffff;
}
*/