/* ============================================================
   Namo Nama Bhajan — warm editorial, crafted (not flashy)
   ============================================================ */

.nn-bhajan {
  --nn-b-paper: transparent;
  --nn-b-card: rgba(255, 248, 236, 0.78);
  --nn-b-line: rgba(249, 175, 31, 0.38);
  --nn-b-ink: #fff;
  --nn-b-mute: #5c4a3a;
  --nn-b-saffron: #f9af1f;
  --nn-b-saffron-soft: rgba(249, 175, 31, 0.28);
  --nn-b-crimson: #960605;

  padding: 40px 0;
  background: transparent;
  color: var(--nn-b-ink);
  font-family: "Mukta", sans-serif;
}

.nn-bhajan > .container,
.nn-bhajan > .container-fluid {
  position: relative;
}

/* ---------- Toolbar ---------- */

.nn-bhajan-toolbar {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 18px;
  flex-wrap: wrap;
  z-index: 100;
  margin: 0 calc(var(--nn-gutter) * -1) 10px;
  padding: 5px var(--nn-gutter);
  /* background:#fff; */
  box-shadow: 0 10px 22px rgba(90, 40, 10, 0);
  backdrop-filter: blur(0);
  -webkit-backdrop-filter: blur(0);
  transition: background-color 280ms cubic-bezier(0.22, 1, 0.36, 1),
    box-shadow 280ms cubic-bezier(0.22, 1, 0.36, 1),
    backdrop-filter 280ms cubic-bezier(0.22, 1, 0.36, 1),
    -webkit-backdrop-filter 280ms cubic-bezier(0.22, 1, 0.36, 1);
  will-change: background-color, box-shadow, backdrop-filter;
}

.nn-bhajan-toolbar.is-fixed,
.nn-bhajan-toolbar.is-bottom {
  background: rgba(190, 97, 4, 0.8);
  box-shadow: 0 10px 22px rgba(90, 40, 10, 0.16);
  backdrop-filter: blur(18px);
  -webkit-backdrop-filter: blur(18px);
}

.nn-bhajan-toolbar.is-fixed {
  position: fixed;
  top: 75px;
  right: 0;
  left: 0;
  width: 100%;
  margin-right: 0;
  margin-left: 0;
}

.nn-bhajan-toolbar.is-bottom {
  position: absolute;
  right: calc(var(--nn-gutter) * -1);
  bottom: 0;
  left: calc(var(--nn-gutter) * -1);
  width: calc(100% + (var(--nn-gutter) * 2));
}

@media (prefers-reduced-motion: reduce) {
  .nn-bhajan-toolbar {
    transition: none;
  }
}

/* Tabs / brand: nn-shared.css */

/* ---------- Layout ---------- */

.nn-bhajan-main,
.nn-bhajan-side {
  display: flex;
  flex-direction: column;
  gap: 25px;
  min-width: 0;
}

.nn-bhajan-shell {
  position: relative;
}

.nn-bhajan-ads {
  display: flex;
  flex-direction: column;
  gap: 25px;
}

.nn-bhajan-ads.is-fixed,
.nn-bhajan-ads.is-bottom {
  z-index: 90;
}

.nn-bhajan-ads.is-fixed {
  position: fixed;
}

.nn-bhajan-ads.is-bottom {
  position: absolute;
  bottom: 0;
}

.nn-bhajan-tab-panel {
  display: flex;
  flex-direction: column;
  gap: 18px;
  min-width: 0;
}

.nn-bhajan-tab-panel[hidden] {
  display: none !important;
}

.nn-bhajan-panel {
  /* background: var(--nn-b-card); */
  /* border: 1px solid var(--nn-b-line); */
  border-radius: 18px;
  overflow: hidden;
  /* box-shadow: 0 18px 42px rgba(90, 40, 10, 0.16); */
  /* backdrop-filter: blur(18px);
  -webkit-backdrop-filter: blur(18px); */
}

.nn-bhajan-panel-head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  padding: 13px 16px;
  background: var(--nn-b-crimson);
  border-bottom: 0;
  position: relative;
}

.nn-bhajan-panel-head::before {
  display: none;
}

.nn-bhajan-panel-head h2,
.nn-bhajan-panel-head h3 {
  margin: 0;
  padding-left: 0;
  color: #fff;
  font-family: "Mukta", sans-serif;
  font-size: 35px;
  font-weight: 700;
  line-height: 1.25;
}

