body {
    font-family: Arial, sans-serif;
    margin: 0;
    padding: 0;
    background-color: #f0f2f5;
    color: #333;
  }
  .section {
    max-width: 1200px;
    margin: 40px auto;
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
    justify-content: center;
  }
  .media-container audio{
    width: 100%;
  }
  .card1 {
    width: calc(50% - 20px);
    background: #fff;
    border-radius: 0px;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
    overflow: hidden;
    transition: transform 0.3s ease;
  }
  .card1:hover {
    transform: translateY(-10px);
  }
  .card-header1 {
    background: #3b5998;
    color: white;
    text-align: center;
    padding: 20px;
    font-size: 24px;
    font-weight: bold;
    position: relative;
  }

  .card-body1 {
      display: flex;
      padding: 20px;
      text-align: center;
      flex-direction: column;
      gap: 10px;
  }
  .highlight {
    font-size: 20px;
    font-weight: bold;
    color: #333;
    margin-bottom: 10px;
  }
  .description {
    color: #777;
    font-size: 16px;
    line-height: 1.5;
  }
  .media-container {
    margin-top: 20px;
    position: relative;
  }
  .thumbnail {
    width: 100%;
    max-width: 100%;
    border-radius: 0px;
    display: block;
  }
  .videos {
      height: 100%;
      max-height: 500px;
      overflow: auto;
  }
  .play-icon {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    font-size: 48px;
    color: white;
    background: rgba(0, 0, 0, 0.5);
    border-radius: 50%;
    padding: 10px;
    cursor: pointer;
    z-index: 10;
  }
  /* Loading Indicator */
  .loading-indicator {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    font-size: 24px;
    color: #3b5998;
    z-index: 11;
    display: flex;
    align-items: center;
    justify-content: center;
  }

  .spinner {
    border: 4px solid rgba(0, 0, 0, 0.1);
    border-top: 4px solid #3b5998;
    border-radius: 50%;
    width: 30px;
    height: 30px;
    margin-right: 10px;
    animation: spin 1s linear infinite;
  }

  .social-media{
    display: flex;
    flex-direction: column;
    align-items: stretch;
    gap: 10px;
  }

  .social-media-cards{
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 20px;
  }
  .social-media-card {
        width: 100%;
        display: flex;
        align-items: center;
        padding: 15px;
        background: linear-gradient(135deg, #feda75, #fa7e1e, #d62976, #962fbf, #4f5bd5);
        border: 1px solid #eaeaea;
        color: #fff;
        border-radius: 8px;
        box-shadow: 0 4px 10px rgba(0, 0, 0, 0.05);
        transition: transform 0.3s ease, box-shadow 0.3s ease;
    }
  .social-media-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 6px 15px rgba(0, 0, 0, 0.1);
  }
  .profile-picture {
        width: 80px;
        height: 80px;
        border-radius: 50%;
        margin-right: 15px;
        object-fit: cover;
        border: 2px solid #3b5998;
        box-shadow: inset 5px 5px 10px rgba(0, 0, 0, 0.5);
    }

  .social-info {
    flex: 1;
    display: flex;
    flex-direction: column;
  }
  .social-media-card a{
    text-decoration: none;
  }
   /* Instagram-Themed Card */
   .instagram-card {
    display: flex;
    align-items: center;
    padding: 15px;
    border-radius: 15px;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    overflow: hidden;
    text-decoration: none;
    color: #fff;
    width: 100%;
    max-width: 400px;
  }
  .username {
    font-size: 16px;
    font-weight: bold;
    color: #fff;
    margin-bottom: 5px;
  }
  .impressions {
    font-size: 14px;
    color: #fff;
    margin-bottom: 5px;
  }
  .social-links {
    display: flex;
    gap: 10px;
    justify-content: center;
}
  .social-link {
    font-size: 14px;
    color: #fff;
    text-decoration: none;
    transition: color 0.3s ease;
  }
  .social-link:hover {
    color: #1a3151;
  }

  .description {
    color: #777;
    font-size: 16px;
    line-height: 1.5;
  }
  .radio-program-card {
    height: 130px;
    display: flex;
    align-items: center;
    padding: 15px;
    background: #ffffff;
    border: 1px solid #eaeaea;
    border-radius: 8px;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.05);
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    margin-bottom: 10px;
}
  .radio-program-card audio{
    width: 100%;
  }
  .radio-program-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 6px 15px rgba(0, 0, 0, 0.1);
  }
  .program-logo {
    height: 100%;
    border-radius: 0px;
    margin-right: 15px;
    object-fit: cover;
    border: none;
}
.program-info {
    flex: 1;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
}
  .program-name {
    font-size: 16px;
    font-weight: bold;
    color: #3b5998;
    margin-bottom: 0px;
  }
  .program-description {
    font-size: 14px;
    color: #777;
    margin-bottom: 5px;
  }
  @keyframes spin {
    0% { transform: rotate(0deg); }
    100% { transform: rotate(360deg); }
  }
  /* Popup styles */
  .popup-overlay {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(0, 0, 0, 0.7);
    justify-content: center;
    align-items: center;
    z-index: 1000;
  }
  .popup-video {
    width: 80%;
    max-width: 800px;
    border-radius: 0px;
    overflow: hidden;
    position: relative;
  }
  @media (max-width: 1024px) {
    .card1 {
      width: calc(50% - 20px);
    }
  }
  @media (max-width: 768px) {
    .card1 {
      width: 100%;
    }
  }