/* Filmathon page styles */

    .hero-label {
      display: inline-flex;
      align-items: center;
      gap: 10px;
      padding: 9px 13px;
      border: 1px solid rgba(255,255,255,.16);
      background: rgba(0,0,0,.35);
      backdrop-filter: blur(12px);
      border-radius: 100px;
      /* font-family: "DM Mono", monospace; */
      font-size: 10px;
      letter-spacing: .1em;
      text-transform: uppercase;
      margin-bottom: 28px;
    }

    .hero-label::before {
      content: "";
      width: 7px;
      height: 7px;
      border-radius: 50%;
      background: #7d29b6;
      box-shadow: 0 0 16px #7d29b6;
    }

    /* Filmathon Section Heading */

.filmathon-heading {
    margin-bottom: 40px;
}

.filmathon-heading .eyebrow {
    font-size: 13px;
    font-weight: 600;
    letter-spacing: 1px;
    color: #777;
    margin-bottom: 12px;
    text-transform: uppercase;
}

.filmathon-heading .section-title {
    margin: 0;
    /* font-size: 56px; */
    font-weight: 600;
    line-height: 1.1;
    letter-spacing: -1.5px;
    color: #111;
    margin: 0 0 2rem;
}

.filmathon-heading .section-title em {
    /* font-style: normal; */
    color: #5d4283;
}


/* Tablet */

@media (max-width: 1024px) {
    .filmathon-heading .section-title {
        font-size: 46px;
    }
}


/* Mobile */

@media (max-width: 767px) {
    .filmathon-heading {
        margin-bottom: 25px;
    }

    .filmathon-heading .eyebrow {
        font-size: 11px;
    }

    .filmathon-heading .section-title {
        font-size: 34px;
        line-height: 1.15;
        letter-spacing: -0.5px;
    }
}


/* Filmathon Cards */

.filmathon-cards {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 20px;
}

.filmathon-card {
    padding: 28px 24px;
    border: 1px solid #e5e5e5;
    border-radius: 12px;
    background: #fff;
}

.filmathon-card-number {
    font-size: 13px;
    font-weight: 600;
    letter-spacing: 1px;
    color: #777;
    margin-bottom: 12px;
}

.filmathon-card-title {
    font-size: 26px;
    font-weight: 700;
    line-height: 1.2;
    color: #111;
    margin-bottom: 12px;
}

.filmathon-card-text {
    font-size: 16px;
    line-height: 1.6;
    color: #555;
}


/* Tablet */

@media (max-width: 1024px) {
    .filmathon-cards {
        grid-template-columns: repeat(2, 1fr);
    }
}


/* Mobile */

@media (max-width: 767px) {
    .filmathon-cards {
        grid-template-columns: 1fr;
        gap: 15px;
    }

    .filmathon-card {
        padding: 24px 20px;
    }

    .filmathon-card-title {
        font-size: 23px;
    }

    .filmathon-card-text {
        font-size: 15px;
    }
}

.filmathon-cards-three {
    grid-template-columns: repeat(3, 1fr);
}

/* Tablet */

@media (max-width: 1024px) {
    .filmathon-cards-three {
        grid-template-columns: repeat(2, 1fr);
    }
}

/* Mobile */

@media (max-width: 767px) {
    .filmathon-cards-three {
        grid-template-columns: 1fr;
    }
}

/* =========================================================
   ELIGIBILITY
   ========================================================= */

.eligibility-grid {
    display: grid;
    grid-template-columns: 1.5fr 1fr;
    gap: 40px;
    align-items: start;
    width: 100%;
}

/* Check list */

.check-list {
    margin: 0;
    padding: 0;
    list-style: none;
}

.check-list li {
    display: flex;
    align-items: flex-start;
    gap: 14px;
    margin-bottom: 22px;

    font-size: 16px;
    line-height: 1.6;
    color: #555;
}

.check {
    flex-shrink: 0;
    color: #5d4283;
    font-size: 16px;
    line-height: 1.6;
}

/* Language box */

.language-box {
    padding: 30px;
    border: 1px solid #e5e5e5;
    border-radius: 12px;
    background: #f5edff;
}

.language-box h3 {
    margin: 0 0 12px;

    font-size: 26px;
    line-height: 1.2;
    font-weight: 700;
    color: #111;
}

.language-box p {
    margin: 0;

    font-size: 16px;
    line-height: 1.6;
    color: #555;
}


/* =========================================================
   TABLET
   ========================================================= */

@media (max-width: 1024px) {

    .eligibility-grid {
        grid-template-columns: 1fr 1fr;
        gap: 25px;
    }

}


/* =========================================================
   MOBILE
   ========================================================= */

@media (max-width: 767px) {

    .eligibility-grid {
        grid-template-columns: 1fr;
        gap: 25px;
    }

    .check-list li {
        gap: 10px;
        margin-bottom: 18px;
        font-size: 15px;
        line-height: 1.55;
    }

    .language-box {
        padding: 24px 20px;
    }

    .language-box h3 {
        font-size: 23px;
    }

    .language-box p {
        font-size: 15px;
        line-height: 1.55;
    }

}

 .warning {
      margin-top: 35px;
      padding: 25px;
      border-left: 3px solid #8b3dff;
      background: rgba(139,61,255,.07);
      color: #8b3dff;
      line-height: 1.7;
      font-size: 14px;
    }

 .timeline {
  width: 100%;
  border-top: 1px solid #8b5cff;
}

.timeline-item {
  display: grid;
  grid-template-columns: 8% 26% 1fr;
  gap: 0;
  padding: 38px 0;
  border-bottom: 1px solid #8b5cff;
  /* color: #fff; */
  align-items: start;
}

/* Number */
.timeline-no {
  color: #8b5cff;
  /* font-size: 14px; */
  font-weight: 500;
}

/* Date */
.timeline-date {
  /* font-size: 18px; */
  font-weight: 700;
  /* color: #f5f5f5; */
}

/* Content */
.timeline-copy {
  /* font-size: 18px; */
  line-height: 1.5;
  /* color: #aaa; */
}

.timeline-copy strong {
  /* color: #aaa; */
  /* font-size: 18px; */
  font-weight: 700;
}


/* Responsive */
@media (max-width: 768px) {
  .timeline-item {
    grid-template-columns: 50px 1fr;
    padding: 28px 0;
    row-gap: 10px;
  }

  .timeline-no {
    grid-column: 1;
    grid-row: 1 / span 2;
  }

  .timeline-date {
    grid-column: 2;
    font-size: 16px;
  }

  .timeline-copy {
    grid-column: 2;
    font-size: 16px;
  }

  .timeline-copy strong {
    font-size: 17px;
  }
}

@media (max-width: 480px) {
  .timeline-item {
    grid-template-columns: 35px 1fr;
    padding: 24px 0;
  }

  .timeline-date {
    font-size: 15px;
  }

  .timeline-copy {
    font-size: 14px;
  }

  .timeline-copy strong {
    font-size: 16px;
  }
}

.reward h3 {
    font-size: clamp(40px, 5vw, 65px);
    letter-spacing: -.06em;
    margin-top: 40px;
}