.nn-bhajan-panel-head small {
  color: #fff;
  font-size: 22px;
  font-weight: 600;
}

/* ---------- Player ---------- */

.nn-bhajan-player-frame {
  position: relative;
  aspect-ratio: 20 / 9;
  background: #0d0b0a;
  overflow: hidden;
}

.nn-bhajan-player-frame iframe {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  border: 0;
  display: block;
}

.nn-bhajan-player-tag {
  position: absolute;
  top: 40%;
  left: 47.5%;
  z-index: 2;
  display: inline-flex;
  align-items: center;
  gap: 6px;
  padding: 5px 10px;
  border-radius: 999px;
  background: var(--nn-b-crimson);
  color: #fff;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.6px;
  pointer-events: none;
}

.nn-bhajan-player-tag b {
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: #fff;
  animation: nn-bhajan-blink 1.6s ease-in-out infinite;
}

@keyframes nn-bhajan-blink {
  0%, 100% { opacity: 1; }
  50% { opacity: 0.35; }
}

.nn-bhajan-player-meta {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  gap: 16px;
  padding: 14px 16px 14px;
  color: var(--nn-b-ink);
  background: rgba(150, 7, 8);
}

.nn-bhajan-player-meta span {
  display: inline-block;
  margin-bottom: 4px;
  color: var(--nn-b-crimson);
  font-size: 14px;
  font-weight: 600;
}

.nn-bhajan-player-meta h3 {
  margin: 0;
  font-family: "Mukta", sans-serif;
  font-size: clamp(20px, 2vw, 27px);
  font-weight: 700;
  color: #fff;
}

.nn-bhajan-player-meta p {
  margin: 4px 0 0;
  color: var(--nn-b-saffron);
  font-size: 15px;
}

.nn-bhajan-yt {
  flex-shrink: 0;
  display: inline-flex;
  align-items: center;
  gap: 7px;
  padding: 8px 12px;
  border-radius: 999px;
  background: rgb(255, 255, 255);
  border: 1px solid rgba(150, 6, 5, 0.22);
  color: var(--nn-b-crimson);
  font-size: 14px;
  font-weight: 600;
  text-decoration: none;
  transition: background 0.2s ease, border-color 0.2s ease;
}

.nn-bhajan-yt i {
  color: #960605;
  font-size: 16px;
}

.nn-bhajan-yt:hover {
  background: rgba(249, 175, 31, 0.32);
  border-color: rgba(150, 6, 5, 0.4);
  color: var(--nn-b-crimson);
}

.nn-bhajan-now {
  display: flex;
  gap: 10px;
  padding: 12px;
  overflow-x: auto;
  background: rgba(249, 175, 31, 0.12);
  border-top: 1px solid var(--nn-b-line);
}

.nn-bhajan-chip {
  appearance: none;
  border: 1px solid var(--nn-b-line);
  flex: 0 0 auto;
  display: flex;
  align-items: center;
  gap: 10px;
  padding: 6px 12px 6px 6px;
  border-radius: 999px;
  background: rgba(255, 250, 242, 0.88);
  color: var(--nn-b-ink);
  cursor: pointer;
  transition: 0.2s ease;
}

.nn-bhajan-chip img {
  width: 34px;
  height: 34px;
  border-radius: 50%;
  object-fit: cover;
}

.nn-bhajan-chip strong {
  display: block;
  font-family: "Mukta", sans-serif;
  font-size: 15px;
  font-weight: 700;
  line-height: 1.2;
}

.nn-bhajan-chip small {
  color: var(--nn-b-mute);
  font-size: 12px;
  font-weight: 500;
}

.nn-bhajan-chip.is-active {
  border-color: #f9af1f;
  background: var(--nn-b-saffron-soft);
  box-shadow: inset 0 0 0 1px rgba(249, 175, 31, 0.35);
}

.nn-bhajan-chip:hover {
  border-color: #f9af1f;
}

/* ---------- Feeds (one card: header + video) ---------- */

.nn-bhajan-feed {
  height: 100%;
  display: flex;
  flex-direction: column;
}

.nn-bhajan-feed .nn-bhajan-panel-head {
  padding: 12px 14px;
  flex-shrink: 0;
}

.nn-bhajan-feed .nn-bhajan-panel-head h3 {
  font-size: 22px;
}

