.sd-pp-blog-carousel,
.sd-pp-blog-carousel__controls,
.sd-pp-blog-carousel__panels,
.sd-pp-blog-carousel__panel,
.sd-pp-blog-carousel__carousel,
.sd-pp-blog-carousel__swiper,
.fl-module,
.fl-module-content,
.fl-col,
.fl-col-content {
  min-width: 0;
  min-height: 0;
}

.sd-pp-blog-carousel {
  width: 100%;
}

.sd-pp-blog-carousel__controls {
  margin-bottom: var(--row-spacing-padding-medium);
}



.sd-pp-blog-carousel__tabs {
  display: flex;
  flex-wrap: nowrap;
  align-items: flex-start;
  gap: 64px;
  border-radius: 100px;
  border: 1px solid rgba(255, 255, 255, 0.10);
  background: rgba(255, 255, 255, 0.04);
  padding: 6px 10px;
  max-width: fit-content;
  margin: 0 auto;
}

.sd-pp-blog-carousel__tab {
  color: #fff !important;
  text-align: center !important;
  font-family: Roboto, sans-serif !important;
  font-size: 16px !important;
  font-weight: 400 !important;
  line-height: 130% !important;
  letter-spacing: 0.8px !important;
  background: transparent !important;
  border: 0 !important;
  white-space: nowrap;
  cursor: pointer;
  padding: 10px 18px;
}

.sd-pp-blog-carousel__tab.is-active {
  border-radius: 100px !important;
  background: #fff !important;
  color: #1B2930 !important;
  font-weight: 700 !important;
}

.sd-pp-blog-carousel__select-wrap {
  display: none;
}

.sd-pp-blog-carousel__select {
  width: 100%;
  max-width: 420px;
  padding: 10px 20px;
  border-radius: 100px;
  border: 1px solid #ddd;
  background: #fff;
  font: inherit;
  font-weight: 700;
  margin: 0 auto;
  text-align: left;
  color: #000;
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
}

.sd-pp-blog-carousel__panels {
  position: relative;
  width: 100%;
}

.sd-pp-blog-carousel__panel {
  display: none;
  width: 100%;
}

.sd-pp-blog-carousel__panel.is-active {
  display: block;
}

.sd-pp-blog-carousel__carousel {
  width: 100%;
  position: relative;
}

.sd-pp-blog-carousel__swiper {
  width: 100%;
  max-width: 100%;
  overflow: hidden;
  position: relative;
}

.sd-pp-blog-carousel__swiper .swiper-wrapper {
  display: flex;
  align-items: stretch;
}

.sd-pp-blog-carousel__swiper {
  width: 100%;
  max-width: 100%;
  overflow: hidden;
  position: relative;
}



.sd-pp-blog-carousel__swiper .swiper-slide {
  display: flex;
  height: auto;
  box-sizing: border-box;
}

.sherbz-post-slide {
  display: flex;
  flex-direction: column;
  gap: 20px;
  justify-content: space-between;
  align-items: stretch;
  width: 100%;
  height: 100%;
  max-width: none !important;
  color: #fff;
}

.sherbz-post-slide__image img {
  display: block;
  width: 100%;
  height: auto;
}

.sherbz-post-slide h5 {
  color: #fff !important;
  font-family: Poppins, sans-serif !important;
  font-size: 23px !important;
  font-weight: 600 !important;
  line-height: 130% !important;
  margin: 0;
  flex-grow: 1 !important;
}

.sherbz-post-slide .date {
  color: #fff;
  font-family: Roboto, sans-serif;
  font-size: 13px;
  font-weight: 400;
  line-height: 130%;
}

.sherbz-post-slide a {
  color: #40B5B7;
  text-align: left;
  font-family: Roboto, sans-serif;
  font-size: 16px;
  font-weight: 700;
  line-height: 130%;
  letter-spacing: 0.8px;
  display: flex;
  gap: 12px;
  align-items: center;
}

.sherbz-post-slide a i {
  font-size: 10px !important;
}

.sd-pp-blog-carousel__nav {
  position: absolute;
  inset: 0;
  pointer-events: none;
  z-index: 30;
}

.sd-pp-blog-carousel__prev,
.sd-pp-blog-carousel__next {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  z-index: 31;
  pointer-events: auto;

  width: 37px !important;
  height: 37px !important;
  padding: 0 !important;
  border: 1px solid #fff !important;
  border-radius: 999px !important;
  background: #1B2930 !important;
  cursor: pointer !important;
  appearance: none !important;
  -webkit-appearance: none !important;
  font-size: 16px !important;
  line-height: 1 !important;
}

.sd-pp-blog-carousel__prev {
  left: 16px;
}

.sd-pp-blog-carousel__next {
  right: 16px;
}

.sd-pp-blog-carousel__prev,
.sd-pp-blog-carousel__next {
  width: 37px!important;
  height: 37px!important;
  padding: 0!important;
  border: 1px solid #fff!important;
  border-radius: 999px!important;
  background: #1B2930 !important;
   

  cursor: pointer!important;
  appearance: none!important;
  -webkit-appearance: none!important;
  font-size: 16px!important;
  line-height: 1!important;
}



.sd-pp-blog-carousel__prev span,
.sd-pp-blog-carousel__next span {
  display: inline-block !important;
 color: #fff !important;
  font-size: 16px !important;
  line-height: 1 !important;
}


