@media screen and (max-width: 576px) {
}

/* desktop */
@media screen and (max-width: 1200px) and (min-width: 992px) {
}

/* large screens */
@media screen and (max-width: 1440px) and (min-width: 1200px) {
}

/* Tabs */

@media (max-width: 768px) {

  .header-content {
    display: flex;
    align-items: center;
    gap: 15px;
    justify-content: space-between;
    flex-wrap: wrap;
}

  .popup-amac-title {
    font-size: 20px;
    text-underline-offset: 6px;
    text-align: center;
  }
  .details-title {
    font-size: 18px;
  }
  .amac-modal-list {
    padding-left: 15px;
  }
  .amac-modal-list li {
    font-size: 0.95rem;
    margin-bottom: 8px;
  }
  .label {
    font-size: 20px;
  }
  .label-marquee {
    font-size: 30px;
  }
  .amac-btn-close {
    width: 26px;
    height: 26px;
  }

  .amac-list-icon {
    width: 140px;
    height: 130px;
  }

  .home-news {
    padding: 25px 0;
  }

  .home-news .video-cards h2.section-heading {
    text-align: center;
    margin-bottom: 2rem;
    font-weight: 600;
    font-size: 23px;
  }

  .responsive-blink-text {
    font-size: 15px;
    margin-bottom: 20px;
  }

  .responsive-blink-text br {
    display: none;
  }

  .topbar-contact-info {
    text-align: center;
  }

  .topbar-contact-info h4 {
    font-size: 18px !important;
    line-height: 1.4;
  }

  .updated-social-links {
    display: none !important;
  }

  .gallery-carousel {
    padding: 50px 0;
  }

  .participants-table-uniq thead {
    display: none;
  }

  .participants-table-uniq,
  .participants-table-uniq tbody,
  .participants-table-uniq tr,
  .participants-table-uniq td {
    display: block;
    width: 100%;
  }

  .participants-table-uniq tr {
    margin-bottom: 20px;
    border: 1px solid #ddd;
    border-radius: 10px;
    background-color: #fff;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.05);
    overflow: hidden;
  }

  .participants-table-uniq td {
    text-align: right;
    padding-left: 50%;
    position: relative;
    border: none;
    border-bottom: 1px solid #eee;
  }

  .participants-table-uniq td::before {
    content: attr(data-label);
    position: absolute;
    left: 15px;
    width: 45%;
    text-align: left;
    font-weight: bold;
    color: #0077b6;
  }
  .participants-table-uniq td.country-name-uniq {
    background-color: #0077b6;
    color: #fff;
    font-weight: bold;
    text-align: center;
    padding: 16px 10px;
    font-size: 18px;
    border-radius: 10px 10px 0 0;
  }

  .participants-table-uniq td.country-name-uniq::before {
    content: "";
  }
  .participants-table-uniq td[data-label="Men"],
  .participants-table-uniq td[data-label="Women"] {
    text-align: center;
    padding: 14px;
  }

  .participants-table-uniq a {
    width: auto;
  }

  .btn_live {
    text-transform: uppercase;
    padding: 5px 10px;
    border-radius: 50px;
    display: inline-flex;
    align-items: center;
    gap: 10px;
    position: relative;
    font-size: 12px;
}
.liv-indicator {
    justify-content: end;
    margin-bottom: 10px;
}
}