.nn-bhajan-feed .nn-bhajan-card {
  flex: 1;
  min-height: 220px;
  border-radius: 0;
  box-shadow: none;
}

.nn-bhajan-feed-more {
  display: block;
  padding: 11px 14px;
  /* border-top: 1px solid var(--nn-b-line); */
  color: #fff;
  font-size: 15px;
  font-weight: 600;
  text-decoration: none;
  background: rgba(150, 7, 8);
}

.nn-bhajan-feed-more:hover {
  background: rgba(249, 175, 31, 0.18);
  text-decoration: none;
}

/* ---------- Jyotish promo ad ---------- */

.nn-bhajan-jyotish-promo {
  position: relative;
  padding: 18px 16px 16px;
 background: var(--nn-b-card);
  color: #fff;
}

.nn-bhajan-jyotish-badge {
  display: inline-flex;
  align-items: center;
  padding: 4px 10px;
  margin-bottom: 14px;
  border-radius: 999px;
  background: var(--nn-b-crimson);
  border: 1px solid rgba(255, 255, 255, 0.28);
  color:#fff;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.02em;
}

.nn-bhajan-jyotish-points {
  list-style: none;
  margin: 0 0 16px;
  padding: 0;
  display: flex;
  flex-direction: column;
  gap: 8px;
}

.nn-bhajan-jyotish-points li {
  display: flex;
  align-items: center;
  gap: 10px;
  padding: 10px 12px;
  border-radius: 12px;
  background:#fff;
  color: var(--nn-b-crimson);
  font-size: 15px;
  font-weight: 700;
  /* box-shadow: 0 8px 20px rgba(60, 20, 8, 0.12); */
}

.nn-bhajan-jyotish-points i {
  width: 28px;
  height: 28px;
  border-radius: 8px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background: rgba(249, 175, 31, 0.35);
  color: var(--nn-b-crimson);
  font-size: 13px;
  flex-shrink: 0;
}

.nn-bhajan-jyotish-promo h4 {
  margin: 0 0 8px;
  font-family: "Mukta", sans-serif;
  font-size: 22px;
  font-weight: 700;
  line-height: 1.3;
  color: #000;
}

.nn-bhajan-jyotish-promo > p {
  margin: 0 0 16px;
  color: rgba(0, 0, 0, 0.9);
  font-size: 15px;
  line-height: 1.55;
}

.nn-bhajan-jyotish-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}

.nn-bhajan-jyotish-btn {
  flex: 1 1 auto;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  min-height: 44px;
  padding: 10px 14px;
  border-radius: 999px;
  font-size: 15px;
  font-weight: 700;
  text-decoration: none;
  transition: background 0.2s ease, color 0.2s ease, transform 0.2s ease;
}

.nn-bhajan-jyotish-btn--call {
  background: #fff;
  color: var(--nn-b-crimson);
}

.nn-bhajan-jyotish-btn--call:hover {
  background: rgba(255, 250, 242, 0.95);
  color: var(--nn-b-crimson);
  transform: translateY(-1px);
}

.nn-bhajan-jyotish-btn--ask {
  background: rgba(26, 18, 12, 0.28);
  border: 1px solid rgba(255, 255, 255, 0.45);
  color: #fff;
}

.nn-bhajan-jyotish-btn--ask:hover {
  background: rgba(26, 18, 12, 0.42);
  color: #fff;
  transform: translateY(-1px);
}

.nn-news-highlight {
  overflow: hidden;
  background: rgba(255, 255, 255, 0.9);
  border: 1px solid rgba(20, 27, 34, 0.08);
}

.nn-news-header {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  padding: 12px 14px 10px;
  border-bottom: 1px solid rgba(20, 27, 34, 0.08);
  background: rgba(245, 245, 245, 0.9);
}

.nn-news-mark {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 28px;
  height: 28px;
  border-radius: 50%;
  background: var(--nn-b-crimson);
  color: #fff;
  font-size: 12px;
}

.nn-news-header h3 {
  margin: 0;
  color: #960605;
  font-size: 30px;
  font-weight: 700;
  line-height: 1.6;
}

.nn-news-list {
  display: flex;
  flex-direction: column;
}

.nn-news-item {
  padding: 16px 14px 14px;
  border-bottom: 1px solid rgba(20, 27, 34, 0.08);
}

.nn-news-item:last-child {
  border-bottom: 0;
}

