:root {
  --purple: #6420a0;
  --purple2: #8b38ca;
  --ink: #251137;
  --soft: #faf6ff;
  --line: #eadcf7;
  --white: #fff;
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  color: var(--ink);
  font-family: "DM Sans", sans-serif;
  background: #fff;
}

img,
video {
  display: block;
  width: 100%;
}

button {
  font: inherit;
}

.sp-wrap {
  width: min(1180px, calc(100% - 36px));
  margin: auto;
}

.sp-section {
  padding: 42px 0;
}

.sp-soft {
  background: linear-gradient(
    135deg,
    #fff 0,
    #fbf6ff 55%,
    #f4e9ff 100%
  );
}

/* Hero Section */

.sp-hero {
  position: relative;
  overflow: hidden;
  padding: 34px 0 48px;
  background: radial-gradient(
    circle at 50% -20%,
    #fff 0 35%,
    #fbf7ff 58%,
    #f1e1ff 100%
  );
}

.sp-orbit {
  position: absolute;
  left: 50%;
  border: 2px solid #ebd9fa;
  border-radius: 50%;
  transform: translateX(-50%);
}

.sp-orbit-one {
  width: 1250px;
  height: 620px;
  top: -370px;
}

.sp-orbit-two {
  width: 980px;
  height: 500px;
  top: -310px;
}

.sp-hero-inner {
  position: relative;
  text-align: center;
}

.sp-kicker {
  display: inline-block;
  padding: 8px 18px;
  border-radius: 30px;
  background: #eee0fa;
  color: #4f2574;
  font-size: 13px;
  font-weight: 700;
  letter-spacing: 2px;
}

.sp-pretitle {
  margin: 22px 0 0;
  font-size: 23px;
  font-weight: 700;
}

.sp-hero h1,
.sp-heading h2,
.sp-founder h2 {
  font-family: "Playfair Display", serif;
}

.sp-hero h1 {
  margin: -2px 0 0;
  color: #5f1196;
  font-size: clamp(62px, 9vw, 118px);
  line-height: 1;
}

.sp-sign {
  display: flex;
  gap: 14px;
  align-items: center;
  justify-content: center;
}

.sp-sign span {
  width: 80px;
  height: 1px;
  background: #9b60c8;
}

.sp-sign em {
  color: #6a269c;
  font-family: "Playfair Display", serif;
  font-size: 40px;
}

/* Statistics */

.sp-stats {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  max-width: 820px;
  margin: 30px auto;
}

.sp-stats div {
  display: flex;
  flex-direction: column;
  padding: 0 18px;
  border-right: 1px solid #d9cae3;
}

.sp-stats div:last-child {
  border: 0;
}

.sp-stats b {
  color: #8934bd;
  font-size: 25px;
}

.sp-stats strong {
  margin-top: 7px;
  font-size: 14px;
}

.sp-stats small {
  font-weight: 600;
}

/* Button */

