 .popup-overlay {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.7);
    justify-content: center;
    align-items: center;
    z-index: 9999;
  }
  .popup-content {
    background: #fff;
    width: 40%;
    height: 80%;
    border-radius: 12px;
    overflow: hidden;
    position: relative;
    box-shadow: 0 4px 15px rgba(0,0,0,0.3);
  }
  .popup-content .close-btn {
    position: absolute;
    top: 10px;
    right: 15px;
    font-size: 22px;
    font-weight: bold;
    color: #333;
    cursor: pointer;
    z-index: 1000;
  }
  iframe {
    width: 100%;
    height: 100%;
    border: none;
  }



  /* Video Container About Us Page*/

  .video-container {
  position: relative;
  display: flex;
  justify-content: center;
  padding-bottom: 100%; /* 9:16 aspect ratio for Shorts */
  height: 0;
  overflow: hidden;
  margin: auto;
  
}
.video-container iframe {
  position: absolute;
  width: 50%;
}