.breadcrumb { padding: 80px 0 160px; position: relative; }

.breadcrumb:before { content: ""; position: absolute; left: 0; top: 0; width: 100%; height: 100%; max-width: 400px; background: url("/wp-content/uploads/2024/05/circle_engine_4.png") -140px 71px/100% no-repeat; opacity: 0.1; }

.breadcrumb:after { content: ""; position: absolute; right: 0; top: 0; height: 100%; max-width: 300px; width: 100%; background: url("/wp-content/uploads/2024/05/shape_angle_3.webp") top right/100% no-repeat; }

.core_values_inner .elementor-widget-wrap { display: flex; justify-content: center; gap: 20px; counter-reset: section; }

.core_values_inner .elementor-widget-wrap .elementor-widget-image-box { width: calc(100% / 4 - 15px); margin: 0; position: relative; counter-reset: numbering;   box-shadow: 0 9px 9px -9px #4e4e4e;}

.core_values_inner .elementor-widget-wrap .elementor-widget-image-box::before {   counter-increment: section;
  content: counter(section);
  position: absolute;
  right: 10px;
  font-size: 70px;
  bottom: 0;
  font-weight: 900;
  line-height: 1;
  z-index: -3;
  color: #0044eb;
  opacity: 0.08; 
  transition: 0.4s ease;
}

  .core_values_inner .elementor-widget-wrap .elementor-widget-image-box .elementor-image-box-title {
  margin: 0 0 16px;
}
.core_values_inner .elementor-widget-wrap .elementor-widget-image-box:hover::before {
  opacity: 0.4;
}

.testimonial_carousel .swiper-slide {
  background: #e3f0ff;
  padding: 20px;
  border-radius: 12px;
  height: auto;
}

.testimonial_carousel .swiper-slide .img_name_wrapper {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 20px;
}

.testimonial_carousel .swiper-slide .img_name_wrapper span.img_wrapper {
  width: 100px;
  height: 100px;
  border-radius: 50%;
  overflow: hidden;
}

.testimonial_carousel .swiper-slide .img_name_wrapper h4 {
  font-size: 20px;
  line-height: 1.3;
  margin: 0;
  color: var(--bs-dark);
}

.testimonial_carousel .swiper-slide .img_name_wrapper p {
  margin: 0;
  font-size: 15px;
  font-weight: 500;
  color: #000;
  line-height: 1.5;
}

.testimonial_carousel .swiper-slide .content_main {
  max-height: 280px;
  overflow-y: auto;
  padding: 0 10px 0 0;
}
.testimonial_carousel .elementor-image-carousel-wrapper {
  border-radius: 12px;
  overflow: hidden;
}

.testimonial_carousel .swiper-slide .content_main::-webkit-scrollbar {
  width: 5px;
  background: #ffffff91;
}

.testimonial_carousel .swiper-slide .content_main::-webkit-scrollbar-thumb {
  background: #0044eb61;
  border-radius: 10px
}
.testimonial_carousel .swiper-pagination {
  position: relative !important;
  bottom: 0 !important;
  padding: 30px 0 0 !important;
}


.stian_life .elementor-swiper-button {
  position: absolute;
  width: 46px;
  height: 46px;
  bottom: 0;
  z-index: 9;
  transform: translateY(-50%);
  background: #ffffff;
  border-radius: 50%;
  left: unset;
  opacity: 1;
  padding: 10px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.stian_life .elementor-swiper-button.elementor-swiper-button-next {
  right: 10px;
}

.stian_life .elementor-swiper-button svg {
  width: 24px;
}

.stian_life .elementor-swiper-button.elementor-swiper-button-prev {
  /* left: 10px; */
  left: 10px;
}

.stian_life .elementor-swiper-button:hover {
  opacity: 1;
}
.stian_life .elementor-image-carousel-wrapper {
  border-radius: 12px;
  overflow: hidden;
}
#sb_instagram .sbi_follow_btn a {
  background: #0044eb !important;
}

#sb_instagram #sbi_load .sbi_load_btn {
  background: #020842;
}
@media (max-width: 767px){
  .breadcrumb::after {
    background-position: top right;
    background-size: 90px;
  }
  .stian_life .elementor-swiper-button {
    width: 34px;
    height: 34px;
  }

  .core_values_inner .elementor-widget-wrap .elementor-widget-image-box {width: 100%;}

  .testimonial_carousel .swiper-slide {
    height: 100%;
  }
}

@media (min-width: 768px) and (max-width: 1024px){
  .core_values_inner .elementor-widget-wrap .elementor-widget-image-box {
    width: calc(100% / 2 - 15px);
  }
}

@media (min-width: 1025px) and (max-width: 1280px){
  .core_values_inner .elementor-widget-wrap .elementor-widget-image-box {
    width: calc(100% / 3 - 15px);
  }
}