.zpelem-text ul li {
list-style: disc !important;
}

.zpelem-tex ul li::marker {
color: #ffffff;
}

/* 1) Base block styles for all four */
.custom-image1,
.custom-image2,
.custom-image3,
.custom-image4 {
  position: relative;
  display: block;
}

/* 2) The <img> inside each */
.custom-image1 img,
.custom-image2 img,
.custom-image3 img,
.custom-image4 img {
  display: block;
  width: 100%;
  height: auto;
  position: relative;
  z-index: 1;
}

/* 3) Top border pseudo-element */
.custom-image1::before,
.custom-image2::before,
.custom-image3::before,
.custom-image4::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  height: 7px;
  width: 100%;
  transform: scaleX(0);
  transform-origin: left;
  z-index: 2;
  display: block !important; /* override zsite-core .zpelement::before */
}

/* 4) Run animation when is-visible is added */
.custom-image1.is-visible::before,
.custom-image2.is-visible::before,
.custom-image3.is-visible::before,
.custom-image4.is-visible::before {
  animation: slide-border 1.0s ease-out forwards;
}

/* 5) Individual colors + delays */
.custom-image1::before {
  background: #2b7fb8 !important;
}

.custom-image2::before {
  background: #44bbaa !important;
  animation-delay: 0.1s;
}

.custom-image3::before {
  background: #27ad61 !important;
  animation-delay: 0.2s;
}

.custom-image4::before {
  background: #f29a12 !important;
  animation-delay: 0.3s;
}

@keyframes slide-border {
  to {
    transform: scaleX(1);
  }
}

.zpaccordion-container.zpaccordion-style-02 .zpaccordion {
  background: #f1f2f6;
}
body {
background: #FFFFFF;
}