.sp-btn {
  display: inline-block;
  padding: 10px 30px;
  border-radius: 30px;
  background: linear-gradient(90deg, #7026aa, #8c37c0);
  box-shadow: 0 7px 20px #7d2cb43b;
  color: #fff;
  font-size: 13px;
  font-weight: 700;
  text-decoration: none;
}

/* Section Heading */

.sp-heading {
  margin-bottom: 23px;
  text-align: center;
}

.sp-heading span {
  color: #6f279e;
  font-size: 13px;
  font-weight: 800;
  letter-spacing: 0.5px;
}

.sp-heading h2 {
  margin: 2px 0;
  color: #3a1755;
  font-size: 34px;
}

/* Sliders */

.sp-slider {
  position: relative;
}

.sp-track {
  display: flex;
  gap: 16px;
  overflow-x: auto;
  padding: 5px 3px 15px;
  cursor: grab;
  scroll-behavior: smooth;
  scrollbar-width: none;
  user-select: none;
}

.sp-track::-webkit-scrollbar {
  display: none;
}

.sp-track.dragging {
  cursor: grabbing;
  scroll-behavior: auto;
}

/* Skill Cards */

.sp-skill {
  flex: 0 0 calc((100% - 80px) / 6);
  min-width: 0;
  padding: 8px;
  border: 1px solid var(--line);
  border-radius: 14px;
  background: #fff;
  box-shadow: 0 5px 13px #4c1c7616;
  text-align: center;
}

.sp-skill img {
  height: 115px;
  border-radius: 10px;
  object-fit: cover;
}

.sp-skill b {
  display: block;
  padding: 10px 3px 4px;
  font-size: 13px;
}

.sp-more {
  display: grid;
  place-items: center;
}

.sp-more div {
  width: 58px;
  height: 58px;
  border-radius: 50%;
  background: #8c2bc1;
  color: #fff;
  font-size: 28px;
  line-height: 45px;
}

/* Slider Arrows */

.sp-arrow {
  position: absolute;
  z-index: 5;
  top: 50%;
  width: 38px;
  height: 38px;
  border: 1px solid #e0cef0;
  border-radius: 50%;
  background: #fff;
  box-shadow: 0 3px 10px #4d1c7425;
  color: #7d27b3;
  cursor: pointer;
  font-size: 28px;
  line-height: 1;
  transform: translateY(-50%);
}

.sp-prev {
  left: -18px;
}

.sp-next {
  right: -18px;
}

/* Benefits */

.sp-benefit {
  display: flex;
  flex: 0 0 calc((100% - 96px) / 7);
  flex-direction: column;
  align-items: center;
  justify-content: center;
  min-height: 130px;
  padding: 15px;
  border: 1px solid var(--line);
  border-radius: 15px;
  background: #fff;
  box-shadow: 0 4px 12px #5c267413;
  text-align: center;
}

.sp-benefit i {
  margin-bottom: 12px;
  color: #842db7;
  font-size: 32px;
  font-style: normal;
}

.sp-benefit b {
  font-size: 12px;
}

/* Logo Cards */

.sp-logo {
  display: grid;
  flex: 0 0 calc((100% - 64px) / 5);
  min-height: 90px;
  border: 1px solid #eee3f5;
  border-radius: 8px;
  background: #fff;
  box-shadow: 0 5px 13px #49225e15;
  color: #333;
  font-size: 20px;
  font-weight: 900;
  place-items: center;
  text-align: center;
}

/* Creator Cards */

.sp-creators .sp-heading h2 {
  color: #1a9ee8;
  font-family: "DM Sans", sans-serif;
  font-weight: 800;
}

.sp-person {
  flex: 0 0 calc((100% - 64px) / 5);
  overflow: hidden;
  border: 1px solid var(--line);
  border-radius: 12px;
  background: #fff;
  box-shadow: 0 5px 14px #42176018;
  text-align: center;
}

/*.sp-video {
  position: relative;
}

.sp-video video {
  height: 190px;
  background: #ddd;
  object-fit: cover;
}

.sp-play {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 44px;
  height: 44px;
  border: 0;
  border-radius: 50%;
  background: #fff;
  color: #8c2cc1;
  cursor: pointer;
  transform: translate(-50%, -50%);
}

.sp-person > b,
.sp-person small {
  display: block;
}

.sp-person > b {
  padding-top: 10px;
}

.sp-person small {
  padding: 4px 8px 14px;
}*/




    /*video section */




    .prv-reels-section,
    .prv-reels-section * {
      box-sizing: border-box;
    }

    .prv-reels-section {
      position: relative;
      width: 100%;
      padding: 70px 20px;
      overflow: hidden;
      background:
        radial-gradient(circle at 8% 10%, rgba(197, 106, 45, 0.10), transparent 30%),
        radial-gradient(circle at 92% 90%, rgba(197, 106, 45, 0.08), transparent 28%),
        #faf8f6;
      font-family: Arial, Helvetica, sans-serif;
    }

    .prv-reels-container {
      width: 100%;
      max-width: 1380px;
      margin: 0 auto;
    }

    .prv-heading-area {
      margin-bottom: 35px;
      text-align: center;
    }

    .prv-small-title {
      display: inline-block;
      margin-bottom: 10px;
      color: #c56a2d;
      font-size: 13px;
      font-weight: 700;
      letter-spacing: 3px;
      text-transform: uppercase;
    }

    .prv-main-title {
      margin: 0;
      color: #17130f;
      font-size: clamp(30px, 3.5vw, 48px);
      font-weight: 800;
      line-height: 1.15;
    }

    .prv-title-line {
      display: block;
      width: 65px;
      height: 4px;
      margin: 17px auto 0;
      border-radius: 50px;
      background: linear-gradient(90deg, #c56a2d, #e9b17a);
    }

    .prv-slider-shell {
      position: relative;
      width: 100%;
    }

    .prv-video-track {
      display: flex;
      width: 100%;
      gap: 15px;
      overflow: hidden;
    }

    /* Desktop: exactly 5 videos */
    .prv-video-card {
      position: relative;
      flex: 0 0 calc((100% - 72px) / 6);
      min-width: 0;
      overflow: hidden;
      border: 5px solid #fff;
      border-radius: 22px;
      background: #161616;
      box-shadow:
        0 14px 35px rgba(40, 25, 15, 0.13),
        0 3px 10px rgba(40, 25, 15, 0.08);
      transition:
        transform 0.3s ease,
        box-shadow 0.3s ease;
    }

    /* Hide extra videos on PC */
   /* .prv-video-card:nth-child(n + 6) {
      display: none;
    }*/

    .prv-video-card:hover {
      transform: translateY(-7px);
      box-shadow:
        0 20px 45px rgba(40, 25, 15, 0.19),
        0 5px 14px rgba(40, 25, 15, 0.10);
    }

    .prv-video-card video {
      display: block;
      width: 100%;
      aspect-ratio: 9 / 16;
      border: 0;
      border-radius: 17px;
      outline: none;
      background: #111;
      object-fit: cover;
    }

    .prv-card-number {
      position: absolute;
      top: 13px;
      left: 13px;
      z-index: 2;
      display: flex;
      width: 33px;
      height: 33px;
      align-items: center;
      justify-content: center;
      border: 1px solid rgba(255, 255, 255, 0.35);
      border-radius: 50%;
      background: rgba(0, 0, 0, 0.52);
      color: #fff;
      font-size: 12px;
      font-weight: 700;
      backdrop-filter: blur(7px);
    }

    /* Arrows hidden completely on PC */
    .prv-mobile-arrow {
      display: none;
    }

    /* =====================================
       MOBILE/TABLET RESPONSIVE
       3 videos visible + arrows + swipe
    ===================================== */

    @media (max-width: 767px) {
      .prv-reels-section {
        padding: 45px 8px;
      }

      .prv-heading-area {
        margin-bottom: 25px;
      }

      .prv-small-title {
        margin-bottom: 7px;
        font-size: 10px;
        letter-spacing: 2px;
      }

      .prv-main-title {
        font-size: 27px;
      }

      .prv-title-line {
        width: 50px;
        height: 3px;
        margin-top: 12px;
      }

      .prv-slider-shell {
        padding: 0 29px;
      }

      .prv-video-track {
        gap: 7px;
        padding: 8px 1px 13px;
        overflow-x: auto;
        overflow-y: hidden;
        scroll-behavior: smooth;
        scroll-snap-type: x mandatory;
        overscroll-behavior-inline: contain;
        scrollbar-width: none;
        -webkit-overflow-scrolling: touch;
      }

      .prv-video-track::-webkit-scrollbar {
        display: none;
      }

      /* Show all videos on mobile */
      .prv-video-card:nth-child(n + 6) {
        display: block;
      }

      /* Mobile: exactly 3 videos visible */
      .prv-video-card {
        flex: 0 0 calc((100% - 14px) / 2);
        border-width: 2px;
        border-radius: 12px;
        scroll-snap-align: start;
      }

      .prv-video-card:hover {
        transform: none;
      }

      .prv-video-card video {
        border-radius: 9px;
      }

      .prv-card-number {
        top: 6px;
        left: 6px;
        width: 23px;
        height: 23px;
        font-size: 9px;
      }

      /* Mobile arrows */
      .prv-mobile-arrow {
        position: absolute;
        top: 50%;
        z-index: 20;
        display: flex;
        width: 29px;
        height: 42px;
        align-items: center;
        justify-content: center;
        border: 1px solid rgba(197, 106, 45, 0.22);
        border-radius: 9px;
        background: #fff;
        color: #000;
        font-size: 28px;
        font-weight: 400;
        line-height: 1;
        text-decoration: none;
        box-shadow: 0 5px 18px rgba(34, 24, 17, 0.17);
        transform: translateY(-50%);
        -webkit-tap-highlight-color: transparent;
      }

      .prv-arrow-left {
        left: 0;
      }

      .prv-arrow-right {
        right: 0;
      }
    .prv-mobile-arrow{
    cursor:pointer;
}

      .prv-mobile-arrow:active {
        background: #7a2bb0;
        color: #fff;
        transform: translateY(-50%) scale(0.94);
      }
    }

    @media (max-width: 380px) {
      .prv-slider-shell {
        padding: 0 26px;
      }

      .prv-mobile-arrow {
        width: 26px;
        height: 38px;
        font-size: 24px;
      }
    }


    






/* Student Stories */

.sp-story {
  display: grid;
  flex: 0 0 calc((100% - 48px) / 4);
  grid-template-columns: 1.1fr 0.9fr;
  min-height: 155px;
  overflow: hidden;
  border: 1px solid var(--line);
  border-radius: 14px;
  background: #f4e8ff;
}

.sp-story div {
  display: flex;
  flex-direction: column;
  gap: 7px;
  padding: 16px;
}

.sp-story small,
.sp-story strong {
  font-size: 12px;
}

.sp-story img {
  height: 100%;
  object-fit: cover;
}

/* Founder Section */

.sp-founder {
  background: linear-gradient(115deg, #f8ecff, #fff 65%, #f4e7ff);
}

.sp-founder-grid {
  display: grid;
  grid-template-columns: 1.2fr 1fr;
  gap: 70px;
  align-items: center;
}

.sp-founder h2 {
  margin: 3px 0;
  color: #582185;
  font-size: 38px;
}

.sp-founder p {
  line-height: 1.65;
}

.sp-purpose article {
  display: flex;
  gap: 18px;
  margin: 22px 0;
}

.sp-purpose i {
  color: #7a2bb0;
  font-size: 36px;
}

.sp-purpose p {
  margin: 4px 0;
  font-size: 13px;
}

/* FAQ */

.sp-faq {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 12px;
}

.sp-faq details {
  padding: 0 15px;
  border: 1px solid #e7d9f1;
  border-radius: 10px;
  background: #fff;
  box-shadow: 0 3px 10px #5a26730f;
}

.sp-faq summary {
  position: relative;
  padding: 15px 25px 15px 0;
  cursor: pointer;
  font-size: 13px;
  font-weight: 600;
  list-style: none;
}

.sp-faq summary::after {
  position: absolute;
  right: 0;
  content: "+";
  font-size: 20px;
}

.sp-faq details[open] summary::after {
  content: "−";
}

.sp-faq p {
  font-size: 13px;
  line-height: 1.6;
}

/* Footer */

.sp-footer {
  padding: 35px 0;
  background: linear-gradient(110deg, #40106e, #7023a5);
  color: #fff;
}

.sp-footer-grid {
  display: grid;
  grid-template-columns: 1.3fr repeat(3, 1fr) 1.1fr;
  gap: 30px;
}

.sp-footer h3 {
  margin: 0;
  font-size: 22px;
}

.sp-footer h3 small {
  font-size: 13px;
}

.sp-footer p,
.sp-footer a {
  color: #eadcf5;
  font-size: 12px;
}

.sp-footer a {
  display: block;
  margin: 7px 0;
  text-decoration: none;
}

.sp-dream {
  font-family: "Playfair Display", serif;
  font-size: 26px;
  font-style: italic;
  text-align: right;
}

/* Tablet and Mobile */

@media (max-width: 760px) {
  .sp-wrap {
    width: min(100% - 24px, 680px);
  }

  .sp-section {
    padding: 30px 0;
  }

  .sp-hero {
    padding-top: 22px;
  }

  .sp-kicker {
    font-size: 10px;
  }

  .sp-pretitle {
    margin-top: 15px;
    font-size: 16px;
  }

  .sp-hero h1 {
    font-size: 56px;
  }

  .sp-sign em {
    font-size: 27px;
  }

  .sp-sign span {
    width: 38px;
  }

  .sp-stats {
    grid-template-columns: repeat(2, 1fr);
    gap: 18px;
    margin: 25px auto;
  }

  .sp-stats div {
    border: 0;
  }

  .sp-heading h2 {
    font-size: 26px;
  }

  .sp-track {
    gap: 10px;
  }

  .sp-skill,
  .sp-benefit,
  .sp-logo,
  .sp-person {
    flex-basis: calc((100% - 20px) / 3);
  }

  /*.sp-skill img {
    height: 85px;
  }*/

 /* .sp-skill b {
    font-size: 10px;
  }*/

  .sp-benefit {
    min-height: 110px;
    padding: 8px;
  }

  .sp-benefit i {
    font-size: 26px;
  }

  .sp-logo {
    min-height: 72px;
    font-size: 12px;
  }

  .sp-video video {
    height: 145px;
  }

  .sp-person > b {
    font-size: 11px;
  }

  .sp-person small {
    font-size: 9px;
  }

  .sp-story {
    flex-basis: 82%;
    min-height: 140px;
  }

  .sp-arrow {
    width: 32px;
    height: 32px;
    font-size: 23px;
  }

  .sp-prev {
    left: -9px;
  }

  .sp-next {
    right: -9px;
  }

  .sp-founder-grid {
    grid-template-columns: 1fr;
    gap: 10px;
  }

  .sp-faq {
    grid-template-columns: 1fr;
  }

  .sp-footer-grid {
    grid-template-columns: 1fr 1fr;
  }

  .sp-dream {
    text-align: left;
  }

  .sp-footer-grid > div:first-child,
  .sp-dream {
    grid-column: 1 / -1;
  }
}

/* Small Mobile */

/*@media (max-width: 420px) {
  .sp-hero h1 {
    font-size: 47px;
  }

  .sp-skill img {
    height: 72px;
  }

  .sp-person .sp-video video {
    height: 125px;
  }

  .sp-person small {
    display: none;
  }

  .sp-footer-grid {
    gap: 22px;
  }
}
*/


/*socail media */
.social-icons {
    display: flex;
    align-items: center;
    gap: 12px;
}

.social-icons a {
    width: 42px;
    height: 42px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    background: #222;
    border-radius: 50%;
    text-decoration: none;
    font-size: 19px;
    transition: 0.3s ease;
}

.social-icons a:hover {
    background: #000;
    transform: translateY(-3px);
}


            /*STUDENT IMG SECTION*/
              .msc-success-section,
    .msc-success-section * {
        box-sizing: border-box;
    }

    .msc-success-section {
        padding: 80px 15px;
        background:
            radial-gradient(circle at top left, rgba(113, 60, 220, 0.13), transparent 35%),
            linear-gradient(180deg, #ffffff 0%, #f7f3ff 100%);
        font-family: Arial, sans-serif;
        overflow: hidden;
    }

    .msc-container {
        width: 100%;
        max-width: 1200px;
        margin: 0 auto;
    }

    .msc-heading {
        max-width: 650px;
        margin: 0 auto 42px;
        text-align: center;
    }

    .msc-heading span {
        display: inline-block;
        margin-bottom: 12px;
        padding: 8px 17px;
        color: #6934cb;
        background: #eee5ff;
        border-radius: 50px;
        font-size: 13px;
        font-weight: 700;
        letter-spacing: 1px;
        text-transform: uppercase;
    }

    .msc-heading h2 {
        margin: 0 0 12px;
        color: #211630;
        font-size: clamp(30px, 4vw, 48px);
        line-height: 1.15;
    }

    .msc-heading p {
        margin: 0;
        color: #756d7e;
        font-size: 16px;
        line-height: 1.6;
    }

    .msc-slider {
        position: relative;
    }

    .msc-card-track {
        display: flex;
        flex-wrap: wrap;
        justify-content: center;
        gap: 28px;
    }

    .msc-story-card {
        flex: 0 0 calc(33.333% - 19px);
        max-width: calc(33.333% - 19px);
        overflow: hidden;
        background: #ffffff;
        border: 1px solid rgba(105, 52, 203, 0.12);
        border-radius: 22px;
        box-shadow: 0 14px 40px rgba(39, 24, 68, 0.11);
        scroll-margin-inline: 45px;
        transition: transform 0.3s ease, box-shadow 0.3s ease;
    }

    .msc-story-card:hover {
        transform: translateY(-7px);
        box-shadow: 0 20px 48px rgba(39, 24, 68, 0.17);
    }

    .msc-image {
        width: 100%;
        height: 280px;
        overflow: hidden;
        background: #ebe6f2;
    }

    .msc-image img {
        width: 100%;
        height: 100%;
        display: block;
        object-fit: cover;
        transition: transform 0.5s ease;
    }

    .msc-story-card:hover .msc-image img {
        transform: scale(1.05);
    }

    .msc-content {
        position: relative;
        padding: 25px;
    }

    .msc-content::before {
        content: "“";
        position: absolute;
        top: 5px;
        right: 18px;
        color: #eee5ff;
        font-family: Georgia, serif;
        font-size: 70px;
        line-height: 1;
    }

    .msc-content p {
        position: relative;
        z-index: 1;
        margin: 0 0 18px;
        color: #5f5869;
        font-size: 14px;
        line-height: 1.75;
    }

    .msc-content h3 {
        position: relative;
        z-index: 1;
        margin: 0;
        color: #6934cb;
        font-size: 17px;
        font-weight: 800;
    }

    .msc-arrow {
        position: absolute;
        top: 50%;
        z-index: 10;
        width: 38px;
        height: 38px;
        display: none;
        align-items: center;
        justify-content: center;
        color: #ffffff;
        background: #6934cb;
        border-radius: 50%;
        box-shadow: 0 8px 20px rgba(105, 52, 203, 0.35);
        text-decoration: none;
        transform: translateY(-50%);
    }

    .msc-arrow-left {
        left: 0;
    }

    .msc-arrow-right {
        right: 0;
    }

    .msc-dots {
        display: none;
    }

    @media (max-width: 991px) and (min-width: 768px) {
        .msc-story-card {
            flex-basis: calc(50% - 14px);
            max-width: calc(50% - 14px);
        }
    }

    @media (max-width: 767px) {
        .msc-success-section {
            padding: 55px 8px;
        }

        .msc-heading {
            margin-bottom: 28px;
            padding: 0 15px;
        }

        .msc-heading h2 {
            font-size: 30px;
        }

        .msc-card-track {
            display: flex;
            flex-wrap: nowrap;
            justify-content: flex-start;
            gap: 10px;
            overflow-x: auto;
            padding: 10px 8px 18px;
            scroll-behavior: smooth;
            scroll-snap-type: x mandatory;
            overscroll-behavior-inline: contain;
            -webkit-overflow-scrolling: touch;
            scrollbar-width: none;
            cursor: grab;
        }

        .msc-card-track:active {
            cursor: grabbing;
        }

        .msc-card-track::-webkit-scrollbar {
            display: none;
        }

        /* Three cards visible on mobile */
        .msc-story-card {
            flex: 0 0 calc((100% - 20px) / 3);
            max-width: calc((100% - 20px) / 3);
            border-radius: 12px;
            scroll-snap-align: start;
        }

        .msc-story-card:hover {
            transform: none;
        }

        .msc-image {
            height: 130px;
           
        }

        .msc-content {
            padding: 10px 8px 12px;
        }

        .msc-content::before {
            display: none;
        }

        .msc-content p {
            display: -webkit-box;
            margin-bottom: 8px;
            overflow: hidden;
            font-size: 8px;
            line-height: 1.45;
            /*-webkit-box-orient: vertical;*/
            -webkit-line-clamp: 7;
        }

        .msc-content h3 {
            font-size: 10px;
        }

        .msc-arrow {
            display: flex;
        }

        .msc-dots {
            display: flex;
            justify-content: center;
            gap: 7px;
            margin-top: 5px;
        }

        .msc-dots a {
            width: 8px;
            height: 8px;
            display: block;
            background: #cbb7ef;
            border-radius: 50%;
            text-decoration: none;
        }

        .msc-dots a:hover,
        .msc-dots a:focus {
            background: #6934cb;
            transform: scale(1.25);
        }
    }


    

    /*video text section*/

 .prv-video-info {
    margin-top: 15px;
    text-align: center;
    padding: 0 15px;
}

.prv-video-info h3 {
    margin: 0 0 8px;
    font-size: 22px;
    font-weight: 700;
    color: #fff;
    line-height: 1.3;
    word-break: break-word;
}

.prv-video-info p {
    margin: 0;
    font-size: 16px;
    line-height: 1.7;
    color: #ddd;
    word-break: break-word;
}

.prv-video-info strong {
    color: #ffd700;
    display: inline-block;
}


/* Tablet */
@media (max-width: 768px) {

    .prv-video-info {
        margin-top: 12px;
    }

    .prv-video-info h3 {
        font-size: 20px;
    }

    .prv-video-info p {
        font-size: 15px;
        line-height: 1.6;
    }

}


/* Mobile */
@media (max-width: 480px) {

    .prv-video-info {
        margin-top: 10px;
        padding: 0 10px;
    }

    .prv-video-info h3 {
        font-size: 18px;
        margin-bottom: 6px;
    }

    .prv-video-info p {
        font-size: 14px;
        line-height: 1.5;
    }

    .prv-video-info strong {
        font-size: 14px;
    }

}




