section.video-section {
    padding: 100px 40px;
    background-color: #ffffff;
}
.video-section .container {
      max-width: 1080px;
      width: 100%;
      margin: 0 auto;
      text-align: center;
    }
.video-top-content {
    margin-bottom: 35px;
}
    /* ── Eyebrow ── */
     .video-section .eyebrow {
     display: block;
    font-size: 12px;
    font-weight: 500;
    text-transform: uppercase;
    color: rgba(0, 0, 0, 0.5);
    margin-bottom: 6px;
    line-height: 28px;
    }

    /* ── Headline ── */
     .video-section .headline {
      margin-bottom: 20px;
      font-family: Biotif;
      font-weight: 600;
      font-size: 38px;
      line-height: 54px;
      letter-spacing: 0;
      text-align: center;
      color: #000000;
      margin: 0;
      padding: 0;
    }

    /* ── Subtext ── */
.video-section .subtext {
     max-width: 778px;
    font-family: Inter;
    font-weight: 400;
    font-size: 16px;
    line-height: 28px;
    letter-spacing: 0;
    text-align: center;
    margin: 0 auto;
    color:#000000;
}

    /* ── Video Card ── */
     .video-section .video-card {
         position: relative;
    background: #111827;
    border-radius: 18px;
    padding: 100px 20px;
    }


    /* Center glow */
  

    /* ── Play button area ── */
 

     .video-section .play-btn {
        width: 72px;
    height: 72px;
    border-radius: 50%;
    background: rgba(255, 255, 255, 0.1);
    border: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    margin: 0 auto 20px;
    text-decoration: none;
    }

     .video-section .play-icon {
         background: url(/template/23f99d91/images/play-btn-button.svg) no-repeat;
        width: 24px;
        height: 28px;
        border: 0;
    }


     .video-section .card-title {
        font-size: 22px;
    font-weight: bold;
    color: #ffffff;
    margin-bottom: 10px;
    }

     .video-section .card-desc {
       font-size: 15px;
        font-weight: 400;
        color: #9CA3AF;
        line-height: 1.65;
        max-width: 449px;
        margin: 0 auto 22px;
    }

     .video-section .watch-btn {
     display: inline-flex;
      align-items: center;
      gap: 6px;
      background: #ffffff;
      color: #0d1117;
      font-size: 15px;
      font-weight: 600;
      letter-spacing: 0.01em;
      padding: 12px 37px;
      border-radius: 100px;
      border: none;
      cursor: pointer;
      text-decoration: none;
      margin-top: 18px;
    }

   
    /* ── Responsive ── */
@media (max-width:1024px) {
  section.video-section {
    padding:80px 20px;
}
}
 @media (max-width:767px) {
       .video-section .card-content { padding: 0 20px 28px; }
      .video-section .card-desc { display: none; }
      .video-section .headline { font-size: 36px; }
     .video-section .video-card {
       padding:60px 15px;
    }
section.video-section {
    padding: 60px 0;
}
    }
