/*CONTENT FOLD B*/
.content-fold-b-wrapper {
  display: flex;
  align-items: stretch;
  padding: 50px 0px;
  gap: 40px;
}

.content-fold-b-wrapper-flipped {
  display: flex;
  flex-direction: row-reverse;
  align-items: stretch;
  padding: 75px 0px;
  gap: 80px;
}

.content-fold-b-img img {
  height: 100%;
  object-fit: cover;
}

.casestudy-post-foldc-header .title {
    color: var(--primary-color1);
}

.content-fold-b-img {
  flex: 0 0 680px;
}

.content-fold-b-img img {
  height: 100%;
  object-fit: cover;
  min-height: 500px;
}

.rounded-fold .content-fold-b-img {
  border-radius: 30px;
  overflow: hidden;
}

.circle-fold .content-fold-b-img img {
  clip-path: circle(50%);
}

.content-fold-b-content {
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.content-fold-b {
  background: var(--color3b);
  position: relative;
  z-index: 3;
}
.content-fold-b.alt {
    background: whitesmoke;
}

.content-fold-b::before {
  width: 100%;
  height: 150px;
  bottom: 0px;
  left: 0px;
  content: "";
  display: block;
  position: absolute;
  background: var(--color3);
  z-index: -1;
}

.content-fold-b-content .title {
  margin-bottom: 20px;
  color: black;
}
.content-fold-b-content .title span{
  color:var(--primary);
  display:block;
}

.content-fold-b-content .title span {
  display: block;
}

.flipped .content-fold-b-wrapper {
  flex-direction: row-reverse;
}

.content-fold-b-content-inner {
    padding-bottom: 20px;
}

.content-fold-b-content-inner p:last-child {
    margin: 0px;
}

.casestudy-post-foldc {
    color: white;
        url(
    /wp-content/uploads/2023/09/pattern-background.png.webp) background: no-repeat;
    background-size: cover;
}

.casestudy-post-foldc-wrapper p:last-child {
    margin: 0px;
}

.casestudy-post-foldc-wrapper {
    padding: 75px 0px;
}

/* ------------ */
/* Fold 3 Style */
/* ------------ */
.fold-3 {
  position: relative;
  padding: 50px 0;
  background: url(/wp-content/uploads/2023/09/pattern-background.png.webp) no-repeat;
}

.fold-3-container {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 40px;
  padding: 0 100px;
}

.fold-3-item {
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
}

.fold-3-item.step-1::before {
  content: "";
  background: url(/wp-content/uploads/2023/09/arrows1.png.webp) no-repeat;
  background-size: contain;
  width: 200px;
  height: 200px;
  position: absolute;
  top: 0px;
  right: 50px;
  rotate:-5deg;
}
.fold-3-item.step-2::before {
  content: "";
  background: url(/wp-content/uploads/2023/09/arrows2.png.webp) no-repeat;
  background-size: contain;
  width: 200px;
  height: 200px;
  position: absolute;
  top: 0px;
  right: 40px;
  rotate:15deg;
}
.fold-3-item.step-3::before {
  content: "";
  background: url(/wp-content/uploads/2023/09/arrows3.png.webp) no-repeat;
  background-size: contain;
  width: 250px;
  height: 250px;
  position: absolute;
  top: 0px;
  right: 10px;
  rotate:-10deg;
}

.fold-3-item i {
  font-size: 92px;
  color: var(--primary);
}

.fold3-text p {
  color: white;
  text-transform: uppercase;
  margin: 0;
}

.fold3-text {
  margin-top: 30px;
}

.fold3-text p:nth-child(2) {
  font-weight: 500;
}

.fold3-text p:last-child {
  text-transform: unset;
}

/*== == EBOOK == ==*/

.ebook-image {
    left: unset;
    right: 0px;
}

.ebook-fold-inner {
    justify-content: flex-start;
    flex-direction: row;
}

  /*== == EBOOK END === ==*/

/*== == CASE STUDY SPLIDE == ==*/

.casestudy-post-foldb-gallery-slider {
    padding: 75px 0px;
}

.casestudy-post-foldb-gallery-item {
    overflow:hidden;
}

.casestudy-post-foldb-gallery-item a {
  overflow:hidden;
}

.casestudy-post-foldb-gallery-item a img {
  transition:all 500ms ease;
}

.casestudy-post-foldb-gallery-item a:hover img {
  transform:scale(1.05);
  filter:brightness(1.1);
}

.casestudy-post-foldb-gallery-slider .splide__pagination {
    padding: 0px;
    padding-top: 20px;
    max-width: 540px;
    margin: 0px auto;
    gap: 2px;
}

.casestudy-post-foldb-gallery-slider .splide__pagination li {
    display: flex;
    flex: 1;
}

.casestudy-post-foldb-gallery {
}

.casestudy-post-foldb-gallery-slider .splide__pagination li button {
    display: block;
    padding: 6px;
    border-style: none;
    background: white;
    opacity: .4;
    transition: all 500ms ease;
    width: 100%;
    cursor: pointer;
    border-radius: 0px;
}

.casestudy-post-foldb-gallery-slider .splide__pagination li button.is-active {
    opacity: 1;
}

    /*== == CASE STUDY SPLIDE END == ==*/