.text-navy {
  color: #002c6e;
}

.media-section {
  font-family: 'Inter', sans-serif;
}

.media-section .section-intro {
  max-width: 700px;
  margin: 0 auto;
  font-size: 1.1rem;
  line-height: 1.75;
  color: #555;
}

.media-section .section-block {
  margin-bottom: 4rem;
}

.media-section .section-block h4 {
  font-family: 'Poppins', sans-serif;
  font-weight: 600;
  font-size: 1.5rem;
  margin-bottom: 1rem;
  color: #002c6e;
}

.media-section .section-block p {
  margin-bottom: 1.5rem;
  color: #555;
}

/* ---------- LIST GROUP ---------- */
.media-section .list-group-item {
  border: none;
  padding: 1rem 0;
  border-bottom: 1px solid #eee;
  transition: background 0.3s ease;
}

.media-section .list-group-item:hover {
  background-color: #f9f9f9;
}

.media-section .list-group-item:last-child {
  border-bottom: none;
}

.media-section .list-group-item a {
  font-weight: 600;
  font-size: 1.05rem;
  color: #002c6e;
  text-decoration: none;
  display: block;
  transition: color 0.3s ease;
}

.media-section .list-group-item a:hover {
  color: #0056b3;
  text-decoration: underline;
}

.media-section .list-group-item p {
  font-size: 0.9rem;
  color: #6c757d;
  margin-top: 0.25rem;
}

/* ---------- VIDEO CARDS ---------- */
.media-section .video-card {
  border: none;
  border-radius: 0.75rem;
  overflow: hidden;
  box-shadow: 0 2px 8px rgba(0,0,0,0.05);
  margin-bottom: 2rem;
  transition: transform 0.3s ease;
  
  /* Equal height fix */
  display: flex;
  flex-direction: column;
  height: 100%;
}

.media-section .video-card:hover {
  transform: translateY(-4px);
}

/* Ensure iframe/video area doesn't shrink */
.media-section .video-card .ratio {
  flex-shrink: 0;
}

/* Stretch card body evenly */
.media-section .video-card .card-body {
  background-color: #f8f9fa;
  padding: 1rem 1.25rem;
  flex-grow: 1;
}

.media-section .video-card h6 {
  font-weight: 600;
  font-size: 1rem;
  margin-bottom: 0.5rem;
  color: #002c6e;
}

.media-section .video-card p {
  font-size: 0.9rem;
  color: #6c757d;
}

/* Equal height alignment for Bootstrap grid */
.media-section .row > [class*='col-'] {
  display: flex;
}

.media-section .row > [class*='col-'] .video-card {
  width: 100%;
}

/* ---------- BUTTONS ---------- */
.media-section .btn-outline-primary {
  font-weight: 500;
  border-radius: 50rem;
  padding: 0.5rem 1.5rem;
}

.media-section .btn-primary {
  border-radius: 50rem;
  padding: 0.6rem 1.5rem;
}

.media-section .text-center h5 {
  font-weight: 600;
  color: #002c6e;
}

/* ---------- HEADER BACKGROUND ---------- */
.pic-header {
  background-image: url('../assets/img/pic7.jpg');
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  min-height: 350px;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
}

.pic-header .overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(to bottom right, rgba(0, 44, 110, 0.6), rgba(0, 44, 110, 0.4));
  z-index: 1;
}

.pic-header .container {
  z-index: 2;
}

.pic-header h2 {
  font-family: 'Poppins', sans-serif;
  font-weight: 700;
  font-size: 2.5rem;
  color: #fff;
}

.pic-header .section-intro {
  max-width: 700px;
  font-size: 1.1rem;
  line-height: 1.75;
  font-style: italic;
  color: #f8f9fa;
  margin-top: 1rem;
}