.nn-news-item h4 {
  display: flex;
  align-items: flex-start;
  gap: 10px;
  margin: 0;
  color: #111;
  font-size: 22px;
  font-weight: 700;
  line-height: 1.45;
  font-family: "Mukta", sans-serif;
}
.nn-news-item h4 .nn-news-bullet{
  color: #960605;
  font-size: 14px;
  line-height: 2.2;
}


.nn-bhajan-services {
  display: flex;
  flex-direction: column;
  gap: 10px;
  margin-top: 0;
}

.nn-bhajan-service {
  display: flex;
  align-items: center;
  gap: 10px;
  padding: 12px 14px;
  border-radius: 14px;
  background: rgba(255, 248, 236, 0.72);
  border: 1px solid rgba(249, 175, 31, 0.35);
  color: var(--nn-b-ink);
  text-decoration: none;
  transition: 0.2s ease;
  backdrop-filter: blur(14px);
  -webkit-backdrop-filter: blur(14px);
  box-shadow: 0 10px 28px rgba(90, 40, 10, 0.1);
}

.nn-bhajan-service:hover {
  background: rgba(255, 250, 242, 0.92);
  border-color: var(--nn-b-crimson);
  color: var(--nn-b-crimson);
}

.nn-bhajan-service i {
  width: 32px;
  height: 32px;
  border-radius: 8px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background: rgba(249, 175, 31, 0.28);
  color: var(--nn-b-crimson);
  flex-shrink: 0;
  font-size: 15px;
  box-shadow: none;
}

.nn-bhajan-service strong {
  display: block;
  font-family: "Mukta", sans-serif;
  font-size: 15px;
  font-weight: 700;
}

.nn-bhajan-service small {
  color: var(--nn-b-mute);
  font-size: 12px;
}

/* ---------- Advert ---------- */

.nn-bhajan-ad {
  position: relative;
  min-height: 270px;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  padding: 18px;
  background:
    linear-gradient(180deg, rgba(30, 18, 12, 0.2) 0%, rgba(30, 18, 12, 0.78) 100%),
    url("../images/hero/pashupati.jpg") center/cover no-repeat;
  color: #fff;
}

.nn-bhajan-ad-badge {
  position: absolute;
  top: 14px;
  left: 14px;
  padding: 4px 9px;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.16);
  font-size: 12px;
  font-weight: 600;
}

.nn-bhajan-ad h3 {
  margin: 0 0 5px;
  font-family: "Mukta", sans-serif;
  font-size: 25px;
  font-weight: 700;
}

.nn-bhajan-ad p {
  margin: 0 0 14px;
  color: rgba(255, 255, 255, 0.84);
  font-size: 15px;
  line-height: 1.5;
  max-width: 28ch;
}

.nn-bhajan-ad-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 7px;
  padding: 9px 14px;
  border-radius: 999px;
  background: var(--nn-b-saffron);
  color: #960605;
  font-size: 15px;
  font-weight: 700;
  text-decoration: none;
  width: fit-content;
  transition: 0.2s ease;
}

.nn-bhajan-ad-btn:hover {
  background: #fff;
  color: var(--nn-b-crimson);
}

/* ---------- Responsive ---------- */

@media (max-width: 991.98px) {
  .nn-bhajan {
    padding: 32px 0 44px;
  }

  .nn-bhajan-ad {
    min-height: 210px;
  }
}

@media (max-width: 767.98px) {
  .nn-bhajan-toolbar {
    align-items: stretch;
  }

  .nn-bhajan-filters {
    width: 100%;
    justify-content: start;
  }

  .nn-bhajan-filter {
    flex: 1 1 auto;
    text-align: center;
    padding: 9px 10px;
    font-size: 16px;
  }

  .nn-bhajan-card {
    aspect-ratio: 3 / 4;
  }
}

@media (max-width: 575.98px) {
  .nn-bhajan-brand strong {
    font-size: 25px;
  }

  .nn-bhajan-panel-head h2,
  .nn-bhajan-panel-head h3 {
    font-size: 18px;
  }

  .nn-bhajan-player-meta {
    flex-direction: column;
    align-items: flex-start;
  }
}

.nn-bhajan-panel img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.nn-ad-banner {
  display: flex;
  justify-content: center;
  align-items: center;
}

.nn-ad-banner img {
  display: block;
  width: auto;
  border-radius: 18px;
  height: auto;
  max-width: 100%;
  object-fit: contain;
}
