@media (max-width: 575.98px) {

  .hero-section {
    height: 320px;
  }

  .hero-content {
    margin-top: 120px;
    padding: 0 16px;
  }

  .hero-subtitle {
    font-size: 14px;
    margin-bottom: 12px;
  }

  .hero-title {
    font-size: 36px;
    margin-bottom: 14px;
  }

  .hero-breadcrumb {
    font-size: 12px;
    gap: 8px;
    flex-wrap: wrap;
  }

  .hero-breadcrumb img {
    width: 12px;
    height: 12px;
  }


  /* Video Section */
  .media-card {
    height: 220px;
  }

  .video-overlay {
    padding: 14px;
  }

  .video-overlay h5 {
    font-size: 16px;
  }

  .video-overlay p {
    font-size: 11px;
    line-height: 18px;
  }

  .play-btn {
    width: 50px;
    height: 50px;
  }

  .play-btn::before {
    border-left: 16px solid #fff;
    border-top: 10px solid transparent;
    border-bottom: 10px solid transparent;
  }

  /* Pop Up */
  .modal-media {
    height: auto;
  }

  .modal-video {
    height: 220px;
  }

  .modal-overlay {
    padding: 16px;
  }

  .modal-title-bar h2 {
    font-size: 18px;
  }

  .meta-row {
    flex-direction: column;
    align-items: flex-start;
    gap: 12px;
  }

  .meta-left {
    flex-direction: column;
    gap: 6px;
    font-size: 14px;
  }

  .view-details,
  #viewLessBtn {
    margin-right: 0;
    font-size: 14px;
  }

  .details-grid {
    grid-template-columns: 1fr;
    font-size: 14px;
    line-height: 22px;
  }

  #fullView {
    padding: 18px;
  }

  #fullView:not(.d-none) #viewLessBtn {
    position: static;
    margin-top: 20px;
  }
  
}



@media (min-width: 576px) and (max-width: 767.98px) {

  .hero-section {
    height: 380px;
  }

  .hero-content {
    margin-top: 150px;
    padding: 0 24px;
  }

  .hero-subtitle {
    font-size: 18px;
    margin-bottom: 18px;
  }

  .hero-title {
    font-size: 48px;
  }

  .hero-breadcrumb {
    font-size: 13px;
    gap: 10px;
  }

  /* Video Section */
  .media-card {
    height: 240px;
  }

  .video-overlay h5 {
    font-size: 17px;
  }

  .video-overlay p {
    font-size: 12px;
    line-height: 20px;
  }

  .play-btn {
    width: 56px;
    height: 56px;
  }

  /* Pop Up */
  .modal-media {
    height: auto;
  }

  .modal-video {
    height: 300px;
  }

  .modal-title-bar h2 {
    font-size: 20px;
  }

  .meta-left {
    font-size: 15px;
    gap: 16px;
  }

  .details-grid {
    grid-template-columns: repeat(2, 1fr);
  }

  .view-details,
  #viewLessBtn {
    margin-right: 0;
  }


}


@media (min-width: 768px) and (max-width: 991.98px) {

  .hero-section {
    height: 420px;
  }

  .hero-content {
    margin-top: 170px;
  }

  .hero-subtitle {
    font-size: 22px;
  }

  .hero-title {
    font-size: 60px;
  }

  .hero-breadcrumb {
    font-size: 14px;
  }

  /* Video Section */
  .media-card {
    height: 250px;
  }

  .video-overlay h5 {
    font-size: 18px;
  }

  .video-overlay p {
    font-size: 12px;
  }

  .play-btn {
    width: 60px;
    height: 60px;
  }

  /* Pop Up */
  .modal-media {
    height: 600px;
  }

  .modal-video {
    height: 380px;
  }

  .modal-title-bar h2 {
    font-size: 22px;
  }

  .meta-left {
    font-size: 15px;
  }

  .details-grid {
    grid-template-columns: repeat(3, 1fr);
    font-size: 15px;
  }


}


@media (min-width: 992px) and (max-width: 1199.98px) {

  .hero-section {
    height: 460px;
  }

  .hero-content {
    margin-top: 190px;
  }

  .hero-subtitle {
    font-size: 26px;
  }

  .hero-title {
    font-size: 70px;
  }

  /* Video Section */
  .media-card {
    height: 260px;
  }

  .video-overlay h5 {
    font-size: 18px;
  }

  .video-overlay p {
    font-size: 13px;
  }

  .play-btn {
    width: 64px;
    height: 64px;
  }

  /* Pop Up */
  .modal-media {
    height: 650px;
  }

  .modal-video {
    height: 420px;
  }

  .modal-title-bar h2 {
    font-size: 24px;
  }

  .details-grid {
    font-size: 16px;
  }

}


@media (min-width: 1200px) and (max-width: 1399.98px) {

  .hero-section {
    height: 500px;
  }

  .hero-subtitle {
    font-size: 28px;
  }

  .hero-title {
    font-size: 76px;
  }

  /* Video Section */
  .media-card {
    height: 280px;
  }

  .video-overlay h5 {
    font-size: 19px;
  }

  .video-overlay p {
    font-size: 13px;
  }

  /* Pop Up */
  .modal-media {
    height: 700px;
  }

  .modal-video {
    height: 460px;
  }

  .modal-title-bar h2 {
    font-size: 26px;
  }

  .modal-overlay {
    padding: 28px;
  }


}

@media (min-width: 1400px) {

  .hero-section {
    height: 520px;
  }

  .hero-subtitle {
    font-size: 30px;
  }

  .hero-title {
    font-size: 80px;
  }

  /* Video Section */
  .media-card {
    height: 300px;
  }

  .video-overlay {
    padding: 24px;
  }

  .video-overlay h5 {
    font-size: 20px;
  }

  .video-overlay p {
    font-size: 14px;
  }

  .play-btn {
    width: 68px;
    height: 68px;
  }

  /* Pop Up */
  .modal-media {
    height: 750px;
  }

  .modal-video {
    height: 500px;
  }

  .modal-title-bar h2 {
    font-size: 28px;
  }

  .details-grid {
    font-size: 17px;
    gap: 24px;
  }

  .modal-overlay {
    padding: 32px;
  }

 
}

