/* Animations */

.fade-in {
   opacity: 0;
   visibility: hidden;
}

.fade-in-stagger {
   opacity: 0;
   visibility: hidden;
}



/* SVG Logo Animation Styles */
.logo-svg {
  max-width: 100%;
  height: auto;
}

.svg-text-path {
  fill: none;
  stroke: #fff;
  stroke-width: 1;
  stroke-linecap: round;
  stroke-linejoin: round;
  /* These will be set dynamically by JavaScript */
  stroke-dasharray: 1000;
  stroke-dashoffset: 1000;
}