/******* Do not edit this file *******
Simple Custom CSS and JS - by Silkypress.com
Saved: Jan 16 2026 | 15:12:13 */
svg {
  width: 100%;
  height: auto;
  display: block;
}


/* Hide strokes until JS initializes them */
#lines-main .line-bk,
#lines-main .line-gradient{
  stroke-dasharray: 1 !important;
  stroke-dashoffset: 1 !important;
}

.animate-line {
  transform-origin: left center;
}
/* Hide animated elements before GSAP runs */
.fade-in,
.fade-in-left,
.fade-in-right,
.animate-line,
[id^="svg-section"] svg {
  visibility: hidden;
}
