/* =========================================================
   Agami News — Homepage extras
   1) "আরও পড়ুন" button under each category section
   2) Redesigned Video Gallery section
   ========================================================= */

.cat-more-btn-wrap {
  text-align: center;
  clear: both;
  margin: 6px 0 22px;
}

.cat-more-btn.btn-more-details {
  display: inline-block;
  padding: 10px 28px;
  font-size: 16px;
}

/* ---- Video Gallery ---- */
.video-gallery-section.agami-video-gallery {
  background: #1c1c1c;
  padding: 30px 0;
}

.agami-video-gallery .video-gallery-heading {
  margin-bottom: 20px;
}

.agami-video-gallery .video-gallery-heading h3.title-bg {
  display: inline-block;
  margin: 0 0 8px;
  padding: 0;
  background: none;
}

.agami-video-gallery .video-gallery-heading h3.title-bg a {
  color: #F5C518;
  font-size: 26px;
  font-weight: 700;
  text-decoration: none;
}

.agami-video-gallery .video-gallery-heading::after {
  content: "";
  display: block;
  width: 90px;
  height: 3px;
  background: #e30613;
  margin-top: 6px;
}

.agami-video-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 18px;
}

.agami-video-card a {
  text-decoration: none;
}

.agami-video-card .agami-video-thumb {
  position: relative;
  border: 1px solid #444;
  overflow: hidden;
  background: #333;
}

.agami-video-card .agami-video-thumb img {
  width: 100%;
  height: auto;
  display: block;
  opacity: .55;
}

.agami-video-card .agami-video-play {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 60px;
  height: 60px;
  border-radius: 50%;
  background: rgba(255, 255, 255, .9);
  display: flex;
  align-items: center;
  justify-content: center;
}

.agami-video-card .agami-video-play i {
  color: #e30613;
  font-size: 24px;
  margin-left: 4px;
}

.agami-video-card .agami-video-title {
  color: #ffffff;
  font-size: 16px;
  font-weight: 600;
  line-height: 1.4;
  padding: 10px 4px;
}

.agami-video-more-wrap {
  text-align: center;
  margin-top: 22px;
}

.agami-video-more-btn {
  display: inline-block;
  background: #e30613;
  color: #ffffff;
  font-size: 16px;
  font-weight: 700;
  padding: 12px 34px;
  border-radius: 4px;
  text-decoration: none;
}

.agami-video-more-btn:hover {
  background: #b8050f;
  color: #fff;
}

@media (max-width: 576px) {
  .agami-video-card .agami-video-play {
    width: 46px;
    height: 46px;
  }

  .agami-video-card .agami-video-play i {
    font-size: 18px;
  }

  .agami-video-card .agami-video-title {
    font-size: 14px;
  }
}
