/* Start custom CSS for html, class: .elementor-element-0e7962c *//* =========================
   TIMELAPSE — Printly3D
   ========================= */

.p3-timelapse-section {
  padding-top: 20px;
  padding-bottom: 20px;
}

.p3-timelapse-box {
  position: relative;
  width: 100%;
  border-radius: 18px;
  overflow: hidden;
  background: #000;
  box-shadow: 0 18px 40px rgba(0,0,0,0.18);
}

.p3-timelapse-video {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: cover;
}

/* затемнение */
.p3-timelapse-box::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(
    to bottom,
    rgba(0,0,0,0.15),
    rgba(0,0,0,0.55)
  );
  pointer-events: none;
}

.p3-timelapse-overlay {
  position: absolute;
  left: 24px;
  bottom: 22px;
  z-index: 2;
  color: #fff;
  max-width: 70%;
}

.p3-timelapse-label {
  display: inline-block;
  font-size: 12px;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  opacity: 0.75;
  margin-bottom: 6px;
}

.p3-timelapse-overlay h3 {
  margin: 0 0 4px 0;
  font-size: 22px;
  line-height: 1.25;
}

.p3-timelapse-overlay p {
  margin: 0;
  font-size: 14px;
  opacity: 0.85;
}

/* MOBILE */
@media (max-width: 768px) {
  .p3-timelapse-overlay {
    left: 16px;
    bottom: 16px;
    max-width: 90%;
  }

  .p3-timelapse-overlay h3 {
    font-size: 18px;
  }
}/* End custom CSS */