.sd-pp-blog-carousel__prev span i,
.sd-pp-blog-carousel__next span i {
  display: inline-block !important;
 color: #fff !important;
  font-size: 16px !important;
  line-height: 1 !important;
}

.sd-pp-blog-carousel__prev.swiper-button-disabled,
.sd-pp-blog-carousel__next.swiper-button-disabled {
  opacity: 0.4;
  cursor: not-allowed;
}

.sd-pp-blog-carousel__prev:hover,
.sd-pp-blog-carousel__next:hover {
      background: rgba(255, 255, 255, 1) !important;
	color: var(--fl-global---pp-navy);		

}
.sd-pp-blog-carousel__prev:hover span i,
.sd-pp-blog-carousel__next:hover span i{
	color: var(--fl-global---pp-navy)!important;	
}

.swiper-pagination{
  position: relative;
  margin-top: 20px;
}
@media (max-width: 768px) {
  .sd-pp-blog-carousel__tabs {
    display: none;
  }

.swiper-horizontal>.swiper-pagination-bullets, .swiper-pagination-bullets.swiper-pagination-horizontal, .swiper-pagination-custom, .swiper-pagination-fraction{
	bottom:15px;
}
.swiper-pagination-bullet{
	background-color: rgba(255, 255, 255, 0.20);

}

.swiper-pagination-bullet.swiper-pagination-bullet-active{
	background-color: #fff;
}

.sd-pp-blog-carousel__prev,
.sd-pp-blog-carousel__next {
  display:none !important;
}

.sd-pp-blog-carousel .fl-module-button.fl-button-wrap{
  display: none !important;
}

  .sd-pp-blog-carousel__select-wrap {
    position: relative;
    display: block;
    width: 247px;
    margin: 0 auto;
    padding:6px;
    border-radius: 100px;
    border: 1px solid rgba(255, 255, 255, 0.10);
    background: rgba(255, 255, 255, 0.04);  
  }

  .sd-pp-blog-carousel__select-wrap::after {
    content: "\2b";
    font-family: "Font Awesome 7 Pro";
    font-weight: 700;
    position: absolute;
    right: 25px;
    top: 50%;
    transform: translateY(-50%);
    font-size: 18px;
    pointer-events: none;
    color: #000;
  }
}

.fl-node-ajtvzd752khc{
  max-width: 100%;
}


.sd-pp-blog-carousel__panel .fl-button-wrap {
  margin-top: 40px;
  text-align: center;

}

.sd-pp-blog-carousel__archive-link {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 14px 28px;
  border-radius: 999px;
  text-decoration: none;
}

.sd-pp-blog-carousel__carousel {
  width: 100%;
  position: relative;
}

.sd-pp-blog-carousel__swiper {
  width: 100%;
  max-width: 100%;
  overflow: hidden;
  position: relative;
}



.sd-pp-blog-carousel__carousel {
  position: relative;
  width: 100%;
}

.sd-pp-blog-carousel__swiper {
  position: relative;
  width: 100%;
  overflow: hidden;
}


/* nav wrapper stays absolute */
.sd-pp-blog-carousel__nav {
  position: absolute;
  top: 50%;
  left: 0;
  width: 100%;
  transform: translateY(-50%);
  z-index: 30;

  display: flex;
  justify-content: space-between;
  align-items: center;

  padding: 0 16px;
  box-sizing: border-box;
  pointer-events: none;
}


.sd-pp-blog-carousel__next{
  position: absolute !important;
  right:3%!important;
  top:50%!important;
}
.sd-pp-blog-carousel__prev{
    position: absolute !important;
  left:3%!important;
  top:50%!important;
}

/* buttons are NOT absolute */
.sd-pp-blog-carousel__prev,
.sd-pp-blog-carousel__next {
  position: relative;
  z-index: 31;
  pointer-events: auto;

  display: flex;
  align-items: center;
  justify-content: center;

  width: 37px !important;
  height: 37px !important;
  padding: 0 !important;
  border: 1px solid #fff !important;
  border-radius: 999px !important;
  background: #1B2930 !important;
  cursor: pointer !important;
  appearance: none !important;
  -webkit-appearance: none !important;
  font-size: 16px !important;
  line-height: 1 !important;
}

.sd-pp-blog-carousel__prev span,
.sd-pp-blog-carousel__next span,
.sd-pp-blog-carousel__prev span i,
.sd-pp-blog-carousel__next span i {
  color: #fff !important;
  font-size: 16px !important;
  line-height: 1 !important;
}

.sd-pp-blog-carousel__prev.swiper-button-disabled,
.sd-pp-blog-carousel__next.swiper-button-disabled {
  opacity: 0.4;
  cursor: not-allowed;
}

.sd-pp-blog-carousel__prev:hover,
.sd-pp-blog-carousel__next:hover {
  background: #fff !important;
}

.sd-pp-blog-carousel__prev:hover span i,
.sd-pp-blog-carousel__next:hover span i {
  color: var(--fl-global---pp-navy) !important;
}

@media (max-width: 768px) {

  .swiper-horizontal>.swiper-pagination-bullets, .swiper-pagination-bullets.swiper-pagination-horizontal, .swiper-pagination-custom, .swiper-pagination-fraction{
    bottom:0;
  }
}