 .sm2025pnintro-fullscreen {
      position: relative;
     
      height: 100vh;
      display: flex;
      justify-content: center;
      align-items: center;
      background-color: black;
	  
    }
    .sm2025pnintro-logo {
      font-size: 3rem;
      color: white;
      z-index: 10;
	  padding-left:1.5rem;
    }
    .sm2025pnintro-video-wrapper {
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      display: none;
      overflow: hidden;
    }
    .sm2025pnintro-video {
      width: 100%;
      height: 100%;
      object-fit: cover;
    }
    .sm2025pnintro-progress-bar {
      position: absolute;
      top: 0;
      left: 0;
      height: 5px;
      background: #00a19c;
      width: 0;
      z-index: 20;
    }
    .sm2025pnintro-arrow {
      position: absolute;
      bottom: 20px;
      left: 50%;
      transform: translateX(-50%);
      font-size: 2rem;
      color: white;
      cursor: pointer;
      z-index: 10;
    }
    .sm2025pnintro-control-button {
      position: absolute;
      bottom: 50px;
      left: 20px;
      font-size: 1.5rem;
      color: white;
      background: rgba(0, 0, 0, 0.5);
      padding: 5px 10px;
      border-radius: 5px;
      cursor: pointer;
      z-index: 20;
    }
    