
    
   
    @media (max-width: 960px) {
      .is-overlay .is-video-bg,
      img.is-video-bg,
      .video-box video {
        object-fit: contain !important;
        object-position: center center !important;
        width: 90% !important;
        height: auto !important;
        max-height: 90vh;
        display: block;
      }
    }

    
    /* Mobile video Size */
    @media (max-width: 767px) {
      .embed-responsive,
      .embed-responsive iframe {
        width: 100% !important;
        height: auto !important;
        aspect-ratio: 9 / 16; /* Flip to vertical */
        max-height: 80vh;
        border-radius: 8px;
        display: block;
        margin: 0 auto;
      }
    }

    
    /* Mobile Course Thumbnail */
    @media (max-width: 767px) {
      img#courseImage[style] {
        width: 100% !important;
        height: auto !important;
        max-height: 400px;
        object-fit: cover;
        object-position: top center;
        border-radius: 8px;
      }
    }
    

.plan-details-info {
  max-width: 100% !important;
}

.text-ellipsis {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: normal;
}

.ls-footer {
  padding: 20px 10px;
  background-color: #ffffff;
  color: #6a1b9a;
  text-align: center;
  font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, sans-serif;
}

.ls-footer h1 {
  font-size: 28px;
  margin-bottom: 8px;
}

.ls-footer a {
  color: #6a1b9a;
  text-decoration: none;
}

.ls-footer .contact-info p {
  margin: 4px 0;
  font-size: 16px;
}

.ls-footer .social-icons {
  margin: 15px 0;
  font-size: 20px;
}

.ls-footer .social-icons a {
  margin: 0 6px;
  display: inline-block;
}

.ls-footer .footer-links {
  font-size: 14px;
  flex-wrap: wrap;
  display: flex;
  justify-content: center;
  gap: 10px;
  margin-top: 10px;
}

.ls-footer .copyright {
  margin-top: 10px;
  font-size: 12px;
  color: #999;
}

@media (max-width: 600px) {
  .ls-footer h1 {
    font-size: 22px;
  }
  .ls-footer .contact-info p {
    font-size: 14px;
  }
  .ls-footer .social-icons {
    font-size: 18px;
  }
  .ls-footer .footer-links {
    font-size: 12px;
    flex-direction: column;
    gap: 6px;
  }
}
    